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

Allow network selection after initialisation #20

Closed wpreimes closed 4 years ago

wpreimes commented 4 years ago

Add a function to ISMN_Interface that changes the active networks of the reader. Basically move code from https://github.com/TUW-GEO/ismn/blob/cb8bb94eebba6ac558ba99d79b9cccb34c481f66/ismn/interface.py#L558 to a separate function.

wpreimes commented 4 years ago

This was done in #21