python-awips/README.rst

52 lines
1.9 KiB
ReStructuredText
Raw Normal View History

2017-04-03 10:37:50 -06:00
AWIPS Python Data Access Framework
==================================
2016-03-11 18:41:42 -07:00
2017-04-12 16:08:32 -06:00
|License| |PyPI| |LatestDocs| [![Codacy Badge](https://api.codacy.com/project/badge/Grade/538dc2bf39674712863e36a0f3eb3b43)](https://www.codacy.com/app/mjames/python-awips?utm_source=github.com&utm_medium=referral&utm_content=Unidata/python-awips&utm_campaign=Badge_Grade)
2017-04-03 10:37:50 -06:00
.. |License| image:: https://img.shields.io/pypi/l/python-awips.svg
:target: https://pypi.python.org/pypi/python-awips/
:alt: License
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
2017-04-03 10:37:50 -06:00
License
-------
2017-04-03 10:37:50 -06:00
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.