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

Configurable time units when using dateFormatMark #1327

Open tdrwenski opened 3 months ago

tdrwenski commented 3 months ago

When using a dateFormatMark with a joinExisting aggregation, the time axis values will be ISO strings such as "2000-01-01T00:00:00Z". See for example here.

However, it may be desirable to have numeric time values with udunits such as "seconds since 1981-01-01 00:00:00." Add a NcML option to allow this to be configurable.

See also: https://www.unidata.ucar.edu/mailing_lists/archives/thredds/2010/msg00413.html