mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 22:57:56 -05:00
readme/install updates + grid plot jupyter notebook
This commit is contained in:
parent
8c0ccf3fad
commit
00b510f4b5
2 changed files with 119 additions and 79 deletions
10
README.rst
10
README.rst
|
@ -17,10 +17,8 @@ Install
|
||||||
Prerequisites
|
Prerequisites
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
- yum install geos geos-devel
|
|
||||||
- pip install numpy shapely
|
- pip install numpy shapely
|
||||||
|
|
||||||
|
|
||||||
From Github
|
From Github
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
@ -32,14 +30,18 @@ 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).
|
||||||
|
|
||||||
|
For AWIPS II systems 15.1.2 and lower:
|
||||||
|
|
||||||
- wget https://bootstrap.pypa.io/ez_setup.py -O - | /awips2/python/bin/python
|
- wget https://bootstrap.pypa.io/ez_setup.py -O - | /awips2/python/bin/python
|
||||||
- easy_install pip
|
- /awips2/python/bin/easy_install pip
|
||||||
- /awips2/python/bin/pip install python-awips
|
- /awips2/python/bin/pip install python-awips
|
||||||
|
|
||||||
Grid Inventory
|
Grid Inventory
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
A short script to request availavle grid names from an EDEX server::
|
A short script to request available grid names from an EDEX server::
|
||||||
|
|
||||||
#!python
|
#!python
|
||||||
from awips.dataaccess import DataAccessLayer
|
from awips.dataaccess import DataAccessLayer
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue