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

Projection angular coordinates #1202

Closed rschmunk closed 1 year ago

rschmunk commented 1 year ago

Description of Changes

Add "projection_x_angular_coordinate" and "projection_y_angular_coordinate" as acceptable axes standard names so that NJ conforms with CF-1.9 recommendation for geostationary gridded projection attributes.

Resolves https://github.com/Unidata/netcdf-java/issues/1200

PR Checklist

rschmunk commented 1 year ago

Looks like spotless is getting into a fight with the auto-code-style indentation in Xcode. Sigh.

rschmunk commented 1 year ago

Dang. Had to update the pull request because I mistakenly let my local tweaks to the fatJars config leak in.

rschmunk commented 1 year ago

Looking like another case of the build process getting jammed up due to something not in the actual PR.

haileyajohnson commented 1 year ago

thanks @rschmunk !