How to read zipped fies without open them

1 visualización (últimos 30 días)
Shulamit Nussboim
Shulamit Nussboim el 6 de Mayo de 2021
Comentada: Shulamit Nussboim el 10 de Mayo de 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

Respuestas (1)

Walter Roberson
Walter Roberson el 6 de Mayo de 2021
  14 comentarios
Walter Roberson
Walter Roberson el 10 de Mayo de 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 el 10 de Mayo de 2021
Thank you

Iniciar sesión para comentar.

Categorías

Más información sobre Environment and Settings en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by