ICSM ISO 19115-1 Metadata Best Practice Guide

Spatial Reference System ★★★★

In order to be of repeatable use and combined with other resources, geospatial information is most always captured according to a spatial reference system - (SRS). (Also referred to as a Coordinate Reference System - CRS.) Sharing the specifics of the reference systems used allows the resource to be compared and combined with others with precision and accuracy.

   
Element Name referenceSystemInfo
Parent MD_Metadata
Class/Type MD_ReferenceSystem
Governance Common ICSM (for acceptable CRS registries)
  Domain (for acceptable values within a community of users)
Purpose Usage, Fitness
Audience machine resource - ⭑ ⭑ ⭑ ⭑
  general - ⭑ ⭑
  resource manager - ⭑ ⭑ ⭑ ⭑
  specialist - ⭑ ⭑ ⭑ ⭑ ⭑
Metadata type Structural
ICSM Level of Agreement ⭑ ⭑ ⭑

Definition

The information about the reference systems that define the system use to describe spatial position descriptions in a resource.

ISO Obligation

Discussion

In order to common understand of location in geospatial resource, standardised spatial reference systems are used. A spatial reference helps describe where features are located in the real world. Different spatial reference systems are used for different purposes. (The terms spatial reference and coordinate system used interchangeably although they are slightly different.) People and machines that use spatial resources need to be provided in the metadata the details of the spatial reference systems used by the resource in order to conduct meaningful analysis and to combine this resource with others.

To adequately describe a resource, there may be the need to include multiple SRS in the metadata. Usually, each of these would be of a different type (referenceSystemType).

Dynamic (Earth Centric) Datums Real world coordinates do change over time due to movements of the Earth’s crust. These changes are significant and need be accounted for when combining data from different time periods. For Australia continental drift accounts for up to 70mm per year or 1.8 metres over the past 26 years. When the SRS is Earth centered as is the case with WGS 84, in order to understand position relative to object catured in the same SRS but at a different date, the Coordinate Epoch (time of posisiton information capture) must be recorded. A method of capturing this information within the ISO 19115-1 standard is under development. A best practice way of doing so in the interim is as follows:

Best Practice Recommendations

Therefore - To ensure the usability of your spatial resource, it is important to include the Spatial Reference System used by this resource in its metadata. Doing so will allow the proper use and analysis to occur.

At a minimum the reference system type, the code and the codespace must be captured. In addition the Coordinate Epoch should be captured so changes in coordinate positions due to movements in the earth’s crust can be accounted for. Until ISO 19115-1 support the capture of Coordinate Epoch directly, the creation of a separate instance of MD_Reference system should be created of type temporal with the decimal year to at least to places of the coordinate epoch as code and “Coordinate Epoch - Horizontal” or “Coordinate Epoch - Vertical” as *description.

To date the European Petroleum Survey Group (EPSG) holds the most complete and common register of SRS. It is recommended that this source be used as codespace (and authority?) for SRS information in the metadata.

NOTE - There should be at least two instances of referenceSystemInfo for every resource that contains spatial information referenced to a datum. The first will provide reference to the spatial reference system used by the resource. The second will contain a Coordinate Epoch. This will be of referenceSystemType Temporal with a description of Coordinate Epoch. The value of the code will be the date of the the Coordinate Epoch in Decimal Year to least two places.

MD_ReferenceSystemTypeCode

There are 28 options to choose from in the reference system type code list (MD_ReferenceSystemTypeCode). Many would never be used by a particular professional. The most common for most geospatial professionals is ‘projected’. The list below sorts these options with the most common on top.

Also Consider

Outstanding Issues

Dynamic (Earth Centric) Datums The latest amendment to ISO 19115-1 includes support for Coordinate Epoch capture as a sibling element to ReferenceSystemIdentifier. This guidance will be updated accordingly following the publication and adoption of these modifications

Authority Authority has been indicated as a conditional field by ABARES and GA. But little guidance exist on the use of this element in this context. Should authority be about the owner of the registry (e.g. EPSG) or the provider of the SRS (LINZ in the case of NZTM)?

MD_ReferenceSystemTypeCode This is a long and confusing list. Should we recommend a shortly one?

Crosswalk considerations

Dublin core / CKAN / data.gov.au

No mapping provided

DCAT

Maps to dct:conformsTo

RIF-CS

Maps to the aggregate element Coverage/Spatial

Examples

XML

<mdb:MD_Metadata>
....
  <mdb:referenceSystemInfo>
      <mrs:MD_ReferenceSystem>
         <mrs:referenceSystemIdentifier>
            <mcc:MD_Identifier>
               <mcc:code>
                  <gco:CharacterString>WGS 1984</gco:CharacterString>
               </mcc:code>
            </mcc:MD_Identifier>
         </mrs:referenceSystemIdentifier>
      </mrs:MD_ReferenceSystem>
  </mdb:referenceSystemInfo>
....
</mdb:MD_Metadata>

UML diagrams

Recommended elements highlighted in yellow

SpatRefSys

\pagebreak