2016-03-16 12:09:56 -05:00
Install python-awips
------------------
2016-03-15 20:27:25 -05:00
- pip install python-awips
Requirements
2016-03-16 12:09:56 -05:00
~~~~~~~~~~~~
2016-03-15 20:27:25 -05:00
- Python 2.7 or later
- pip install numpy shapely
From Github
2016-03-16 12:09:56 -05:00
~~~~~~~~~~~~
2016-03-15 20:27:25 -05:00
- git clone https://github.com/Unidata/python-awips.git
- cd python-awips
- python setup.py install
Install for AWIPS II Python
2016-03-16 12:09:56 -05:00
~~~~~~~~~~~~~~~~~~~~~~~~~~~
2016-03-15 20:27:25 -05:00
AWIPS II >=15.1.3 (March 2016) has `python-awips` installed in /awips2/python, as well as a full meteorological data stack (metpy, matplotlib, numpy, etc).
For AWIPS II systems 15.1.2 and lower:
- wget https://bootstrap.pypa.io/ez_setup.py -O - | /awips2/python/bin/python
- /awips2/python/bin/easy_install pip
- /awips2/python/bin/pip install python-awips