How to read zipped fies without open them

9 Ansichten (letzte 30 Tage)
Shulamit Nussboim
Shulamit Nussboim am 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

Antworten (1)

Walter Roberson
Walter Roberson am 6 Mai 2021
  14 Kommentare
Walter Roberson
Walter Roberson am 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 am 10 Mai 2021
Thank you

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Historical Contests finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by