Name | Coordinate reference system |
Definition | Designation of the coordinate (spatial) reference system of the data source. |
Obligation |
|
Multiplicity | [1..*] |
Example | Kod: http://www.opengis.net/def/crs/EPSG/0/3765 |
Kod: 001 Prostor koda: hr:nipp:crs Verzija: 1.0 |
|
http://publications.europa.eu/resource/authority/atu/HRV_ZP_ZAGRD | |
Coordinate reference system documents the coordinate reference system in which data are given. A data resource may use two or more coordinate reference systems, For example, topographic map in scale 1:25000 is using the Croatian Terrestrial Reference System 1996 in Transverse Mercator projection HTRS96/TM) to represent positions in the plane of projection and the Croatian Vertical Reference System (HVRS71) to represent heights. Both reference systems must be documented. |
Technical data
INSPIRE equivalent | Coordinate Reference System |
Comparison with INSPIRE | equivalent |
ISO equivalent | [187] referenceSystemIdentifier |
Comparison with ISO | equivalent |
XPath | referenceSystemInfo/*/referenceSystemIdentifier |
Data type | RS_Identifier |
Domain | RS_Identifier<<DataType>>;
|
Implementation instructions | The coordinate reference system of the data source is specified by specifying:
An initial list of coordinate reference systems is given in the Coordinate Reference Systems table. If the coordinate reference system in which the source data are located is listed, it must be specified using:
Source reference systems whose data are georeferenced by means of a geoidentifier are documented by assigning a code as a unique identifier of the reference system, with stating a unique source designation, that is a link to the specification or description of that reference system. |
Link on a list of NSDI coordinate reference systems
Encoding example 1: OGC EPSG URI
<gmd:MD_Metadata... ... <gmd:referenceSystemInfo> <gmd:MD_ReferenceSystem> <gmd:referenceSystemIdentifier> <gmd:RS_Identifier> <gmd:code> <gmx:Anchor xlink:href="http://www.opengis.net/def/crs/EPSG/0/3765">EPSG:3765</gmx:Anchor> </gmd:code> </gmd:RS_Identifier> </gmd:referenceSystemIdentifier> </gmd:MD_ReferenceSystem> </gmd:referenceSystemInfo> ... </gmd:MD_Metadata> |
Encoding example 2: Specifiying the NSDI code, code space and code space version
<gmd:MD_Metadata... ... <gmd:referenceSystemInfo> <gmd:MD_ReferenceSystem> <gmd:referenceSystemIdentifier> <gmd:RS_Identifier> <gmd:code> <gco:CharacterString>001</gco:CharacterString> </gmd:code> <gmd:codeSpace> <gco:CharacterString>hr:nipp:crs</gco:CharacterString> </gmd:codeSpace> <gmd:version> <gco:CharacterString>1.0</gco:CharacterString> </gmd:version> </gmd:RS_Identifier> </gmd:referenceSystemIdentifier> </gmd:MD_ReferenceSystem> </gmd:referenceSystemInfo> ... </gmd:MD_Metadata> |
Encoding example 3: URI of the administrative unit of the City of Zagreb
<gmd:MD_Metadata... ... <gmd:referenceSystemInfo> <gmd:MD_ReferenceSystem> <gmd:referenceSystemIdentifier> <gmd:RS_Identifier> <gmd:code> <gmx:Anchor xlink:href="http://publications.europa.eu/resource/authority/atu/HRV_ZP_ZAGRD">Grad Zagreb</gmx:Anchor> </gmd:code> </gmd:RS_Identifier> </gmd:referenceSystemIdentifier> </gmd:MD_ReferenceSystem> </gmd:referenceSystemInfo> ... </gmd:MD_Metadata> |