Dublin Core™ Metadata Initiative - DCMI Point Encoding Scheme

DCMI Point Encoding Scheme: a point location in space, and methods for encoding this in a text string

Creator: Simon Cox
Contributor: Andy Powell
Contributor: Andrew Wilson
Date Issued: 2005-07-25
Identifier: http://dublincore.org/specifications/dublin-core/dcmi-point/2005-07-25/
Is Replaced By: http://dublincore.org/specifications/dublin-core/dcmi-point/2006-02-13/
Latest version: http://dublincore.org/specifications/dublin-core/dcmi-point/
Status of document: This is a DCMI Proposed Recommendation. From 2005-07-25 to 2005-10-10, the status of this revision was incorrectly shown as "DCMI Recommendation"..
Description of document: This document defines DCMI Point, a mechanism for indicating a point in space using its geographic coordinates. Components of the value correspond to the location coordinates in north and east directions, plus optionally elevation, and also allow the coordinate system and units to be specified, and a name if desired. We describe a method for encoding DCMI Point in a text-string, as a profile of DCSV. This notation is intended for recording the value of the DCES element Coverage, particularly when using HTML meta elements.

Table of Contents

    1. Introduction
    1. Identifying a place - the DCMI Point scheme
    1. Encoding DCMI Point
    • 3.1 DCSV encoding
    1. Examples
    1. References

1. Introduction

Several methods are available generally to indicate a place. These include, but are not limited to:

  • a name , normally defined in an identifiable enumeration such as a gazetteer or list of jurisdictional localities;
  • a unique geocode , such as a postal code;
  • the coordinates of a point , using geographic values or some well-defined projection and units;
  • a set of arcs or faces describing the polygon or polyhedron comprising the perimeter of the place;
  • the limits of a regular shaped container which encompasses the place, typically a rectangular box in two or three dimensions, using geographic values or some well-defined projection and units.

The Dublin Core™ Metadata Element Set [DCMES] includes an element, Coverage , the value of which may be a reference to a place. If a name or geocode is used as the value for the property, then the scheme from which that value is selected determines valid values. However, there are no simple, commonly used, notations for indicating a point using coordinates. Here we define DCMI Point, an encoding scheme which specifies the coordinates of the point location of a place, and describe a method for encoding DCMI Point as a profile of DCSV [DCSV]. If an identifier corresponding to an extensive region is required, then DCMI Box [BOX] is available for rectangular regions.

2. Identifying a place - the DCMI Point scheme

The place is indicated using a point location, described using coordinates in an identified cartesian system. The point may correspond to some place within an extensive region, such as the areal or volumetric centroid, but we do not specify the nature of the relationship in this document, nor is such specification necessary in a DCMI resource description.

We define the following components to describe the point:

Component Definition Default1
east The value of the coordinate of the location measured in the east direction2 +/- INF3
north The value of the coordinate of the location measured in the north direction2 +/- INF3
elevation The value of the coordinate of the location measured in the vertical direction2 +/- INF3
units The units applying to unlabelled numeric values of north, east signed decimal degrees
zunits The units applying to unlabelled numeric values of elevation metres
projection The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc geographic coordinates on Earth for north, east; height above mean-sea-level for elevation.
name A name for the place4 -

1 All components are optional.
2 Values are expressed as a text-string representing a number. Units should be included using conventional (SI) notation, unless the relevant units or zunits component is present. However, if units are given as part of any value, then for this component these override those given by units or zunits.
3 If this component is absent then the value is undefined. Processors performing numeric comparisons are recommended to set values corresponding to maximally inclusive matching, i.e. the location is a line if one coordinate is missing, and a plane if two are missing.
4 In this context the name is non-normative. In the case of a conflict, the place identified by the coordinate values takes precedence. The name is provided for user convenience only.

3. Encoding DCMI Point

The components of a DCMI Point identification have no meaning when disaggregated, since in any particular instance it is the complete set which acts to indicate a specific place. Thus, use of DCMI Point to indicate a place requires that the components are linked together. For systems in which data is encoded using a limited character set, this is conveniently accomplished by packaging the components into a single text-string according to the DCSV [DCSV] recommendation.

3.1 DCSV encoding

Writing DCMI Point using DCSV notation is straightforward, using the component names defined above. A DCMI Point value appears as follows:

east=v1; north=v2; elevation=v3; units=v4; zunits=v5; projection=v6; name=v7

where v1 - v7 are values as defined in the table above.

All components are optional but must not be repeated, and the ordering is not significant.

4. Examples

Perth, Western Australia:

name=Perth, W.A.; east=115.85717; north=-31.95301

Bridgnorth, Shropshire, U.K.:

east=372000; north=293000; units=m; projection=U.K. National Grid

The Greenwich Meridian:

east=0;

The highest point in Australia, illustrating the use of 3-D coordinates (and how flat Australia is):

east=148.26218; north=-36.45746; elevation=2228; name=Mt. Kosciusko

5. References

[BOX]
S. Cox, 2000. DCMI Box Encoding Scheme- specification of the spatial limits of a place, and methods for encoding this in a text string
http://dublincore.org/specifications/dublin-core/dcmi-box/

[DCMES]
1999. Dublin Core™ Metadata Element Set, Version 1.1: Reference Description
http://dublincore.org/specifications/dublin-core/dces/

[DCMI]
Dublin Core™ Metadata Initiative, OCLC, Dublin Ohio.
http://dublincore.org/

[DCSV]
S. Cox, R. Iannella, 2000. A syntax for writing a list of labelled values in a text string
http://dublincore.org/specifications/dublin-core/dcmi-dcsv/

[XML]
Extensible Markup Language
http://www.w3.org/XML/