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
146 stars 71 forks source link

Fix nullptr exception #1160

Closed tdrwenski closed 1 year ago

tdrwenski commented 1 year ago

Add empty attributes container to avoid nullptr exceptions for dimension coordinate axes. Test added in TDS repo: https://github.com/Unidata/tds/pull/351

Fixes https://github.com/Unidata/tds/issues/349.

Description of Changes

Erase this and add a general description of changes, heads-up on any tricky parts, etc., here.

PR Checklist