ismn icon indicating copy to clipboard operation
ismn copied to clipboard

Error unzipping downloaded ismn data

Open awst-baum opened this issue 5 years ago • 1 comments

Hi! For QA4SM, we've tried downloading the latest ISMN data and unzipping it - but we all get an error on decompression:

file #14549:  bad zipfile offset (local header sig):  21299
file #14550:  bad zipfile offset (local header sig):  796807
file #14551:  bad zipfile offset (local header sig):  1546605
...

This isn't a problem with the reader but I thought I've got to report it somewhere.

log.zip

awst-baum avatar Dec 12 '19 14:12 awst-baum

I've also tried unzipping with jar (since that's recommended in the Internets) like this:

jar xvf Data_seperate_files.zip

That yields:

 ...
 inflated: FLUXNET-AMERIFLUX/VairaRanch/FLUXNET-AMERIFLUX_FLUXNET-AMERIFLUX_VairaRanch_sm_0.300000_0.450000_Moisture-Point-PRB-K-D_19780101_20191211.stm
java.util.zip.ZipException: only DEFLATED entries can have EXT descriptor
	at java.util.zip.ZipInputStream.readLOC(ZipInputStream.java:310)
	at java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:122)
	at sun.tools.jar.Main.extract(Main.java:979)
	at sun.tools.jar.Main.run(Main.java:311)
	at sun.tools.jar.Main.main(Main.java:1288)

awst-baum avatar Dec 12 '19 14:12 awst-baum