This commit is contained in:
mjames-upc 2016-03-11 18:44:25 -07:00
parent cba3935f87
commit 87f72f9f93

View file

@ -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