mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 22:57:56 -05:00
right?
This commit is contained in:
parent
cba3935f87
commit
87f72f9f93
1 changed files with 11 additions and 9 deletions
20
README.rst
20
README.rst
|
@ -12,33 +12,35 @@ Python Data Access Framework for AWIPS II
|
||||||
Install
|
Install
|
||||||
-------
|
-------
|
||||||
|
|
||||||
pip install python-awips
|
- pip install python-awips
|
||||||
|
|
||||||
Prerequisites
|
Prerequisites
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
yum install geos geos-devel
|
- yum install geos geos-devel
|
||||||
pip install numpy shapely
|
- pip install numpy shapely
|
||||||
|
|
||||||
|
|
||||||
From Github
|
From Github
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
git clone https://github.com/Unidata/python-awips.git
|
- git clone https://github.com/Unidata/python-awips.git
|
||||||
cd python-awips
|
- cd python-awips
|
||||||
python setup.py install
|
- python setup.py install
|
||||||
|
|
||||||
|
|
||||||
Install for AWIPS II Python
|
Install for AWIPS II Python
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
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
|
- 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::
|
||||||
|
|
||||||
#!python
|
#!python
|
||||||
from awips.dataaccess import DataAccessLayer
|
from awips.dataaccess import DataAccessLayer
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue