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

Fix decimal separator #1162

Closed tdrwenski closed 1 year ago

tdrwenski commented 1 year ago

Description of Changes

Although WKT is allowed to have either a period or comma as a decimal separator, NCSS's open layer map cannot parse a comma as a decimal separator. This PR would force a period as a separator for the WKT output to fix the NCSS map for locales with a comma decimal separator.

PR Checklist