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

add read() function #26

Closed wpreimes closed 4 years ago

wpreimes commented 4 years ago

Can we make an alias for reading time series? I.e. in addition to the current read_ts function in ISMN_Interface also add a function read that calls read_ts (and does the same). In pytesmo the default function name for reading data is still read_ts (https://github.com/TUW-GEO/pytesmo/blob/796dc3c8c1629b86260dac0bf8ca2413faa9c8e7/src/pytesmo/validation_framework/data_manager.py#L95) which causes a lot of warnings being raised by default (this could be fixed if we set read as the default function name, but ISMN does not have that function yet... therefore it needs to be added here first to be safe to use in pytesmo)

wpreimes commented 4 years ago

This has been added in v0.4