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
Schema rules for verticalDatum: "the reference frame or system from which vertical distances (altitudes or depths) are measured."
Rules:
optional
Definitions:
datumIdentifier: {identifier} "the identification given to the surface taken as the surface of reference from which altitudes or depths are measured."
datumName: (string) "the identification given to the surface taken as the surface of reference from which altitudes or depths are measured."
encodingMethod: {string} "the means used to encode the altitudes."
isDepthSystem: {Boolean} "true if depth system, false if altitude system."
verticalResolution: {real} "the minimum distance possible between two adjacent altitude or depth values, expressed in units of measure."
unitOfMeasure: {string} "units of measure for altitude or depth measurements."
Rules:
datumIdentifier required (conditional)
datumName required (conditional)
encodingMethod required (conditional)
isDepthSystem required (conditional)
verticalResolution required (conditional)
unitOfMeasure required (conditional)
Note: FGDC does not handle datumIdentifier and thus requires all the remaining elements. ISO can only handle the identifier for the datum. So, condition is either identifier or all the other elements.
FGDC mapping:
Altitude and depth datum are assigned to different elements in FGDC, combined in mdJson with an isDepthSystem element to distinguish between the two (default = false).
Schema rules for verticalDatum: "the reference frame or system from which vertical distances (altitudes or depths) are measured."
Rules:
Definitions:
Rules:
Note: FGDC does not handle
datumIdentifier
and thus requires all the remaining elements. ISO can only handle the identifier for the datum. So, condition is either identifier or all the other elements.mdJson:
FGDC mapping:
Altitude and depth datum are assigned to different elements in FGDC, combined in mdJson with an isDepthSystem element to distinguish between the two (default = false).
ISO 19115-2 mapping:
These elements map to ISO 19115-2 only as MD_CRS.datum.identifier.
ISO 19115-3 mapping:
Does not map to ISO 19115-1/3. This information was removed to ISO 19111 ( I do not have documentation at this time ).
The text was updated successfully, but these errors were encountered: