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
Copy file name to clipboardExpand all lines: standard/clause_specification_text.adoc
+25-2Lines changed: 25 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -329,8 +329,8 @@ Reference system objects are used to provide information about how to interpret
329
329
330
330
[[geospatial_coordinate_reference_systems]]
331
331
//### 6.1. Geospatial Coordinate Reference Systems
332
-
==== Geospatial Coordinate Reference Systems
333
-
Geospatial coordinate reference systems (CRSs) link coordinate values to the Earth.
332
+
==== Geospatial Coordinate Reference Systemn
333
+
Geospatial coordinate reference systems (CRSs) link coordinate values to the Earth. The fixed, stable, position on the Earth for anchoring the CRS is called a `datum`. A CRS definition may have a specific datum included, so that the CRS is complete. Other CRS definitions may rely on a separate datum definition that has to be specified explicitly. For example, if long term precision and accuracy of coordinates are required, the datum may be defined as fixed to a specific continental tectonic plate.
334
334
335
335
//#### 6.1.1 Geographic Coordinate Reference Systems
336
336
===== Geographic Coordinate Reference Systems
@@ -339,6 +339,7 @@ Geographic CRSs anchor coordinate values to an ellipsoidal approximation of the
339
339
340
340
- The value of the `"type"` member MUST be "GeographicCRS"
341
341
- The object MAY have an `"id"` member, whose value MUST be a string and SHOULD be a common identifier for the reference system.
342
+
- The object MAY have a `"datum"` member if the identified reference system definition does not specify a datum.
342
343
- The object MAY have a `"description"` member, where the value MUST be an i18n object, but no standardized content is interpreted from this description.
343
344
344
345
Note that sometimes (e.g. for numerical model data) the exact CRS may not be known or may be undefined. In this case the `"id"` may be omitted, but the `"type"` still indicates that this is a geographic CRS. Therefore clients can still use geodetic longitude, geodetic latitude (and maybe height) axes, even if they cannot accurately georeference the information.
@@ -364,6 +365,16 @@ Example of a three-dimensional geographic CRS (latitude-longitude-height):
//#### 6.1.2 Projected Coordinate Reference Systems
369
380
===== Projected Coordinate Reference Systems
@@ -372,6 +383,7 @@ Projected CRSs use two coordinates to denote positions on a Cartesian plane, whi
372
383
373
384
- The value of the `"type"` member MUST be "ProjectedCRS"
374
385
- The object MAY have an `"id"` member, whose value MUST be a string and SHOULD be a common identifier for the reference system.
386
+
- The object MAY have a `"datum"` member if the identified reference system definition does not specify a datum.
375
387
- The object MAY have a `"description"` member, where the value MUST be an i18n object, but no standardized content is interpreted from this description.
376
388
377
389
If a Coverage conforms to one of the defined <<common_domain_types,domain types>> then the coordinate identifier `"x"` is used to denote easting and `"y"` is used for northing.
@@ -385,6 +397,17 @@ Example of a projected CRS using the http://spatialreference.org/ref/epsg/osgb-1
0 commit comments