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

read from zip file #22

Closed wpreimes closed 3 years ago

wpreimes commented 4 years ago

Would be nice if (optional) reading data from the downloaded zip file directly was possible (would be slower of course) with this package. It would save a lot of storage space. Could someone of you have a look at this, I guess there should be python libraries for that?

sebhahn commented 4 years ago

I think this is not possible, at least at the time I was searching for this. I ended up unzipping the required file into a temporary location (on linux /tmp) and reading this one. E.g. this is still the case for reading L1b ASCAT data.

cpaulik commented 4 years ago

What should be possible is to get the file list from the zip file and build the metadata database from that. After this it would indeed be possible to extract the specific file to tmp and read it.

wpreimes commented 3 years ago

This is included after v1.0