cambridge-cares / TheWorldAvatar

A knowledge-graph-based digital twin of the world.
https://theworldavatar.io/
MIT License
84 stars 25 forks source link

Use official date-time formatter for NetCDF raster files #1148

Open gpeb2 opened 6 months ago

gpeb2 commented 6 months ago

There is an official set of classes for parsing and formatting data-time strings in the NetCDF Java library, which are very similar to the standard Java ones but support the uniform30day calendar. A list of all of the classes is given here. This would provide a more flexible solution to the issue fixed in PR #1138.