TUW-GEO / ismn

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

Conversion to xarray #83

Open wpreimes opened 6 months ago

wpreimes commented 6 months ago

Add a function to each component (sensor, station, network, network collection) to transform it into an xarray object. This would not only allow using all the features that come with xarray, but also to e.g. store the ismn data in netcdf etc format.

wpreimes commented 5 months ago

Done in #87 . A similar function for NetworkCollection or ISMN_Interface(..., as_xarray=True) could still be added.

wpreimes commented 2 months ago

Add CLI to transfrom all networks into netcdf format