Mirror of Unidata's PyAWIPS
Find a file
2017-04-07 13:54:21 -06:00
awips Merge branch 'master' of github.com:Unidata/python-awips 2017-04-06 12:14:29 -06:00
dataaccess ncep_16.1.4-n dataaccess files 2016-03-24 16:46:49 -05:00
docs release 0.9.9 2017-04-04 20:35:47 -06:00
dynamicserialize remnant python2 effects from 16.4.1 merge 2017-04-04 18:38:35 -06:00
examples warn/warn notebook updates for python3 string fix 2017-04-07 13:54:21 -06:00
thrift cleaning up debug code 2016-04-25 09:56:11 -06:00
.gitignore notebook and build updates pre-release 0.9.4 2016-05-24 15:29:46 -05:00
LICENSE add BSD-2 license 2017-04-03 10:37:50 -06:00
README.rst add BSD-2 license 2017-04-03 10:37:50 -06:00
setup.cfg cleanup and config changes 2016-03-16 10:28:37 -05:00
setup.py release 0.9.9 2017-04-04 20:35:47 -06:00

AWIPS Python Data Access Framework
==================================

|License| |PyPI| |LatestDocs|

.. |License| image:: https://img.shields.io/pypi/l/python-awips.svg
    :target: https://pypi.python.org/pypi/python-awips/
    :alt: License

.. |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


License
-------

Unidata AWIPS source code and binaries (RPMs) are considered to be in the public domain, meaning there are no restrictions on any download, modification, or distribution in any form (original or modified). The Python AWIPS package contains no proprietery content and is therefore not subject to export controls as stated in the Master Rights licensing file and source code headers.