How to read zipped fies without open them

1 vue (au cours des 30 derniers jours)
Shulamit Nussboim
Shulamit Nussboim le 6 Mai 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

Réponses (1)

Walter Roberson
Walter Roberson le 6 Mai 2021
  14 commentaires
Walter Roberson
Walter Roberson le 10 Mai 2021
org.apache.tools.zip.ZipFile() works with .zip files but .gz files are a slightly different format. gunzip() knows how to read them.
Shulamit Nussboim
Shulamit Nussboim le 10 Mai 2021
Thank you

Connectez-vous pour commenter.

Catégories

En savoir plus sur Environment and Settings dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by