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