Closed cgmorton closed 8 years ago
In et_cell.py, shapefiles are read using PyShp (https://github.com/GeospatialPython/pyshp) This is imported as "import shapefile".
gdal_common calls need to be converted to zeph calls and doublecheck that zeph can still install from conda.
Bokeh (http://bokeh.pydata.org/en/latest/) is used to generate the timeseries plots
ArcPy is currently used for some of the prep scripts, but these will be modified to use GDAL or another open source module.
GDAL is used in some of the prep scripts Install with conda or on Windows install with pip using the whl file from http://www.lfd.uci.edu/~gohlke/pythonlibs/
For making the summary maps: matplotlib (http://matplotlib.org/) fiona (https://pypi.python.org/pypi/Fiona) descartes (https://pypi.python.org/pypi/descartes) shapely (https://pypi.python.org/pypi/Shapely)
NumPy, Pandas, ?