EsriOceans / btm

Benthic Terrain Modeler
http://resources.arcgis.com/en/communities/oceans/
Mozilla Public License 2.0
26 stars 7 forks source link

Add warnings for users who lack Python packages used in new analysis tools. #115

Closed scw closed 8 years ago

scw commented 8 years ago

We now have tools which depend on NetCDF4 and SciPy, neither of which is guaranteed to be available (NumPy is also now used, but included since ArcGIS 10.0, the earliest version we support). For tools which use these libraries, notify the user when necessary if they don't have the required libraries for the specific analysis in question, but allow the rest of the software to function.