HARPgroup / HSPsquared

Hydrologic Simulation Program Python (HSPsquared)
GNU Affero General Public License v3.0
1 stars 0 forks source link

Optimize/Create Alternative to import_uci to allow no WDM mode, or select list of DSNs #46

Open rburghol opened 1 year ago

rburghol commented 1 year ago

The most time consuming part of the hsp2 process is the data import from WDMs in hsp2 import_uci. By creating a method to selectively import WDM DSNs, or to have a mode that omits that process altogether (for when UCI has changed but data has not) would help.