Enable uduints based time coordinates on scan aggregations by lesserwhirls · Pull Request #1439 · Unidata/netcdf-java

added 3 commits

April 18, 2025 12:20
Scan-based aggregations with a dateFormatMark produce a String time
variable with ISO time string formatted values. This commit enables
users to configure the aggregation to produce numeric, udunits based
time variables. This improves compatibility with popular clients, such
as xarray. Addresses Unidata#1327