EsriOceans / btm

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

Set Workspace should use a class-based method #127

Closed scw closed 8 years ago

scw commented 8 years ago

Update the workspace handling to use a class, and leave us room to expand this, which is really about global configuration management for BTM tools. Initially collapse the needed features into a class, change the tests to use this, and make sure all the tools work with the location based approach. This should also allow us to dynamically update the values on the fly, the code will be rerun on each access.