Skip to content

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

@zdefne-usgs

Description

@zdefne-usgs

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions