-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
REQ/extent restriction: (#144) address remaining issue regarding non-…
…Earth data
- Loading branch information
1 parent
0e8d4d8
commit f27c44e
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
8 changes: 5 additions & 3 deletions
8
.../requirements/geodata-coverage/REQ_coverage-collection-extent-restrictions.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
[[req_coverage_collections_extent_restrictions]] | ||
[width="90%",cols="2,6a"] | ||
|=== | ||
^|*Requirement {counter:req-id}* |*/req/coverage/collections/extent-restrictions* | ||
2+|For the `extent` element of the Collection Resource: | ||
^|A |The coordinates in the `bbox` schema element SHALL be interpreted as WGS 84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84[http://www.opengis.net/def/crs/OGC/1.3/CRS84]) OR WGS 84 longitude/latitude/ellipsoidal height (http://www.opengis.net/def/crs/OGC/0/CRS84h[http://www.opengis.net/def/crs/OGC/0/CRS84h]) | ||
^|*Requirement {counter:req-id}* |*/req/coverage/collections/extent-restrictions* | ||
2+|For the `extent` element of the Collection Resource: | ||
^|A |For data referenced in relation to planet Earth, the coordinates in the `bbox` schema element SHALL be provided either as WGS 84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84[http://www.opengis.net/def/crs/OGC/1.3/CRS84]) or as WGS 84 longitude/latitude/ellipsoidal height (http://www.opengis.net/def/crs/OGC/0/CRS84h[http://www.opengis.net/def/crs/OGC/0/CRS84h]). | ||
|=== | ||
|
||
NOTE: Ideally, a property would be included in CRS descriptions to facilitate validating this requirement. |