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
|
||||
-------
|
||||
|
||||
pip install python-awips
|
||||
- pip install python-awips
|
||||
|
||||
Prerequisites
|
||||
-------------
|
||||
|
||||
yum install geos geos-devel
|
||||
pip install numpy shapely
|
||||
- yum install geos geos-devel
|
||||
- pip install numpy shapely
|
||||
|
||||
|
||||
From Github
|
||||
-----------
|
||||
|
||||
git clone https://github.com/Unidata/python-awips.git
|
||||
cd python-awips
|
||||
python setup.py install
|
||||
- git clone https://github.com/Unidata/python-awips.git
|
||||
- cd python-awips
|
||||
- python setup.py install
|
||||
|
||||
|
||||
Install for AWIPS II Python
|
||||
--------------------
|
||||
|
||||
wget https://bootstrap.pypa.io/ez_setup.py -O - | /awips2/python/bin/python
|
||||
easy_install pip
|
||||
/awips2/python/bin/pip install python-awips
|
||||
- wget https://bootstrap.pypa.io/ez_setup.py -O - | /awips2/python/bin/python
|
||||
- easy_install pip
|
||||
- /awips2/python/bin/pip install python-awips
|
||||
|
||||
Grid Inventory
|
||||
--------------
|
||||
|
||||
A short script to request availavle grid names from an EDEX server::
|
||||
|
||||
#!python
|
||||
from awips.dataaccess import DataAccessLayer
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue