mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 22:57:56 -05:00
links
This commit is contained in:
parent
e83c67bb08
commit
2f227d6ae1
2 changed files with 11 additions and 1 deletions
10
README.rst
10
README.rst
|
@ -9,6 +9,10 @@ Python Data Access Framework for AWIPS II
|
||||||
:target: https://pypi.python.org/pypi/python-awips/
|
:target: https://pypi.python.org/pypi/python-awips/
|
||||||
:alt: PyPI Downloads
|
:alt: PyPI Downloads
|
||||||
|
|
||||||
|
.. image:: https://readthedocs.org/projects/pip/badge/?version=latest
|
||||||
|
:target: http://python-awips.readthedocs.org/en/latest/
|
||||||
|
:alt: Latest Doc Build Status
|
||||||
|
|
||||||
Install
|
Install
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
@ -65,3 +69,9 @@ A short script to request available grid names from an EDEX server::
|
||||||
available_grids = DataAccessLayer.getAvailableLocationNames(request)
|
available_grids = DataAccessLayer.getAvailableLocationNames(request)
|
||||||
for grid in available_grids:
|
for grid in available_grids:
|
||||||
print grid
|
print grid
|
||||||
|
|
||||||
|
Documentation
|
||||||
|
------------------
|
||||||
|
|
||||||
|
* http://python-awips.readthedocs.org/en/latest/
|
||||||
|
* `Jupyter Notebook Examples <http://nbviewer.jupyter.org/github/Unidata/python-awips/tree/master/examples/notebooks/>`_
|
||||||
|
|
|
@ -4,7 +4,7 @@ Python AWIPS Data Access Framework
|
||||||
|
|
||||||
.. raw:: html
|
.. raw:: html
|
||||||
|
|
||||||
The `python-awips <http://www.github.com/Unidata/python-awips>`_ package provides a Data Access Framework (DAF) for requesting data from a remote AWIPS II EDEX server.
|
The `python-awips <https://github.com/Unidata/python-awips>`_ package provides a Data Access Framework (DAF) for requesting data from a remote AWIPS II EDEX server.
|
||||||
|
|
||||||
The `AWIPS II Python Stack <about.html#awips-ii-python-stack>`_ installed via RPM contains the DAF, matplotlib, numpy, scipy, basemap, pint, shapely, and other packages.
|
The `AWIPS II Python Stack <about.html#awips-ii-python-stack>`_ installed via RPM contains the DAF, matplotlib, numpy, scipy, basemap, pint, shapely, and other packages.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue