EsriOceans / btm

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

Implement deferred loading of packages #118

Closed scw closed 8 years ago

scw commented 8 years ago

For older installations, these packages may not exist. Instead of assuming their presence, gracefully degrade BTM to disable the specific functionality using SciPy and NetCDF4. Do this by checking for the packages, in case the user has installed the libraries manually. Fixes #115.