How to read zipped fies without open them

3 次查看(过去 30 天)
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

回答(1 个)

Walter Roberson
Walter Roberson 2021-5-6
  14 个评论
Walter Roberson
Walter Roberson 2021-5-10
org.apache.tools.zip.ZipFile() works with .zip files but .gz files are a slightly different format. gunzip() knows how to read them.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Cloud File Storage 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by