Skip to content

Commit ecc29b3

Browse files
authored
Add example for Temporal Coordinate Reference System
Added example for Temporal Coordinate Reference System with JSON representation.
1 parent f24e584 commit ecc29b3

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

standard/clause_specification_text.adoc

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ The temporal datum, also know as an epoch, for both kinds of Temporal Reference
432432
a client SHOULD interpret those dates in that reduced precision.
433433
- If `"type"` is `"TemporalRS"` and `"calendar"` is `"Gregorian"`, then the above lexical representation MUST be used.
434434

435-
Example:
435+
Example of a calendar based Temporal Reference System:
436436

437437
[%unnumbered%]
438438
```json
@@ -442,6 +442,22 @@ Example:
442442
}
443443
```
444444

445+
Example of a Temporal Coordinate Reference System:
446+
447+
[%unnumbered%]
448+
```json
449+
{
450+
"type": "TemporalCRS",
451+
"description": "Unix Time in Seconds, not milliseconds"
452+
"calendar": "Gregorian"
453+
"epoch": "http://www.opengis.net/def/datum/OGC/0/UnixTimeDatum"
454+
"id": "http://www.opengis.net/def/axis/OGC/0/seconds"
455+
}
456+
```
457+
The value of the `"type"` member MUST be "TemporalCRS"
458+
- The object MAY have an `"id"` member, whose value MUST be a string and SHOULD be a common identifier for the reference system.
459+
- The object MAY have a `"description"` member, where the value MUST be an i18n object, but no standardised content is interpreted from this description.
460+
445461
[[identifier_based_reference_systems]]
446462
//### 6.3. Identifier-based Reference Systems
447463
==== Identifier-based Reference Systems

0 commit comments

Comments
 (0)