How to read zipped fies without open them

3 visualizzazioni (ultimi 30 giorni)
Shulamit Nussboim
Shulamit Nussboim il 6 Mag 2021
I have a bunch of zipped rain radar files which are raster. I cannot open all of them, becasue they are many and large. Is there a way to read them without opening them? I would like to read the by the date in the file name and sum them.
Thank you in advance

Risposte (1)

Walter Roberson
Walter Roberson il 6 Mag 2021
  14 Commenti
Walter Roberson
Walter Roberson il 10 Mag 2021
org.apache.tools.zip.ZipFile() works with .zip files but .gz files are a slightly different format. gunzip() knows how to read them.

Accedi per commentare.

Categorie

Scopri di più su Cloud File Storage in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by