Mirror of Unidata's PyAWIPS
Find a file
2018-09-06 21:12:01 -06:00
awips more manual fixes 2018-09-06 19:27:58 -06:00
dataaccess initial commit 2018-09-05 15:52:38 -06:00
docs version 18.1.1 2018-09-06 12:12:19 -06:00
dynamicserialize trying this 2018-09-06 21:12:01 -06:00
examples notebook cleanup for 18.1.1 release 2018-09-06 13:05:37 -06:00
thrift initial commit 2018-09-05 15:52:38 -06:00
.gitignore initial commit 2018-09-05 15:52:38 -06:00
.travis.yml git checkout travis .travis.yml requirements.txt 2018-09-06 13:53:01 -06:00
component.spec Revert "component.spec file build from github release tarball" 2018-09-06 19:35:34 -06:00
environment-python3.yml yml env files for python2 and python3 2018-09-06 12:21:06 -06:00
environment.yml yml env files for python2 and python3 2018-09-06 12:21:06 -06:00
LICENSE initial commit 2018-09-05 15:52:38 -06:00
prep.sh initial commit 2018-09-05 15:52:38 -06:00
README.rst yml env files for python2 and python3 2018-09-06 12:21:06 -06:00
requirements.txt git checkout travis .travis.yml requirements.txt 2018-09-06 13:53:01 -06:00
setup.cfg initial commit 2018-09-05 15:52:38 -06:00
setup.py version 18.1.1 2018-09-06 12:12:19 -06:00

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

|License| |PyPI| |LatestDocs| 

|Travis| |Codacy|

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

.. |Travis| image:: https://travis-ci.org/Unidata/python-awips.svg?branch=master
        :target: https://travis-ci.org/Unidata/python-awips
        :alt: Travis Build Status

.. |Codacy| image:: https://api.codacy.com/project/badge/Grade/560b27db294449ed9484da1aadeaee91
        :target: https://www.codacy.com/app/mjames/python-awips
        :alt: Codacy issues


Install
-------

- pip install python-awips

Conda Environment
-----------------

- git clone https://github.com/Unidata/python-awips.git
- cd python-awips
- conda env create -f environment.yml
- source activate python-awips
- python setup.py install --force
- jupyter notebook examples

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

- Python 2.7+
- pip install numpy shapely six
- 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.