Files returned by OPeNDAP are compressed?
Posted: Mon Dec 02, 2024 11:12 am America/New_York
I think there has been a recent change for files downloaded from a link like:
https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD07_L2/2000/055/MOD07_L2.A2000055.0000.061.2017202185924.hdf.nc4
The file I get from that link is compressed, and I don't think it used to be. I have some Python code that previously worked that did not involve any decompression. Should the suffix of the file name now be ".nc4.gz"?
https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD07_L2/2000/055/MOD07_L2.A2000055.0000.061.2017202185924.hdf.nc4
The file I get from that link is compressed, and I don't think it used to be. I have some Python code that previously worked that did not involve any decompression. Should the suffix of the file name now be ".nc4.gz"?