You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.
Small typo in "Station list" in "NCSS for Stations":
latitude in show as latitide, e.g. example
This can make things a little difficult for someone reading the xml directly.
Checking the source for v5 I found these occurrences: ./legacy/src/main/java/ucar/nc2/dt/point/StationObsDatasetInfo.java: sElem.addContent(new Element("latitide").addContent( ucar.unidata.util.Format.d(s.getLatitude(), 6)));
Small typo in "Station list" in "NCSS for Stations":
latitude in show as latitide, e.g.
example
This can make things a little difficult for someone reading the xml directly.
Checking the source for v5 I found these occurrences:
./legacy/src/main/java/ucar/nc2/dt/point/StationObsDatasetInfo.java: sElem.addContent(new Element("latitide").addContent( ucar.unidata.util.Format.d(s.getLatitude(), 6)));
./docs/src/private/website/netcdf-java/tutorial/CoordSysBuilder.adoc: <attribute name="long_name" value="latitide coordinate" />
./cdm/src/main/resources/resources/nj22/coords/GIEF.ncml: <attribute name="long_name" value="latitide coordinate (synthesized)" />
./cdm/src/main/java/ucar/nc2/ft/point/writer/FeatureDatasetCapabilitiesWriter.java: sElem.addContent(new Element("latitide").addContent(Double.toString(s.getLatitude())));
Thank you.
The text was updated successfully, but these errors were encountered: