Element Description

The Coordinate reference system identifier of the grid. Use EPSG-4326 for simple geographic grids.

Best Practices

The Coordinate Reference System ID should be a grid type that best describes the grid entry from a public registry of geodetic datums. The Title and URL values should be the same values from the public registry of geodetic datums. Example of public registry of geodetic datums: EPSG (https://epsg.io) and PROJ (https://proj.org/).

Example:

        "CoordinateReferenceSystemID": {
            "Type": "EPSG",
            "Code": "EPSG:4326",
            "Title": "WGS84 - World Geodetic System 1984, used in GPS - EPSG:4326",
            "URL": "https://epsg.io/4326"
        }

        "CoordinateReferenceSystemID": {
            "Type": "PROJ",
            "Title": "
Albers Equal Area",
            "URL": "https://proj.org/operations/projections/aea.html"
        }

Element Specification

CoordinateReferenceSystemID is required in the GRID (Cardinality: 1).

Model

Element

Type

Constraints

Required?

Cardinality

Notes

GRIDGridDefinition/Type

Enumeration

"EPSG", "PROJ", "other"

Yes1
GRIDGridDefinition/Code

String

"pattern": "^EPSG:[0-9\\.]{4,}$"

No0..1Currently, only needed for EPSG entries.
GRIDGridDefinition/Titlestring4 - 2048 charactersYes1
GRIDGridDefinition/URLString

16 - 2048 characters

Yes1

Metadata Validation

All records undergo schema and business rule validation before entering the system. 

  • This element is required.
  • Must contain the correct enumeration and pattern.

History

GRID Versioning

Version

Date

What Changed

0.0.12023-04-27First version published on wiki 
  • No labels