2016-07-13 14:58:44 -05:00
.. _Jupyter Notebook: http://nbviewer.jupyter.org/github/Unidata/python-awips/tree/master/examples/notebooks
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
2016-03-16 16:32:17 -05:00
- Python 2.7 or later
2016-03-15 20:27:25 -05:00
- pip install numpy shapely
2016-07-13 14:58:44 -05:00
- pip install metpy enum34 - to run `Jupyter Notebook`_ examples
2016-03-15 20:27:25 -05:00
2016-07-13 14:58:44 -05:00
Install from Github
~~~~~~~~~~~~~~~~~~~~~~~~~~~
2016-03-15 20:27:25 -05:00
- git clone https://github.com/Unidata/python-awips.git
- cd python-awips
2016-07-13 14:58:44 -05:00
- python setup.py install
2016-03-15 20:27:25 -05:00
2016-07-13 14:58:44 -05:00
Install for AWIPS (/awips2/python)
2016-03-16 12:09:56 -05:00
~~~~~~~~~~~~~~~~~~~~~~~~~~~
2016-03-15 20:27:25 -05:00
2016-07-13 14:58:44 -05:00
AWIPS II >=15.1.3 (March 2016) has `python-awips` bundled with the awips2-server and awips2-cave groups, as well as a full meteorological data stack (metpy, matplotlib, numpy, etc).
2016-03-15 20:27:25 -05:00
2016-07-13 14:58:44 -05:00
Easy install on an AWIPS system
2016-03-15 20:27:25 -05:00
- 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
2016-07-13 14:58:44 -05:00