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

[WIP] New Interface #12

Closed sebhahn closed 3 years ago

sebhahn commented 5 years ago

New interface based on several classes. It allows to access individual files (IsmnFile) or a collection of files (IsmnFileCollection). Furthermore, a file collection can be converted into a nested structure of Networks, Stations and Sensors. This way it is straight forward to iterate over individual networks/stations/sensors/depths/etc.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+2.4%) to 72.351% when pulling f4ffaf481227d359a1224bc4b20a88bf22f909b3 on sebhahn:interface2 into c44dea53bb824c5c54ba1715f5a0932b3761578b on TUW-GEO:develop.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.02%) to 69.962% when pulling db65562d921b7f50713a6c334c5b8d1fa293d935 on sebhahn:interface2 into da9cdcaaf7c3a8345ec3a56ecb111859d7cefdac on TUW-GEO:develop.

wpreimes commented 5 years ago

I think it would be a nice feature if there was a function that returns the citation information for the currently loaded ISMN networks as a Latex table. Basically every network object could include a load_citation function or something similar and the interface could iterate over all networks to collect the needed information and merge them into a table. Is the citation info only on the website or can we read it also from the metadata directly? What do you think? I could help with that if you want.

sebhahn commented 5 years ago

Feel free to add this feature

wpreimes commented 3 years ago

Has been included in v1.0. Therefore closing this issue