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
142 stars 69 forks source link

Use ncml in datasetscan #1222

Closed tdrwenski closed 1 year ago

tdrwenski commented 1 year ago

Description of Changes

This fixes https://github.com/Unidata/tds/issues/403 (TDS tests in https://github.com/Unidata/tds/pull/404).

NetCDF datasetScan datasets opened through cdmremote, wms or opendap use this mergeNcml function to add ncml to the dataset. This does not apply enhancements even if the ncml has enhance="all". This PR would parse and use enhancements set in ncml.

PR Checklist