Mirror of Unidata's PyAWIPS
Find a file
2016-07-15 12:35:22 -05:00
awips awips/ufpy ncep_15.1.1-n -> ncep_16.1.4-n 2016-03-24 16:43:44 -05:00
dataaccess ncep_16.1.4-n dataaccess files 2016-03-24 16:46:49 -05:00
docs model sounding doc, install/about/readme updates, doc conf 0.9.4 2016-07-13 14:58:44 -05:00
dynamicserialize Merge branch 'master' of github.com:Unidata/python-awips 2016-07-13 14:12:23 -05:00
examples Model_Sounding_Data example calculates dewpoint three ways 2016-07-15 12:23:23 -05:00
thrift whitespace 2016-03-16 16:32:17 -05:00
.gitignore notebook and build updates pre-release 0.9.4 2016-05-24 15:29:46 -05:00
LISCENSE.txt python-awips 0.9.1 2016-03-11 15:05:01 -07:00
README.rst don't show pypi downloads since it's broken af 2016-07-15 12:35:22 -05:00
setup.cfg cleanup and config changes 2016-03-16 10:28:37 -05:00
setup.py package build 0.9.4 2016-07-13 14:58:55 -05:00

Python Data Access Framework for AWIPS II
=========================================

|PyPI| |LatestDocs|

.. |PyPI| image:: https://img.shields.io/pypi/v/python-awips.svg
        :target: https://pypi.python.org/pypi/python-awips/
        :alt: PyPI Package

.. |PyPIDownloads| image:: https://img.shields.io/pypi/dm/python-awips.svg
        :target: https://pypi.python.org/pypi/python-awips/
        :alt: PyPI Downloads

.. |LatestDocs| image:: https://readthedocs.org/projects/pip/badge/?version=latest
        :target: http://python-awips.readthedocs.org/en/latest/
        :alt: Latest Doc Build Status

Install
-------

- pip install python-awips

Requirements
------------

- Python 2.7 minimum
- pip install numpy shapely
- pip install metpy enum34 - to run Jupyter Notebook examples

Documentation
-------------

* http://python-awips.readthedocs.org/en/latest/
* http://nbviewer.jupyter.org/github/Unidata/python-awips/tree/master/examples/notebooks

Install from Github
-------------------

- git clone https://github.com/Unidata/python-awips.git
- cd python-awips
- python setup.py install


Install for AWIPS (/awips2/python)
-----------------------------------------

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

- 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