Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Typo in "Station list" in "NCSS for Stations" #1225

Open
marceloandrioni opened this issue Feb 14, 2019 · 0 comments
Open

Typo in "Station list" in "NCSS for Stations" #1225

marceloandrioni opened this issue Feb 14, 2019 · 0 comments

Comments

@marceloandrioni
Copy link

marceloandrioni commented Feb 14, 2019

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant