Dewberry / stormcloud

Creates datasets for hydrologic modeling in the cloud.
MIT License
3 stars 1 forks source link

Increase efficiency of HMS Grid Conversion script #31

Closed nick-j-roberts closed 10 months ago

nick-j-roberts commented 10 months ago

Current implementation takes a long time to process records, requires conversion of zarr data to DSS for local download

nick-j-roberts commented 10 months ago

Minor efficiency improvement: reduce the frequency of loading aoi geometry from watershed to use in trimming datasets, just do it once

nick-j-roberts commented 10 months ago

Idea:

using process api and asynchronous processing could potentially improve performance, needs testing -- spin up of docker associated with process api could slow this down

nick-j-roberts commented 10 months ago

Change in approach to utilize plugin workflow and take advantage of batch processing makes this issue not relevant to updated approach