mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
working cartopy grid plot example
This commit is contained in:
parent
00b510f4b5
commit
71a178bab0
2 changed files with 206 additions and 92 deletions
|
@ -14,9 +14,10 @@ Install
|
|||
|
||||
- pip install python-awips
|
||||
|
||||
Prerequisites
|
||||
Requirements
|
||||
-------------
|
||||
|
||||
- Python 2.7 or later
|
||||
- pip install numpy shapely
|
||||
|
||||
From Github
|
||||
|
@ -30,7 +31,7 @@ From Github
|
|||
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:
|
||||
|
||||
|
@ -64,6 +65,3 @@ A short script to request available grid names from an EDEX server::
|
|||
available_grids = DataAccessLayer.getAvailableLocationNames(request)
|
||||
for grid in available_grids:
|
||||
print grid
|
||||
|
||||
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue