2015-06-12 12:48:56 -06:00
|
|
|
## Python Data Access Framework for AWIPS II EDEX
|
2015-06-12 12:47:27 -06:00
|
|
|
|
|
|
|
### Install Requirements
|
|
|
|
|
2015-06-12 12:48:26 -06:00
|
|
|
* easy_install argparse
|
|
|
|
* easy_install shapely
|
2015-06-15 11:36:42 -06:00
|
|
|
* yum install geos geos-devel (ore "brew install goes" for OS X)
|
2015-06-12 12:47:27 -06:00
|
|
|
|
|
|
|
### Install
|
|
|
|
|
2015-06-12 12:48:26 -06:00
|
|
|
* git clone https://github.com/mjames-upc/edexpy.git
|
|
|
|
* cd edexpy
|
2015-06-15 11:36:42 -06:00
|
|
|
* python install install
|
2015-06-12 12:47:27 -06:00
|
|
|
|
|
|
|
### Use
|
|
|
|
|
2015-06-12 12:48:26 -06:00
|
|
|
./grid/gridInventory.csh HRRR T
|
2015-06-12 12:47:27 -06:00
|
|
|
|