working cartopy grid plot example

This commit is contained in:
mjames-upc 2016-03-12 22:17:13 -06:00
parent 00b510f4b5
commit 71a178bab0
2 changed files with 206 additions and 92 deletions

View file

@ -14,9 +14,10 @@ Install
- pip install python-awips - pip install python-awips
Prerequisites Requirements
------------- -------------
- Python 2.7 or later
- pip install numpy shapely - pip install numpy shapely
From Github From Github
@ -30,7 +31,7 @@ From Github
Install for AWIPS II Python Install for AWIPS II Python
-------------------- --------------------
AWIPS II >=15.1.3 (March 2016) has `python-awips` installed /awips2/python, as well as a full meteorological data stack (metpy, matplotlib, numpy, etc). AWIPS II >=15.1.3 (March 2016) has `python-awips` installed in /awips2/python, as well as a full meteorological data stack (metpy, matplotlib, numpy, etc).
For AWIPS II systems 15.1.2 and lower: For AWIPS II systems 15.1.2 and lower:
@ -64,6 +65,3 @@ 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

File diff suppressed because one or more lines are too long