python-awips/README.rst

54 lines
1.5 KiB
ReStructuredText
Raw Normal View History

2016-03-11 18:41:42 -07:00
Python Data Access Framework for AWIPS II
=========================================
|PyPI| |LatestDocs|
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
- 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
Documentation
2016-07-13 17:11:35 -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
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
- 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
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).
Easy install on an AWIPS system
2016-03-11 18:44:25 -07:00
- wget https://bootstrap.pypa.io/ez_setup.py -O - | /awips2/python/bin/python
- /awips2/python/bin/easy_install pip
2016-03-11 18:44:25 -07:00
- /awips2/python/bin/pip install python-awips