Unidata / netcdf-java

The Unidata netcdf-java library
https://docs.unidata.ucar.edu/netcdf-java/current/userguide/index.html
BSD 3-Clause "New" or "Revised" License
143 stars 68 forks source link

Handle empty zip itemName in NetcdfFiles.makeUncompressed #1309

Closed rschmunk closed 4 months ago

rschmunk commented 4 months ago

Description of Changes

Trap for case of no (empty) itemName appended to file path when a zip is passed to NetcdfFiles to uncompress and open. See #1307.

PR Checklist