TUW-GEO / ismn

Readers for the data from the International Soil Moisture Network
https://ismn.earth/en/
MIT License
32 stars 21 forks source link

No write access to directory where data is stored. #15

Open bascrezee opened 5 years ago

bascrezee commented 5 years ago

I am raising this issue, since it might help in building an (even) more user-friendly interface for the ismn package. For my setup, I have no write access to the directory in which the ISMN data is stored. The whole institute has read access, but only data managers have write access. Therefore, I get an error when the package is trying to create the metadata directory (python_metadata).

I see a few potential solutions (either on the side of the user, the package maintainer, or the data provider):

Just some suggestions, I didn't think about them in detail yet, and maybe there are more. I hope it is useful feedback. It relates a bit to #9 .

sebhahn commented 5 years ago

I think option 3 (custom path to store metadata) is realistic. I started working on a new interface #12 and try implementing it

cpaulik commented 5 years ago

How backwards compatible will the new interface be? If not then we should maybe also implement the relative paths and the metadata location setting in the current interface.

sebhahn commented 5 years ago

It will be a complete separate interface