2016-03-11 18:41:42 -07:00
Python Data Access Framework for AWIPS II
=========================================
2016-07-13 17:11:35 -05:00
|PyPI| |PyPIDownloads| |LatestDocs|
2016-07-13 15:04:22 -05:00
2016-07-13 17:11:35 -05:00
.. |PyPI| image :: https://img.shields.io/pypi/v/python-awips.svg
2016-03-11 18:46:23 -07:00
:target: https://pypi.python.org/pypi/python-awips/
:alt: PyPI Package
2016-03-11 18:41:42 -07:00
2016-07-13 17:11:35 -05:00
.. |PyPIDownloads| image :: https://img.shields.io/pypi/dm/python-awips.svg
2016-03-11 18:46:23 -07:00
:target: https://pypi.python.org/pypi/python-awips/
:alt: PyPI Downloads
2016-03-11 18:41:42 -07:00
2016-07-13 17:11:35 -05:00
.. |LatestDocs| image :: https://readthedocs.org/projects/pip/badge/?version=latest
2016-03-16 12:18:27 -05:00
:target: http://python-awips.readthedocs.org/en/latest/
:alt: Latest Doc Build Status
2016-03-11 18:41:42 -07:00
Install
-------
2016-03-11 18:44:25 -07:00
- pip install python-awips
2016-03-11 18:41:42 -07:00
2016-03-12 22:17:13 -06:00
Requirements
2016-07-13 17:11:35 -05:00
------------
2016-03-11 18:41:42 -07:00
2016-07-13 14:58:44 -05:00
- Python 2.7 minimum
2016-03-11 18:44:25 -07:00
- pip install numpy shapely
2016-07-13 17:11:35 -05:00
- pip install metpy enum34 - to run Jupyter Notebook examples
2016-07-13 15:04:22 -05:00
Documentation
2016-07-13 17:11:35 -05:00
-------------
2016-07-13 15:04:22 -05:00
* http://python-awips.readthedocs.org/en/latest/
2016-07-13 17:11:35 -05:00
* http://nbviewer.jupyter.org/github/Unidata/python-awips/tree/master/examples/notebooks
2016-03-11 18:41:42 -07:00
2016-07-13 14:58:44 -05:00
Install from Github
2016-07-13 17:11:35 -05:00
-------------------
2016-03-11 18:41:42 -07:00
2016-03-11 18:44:25 -07: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-11 18:41:42 -07:00
2016-07-13 17:11:35 -05:00
Install for AWIPS (/awips2/python)
-----------------------------------------
2016-03-11 18:41:42 -07: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-12 20:07:23 -06:00
2016-07-13 14:58:44 -05:00
Easy install on an AWIPS system
2016-03-12 20:07:23 -06:00
2016-03-11 18:44:25 -07:00
- wget https://bootstrap.pypa.io/ez_setup.py -O - | /awips2/python/bin/python
2016-03-12 20:07:23 -06:00
- /awips2/python/bin/easy_install pip
2016-03-11 18:44:25 -07:00
- /awips2/python/bin/pip install python-awips