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
"description": "North American Vertical Datum 1988"
432
432
}
433
433
```
@@ -441,7 +441,7 @@ In the original version, V1.0, of this Community Standard, only a string-based n
441
441
442
442
This version, V1.0.1, of the Community Standard allows for the alternative notation, allowing the recording of time values as numeric offsets from a given fixed temporal datum (e.g. “days since 1970-01-01”).
443
443
444
-
The temporal datum, also know as an epoch, for both kinds of Temporal Reference Systems is always specified as a calendarbased string.
444
+
The temporal datum, also know as an epoch, for both kinds of Temporal Reference Systems is always specified as a calendar-based string.
445
445
446
446
- A temporal RS object MUST have a member `"type"`. The only currently defined values are `"TemporalRS"` or `"TemporalCRS"`.
447
447
- A temporal RS object MUST have a member `"calendar"` with value `"Gregorian"` or a URI.
@@ -462,7 +462,7 @@ The temporal datum, also know as an epoch, for both kinds of Temporal Reference
462
462
//#### 6.2.1 Temporal calendar-based Reference Systems
463
463
===== Temporal, calendar-based, Reference Systems
464
464
465
-
A Temporal Reference System used a calendar-based string notation to specify a date-time with respect to an epoch.
465
+
A Temporal Reference System uses a calendar-based string notation to specify a date-time with respect to an epoch.
466
466
467
467
Example of a calendar-based Temporal Reference System:
468
468
@@ -473,6 +473,7 @@ Example of a calendar-based Temporal Reference System:
473
473
"calendar": "Gregorian"
474
474
}
475
475
```
476
+
476
477
//#### 6.2.2 Temporal Coordinate Reference Systems
0 commit comments