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
144 stars 70 forks source link

Fix and extend Geotiff IFD handling to allow all integer types #1341

Closed WeatherGod closed 5 months ago

WeatherGod commented 5 months ago

Description of Changes

PR Checklist

WeatherGod commented 5 months ago

Was talking with a colleague about how I couldn't test private methods, which was needed to properly test out the fixes to read/writeIntValue, when they pointed me to Java reflection, which I never knew about.