Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dimension type for time should be "time" instead of "temporal" #41

Open
zdefne-usgs opened this issue Apr 11, 2019 · 0 comments
Open

dimension type for time should be "time" instead of "temporal" #41

zdefne-usgs opened this issue Apr 11, 2019 · 0 comments

Comments

@zdefne-usgs
Copy link

Sorry for cross-posting, but the dimension type for time is defined as "temporal" in the threddsIso UnidataDD2MI.xsl:

<xsl:with-param name="dimensionType" select="'temporal'"/>

It is actually defined as "time" in ISO 19115 and 19115-2 CodeList Dictionaries:

<codeEntry>
  <CodeDefinition gml:id="MD_DimensionNameTypeCode_time">
    <gml:description>duration</gml:description>
    <gml:identifier codeSpace="ISOTC211/19115">time</gml:identifier>
  </CodeDefinition>
</codeEntry>

Shouldn't it also be "time" instead of "temporal" in the UnidataDD2MI.xsl?
Thanks

@zdefne-usgs zdefne-usgs changed the title dimension type for time should be "time" not "temporal" dimension type for time should be "time" instead of "temporal" Apr 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant