CADWRDeltaModeling / dms_datastore

Data download and management tools for continuous data for Pandas. See documentation https://cadwrdeltamodeling.github.io/dms_datastore/
https://cadwrdeltamodeling.github.io/dms_datastore/
MIT License
1 stars 0 forks source link

cdec multiprocessing vs single processing version of download #33

Closed water-e closed 4 months ago

water-e commented 6 months ago

It seems like for cdec the downloads were done twice, one single proc and one multiproc.

I have commmitted code that gets rid of the redundant multiprocessing version. I pruned that one snce there is also a thread/proc safety issue that I raised as a different issue.

That is just a hack though. The multiprocessing would be easy to reinstate -- I left it as commented out.

dwr-psandhu commented 4 months ago

Based on discussion yesterday, this may not be an issue ? Closing.