This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
Creating multiple accepted name data wranglers can overwrite each other #339
Labels
bug
Something isn't working
data_wrangler
Tasks related to data wranglers
tools
Tasks related to lmpy tools
Milestone
If you create multiple accepted name data wranglers, for example, when aggregating occurrence data from multiple sources, that use the same name resolution service, they do not share a cache of data and the last one to write will overwrite the names file.
This happens because they are initialized at the same time and do not share a cache.
This could be solved in multiple ways.
I think the singleton option may be the best but there may be other options or benefits to something else.
The text was updated successfully, but these errors were encountered: