-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add clause 8 changes as OGC modspec (#14)
* add clause 8 changes as modspec * fix links * editorial updates * add recommendation for bbox element brevity, qualify additional extent reasoning
- Loading branch information
1 parent
df2b369
commit c05c291
Showing
17 changed files
with
151 additions
and
27 deletions.
There are no files selected for viewing
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
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
21 changes: 21 additions & 0 deletions
21
standard/abstract_tests/core/ATS_test_geospatial_extent.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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
[[ats_core_geospatial_extent]] | ||
==== | ||
[%metadata] | ||
label:: /conf/core/geospatial_extent | ||
subject:: /req/core/geospatial_extent | ||
test-purpose:: Validate that a WCMP record provides a valid geospatial extent property. | ||
[.component,class=test method] | ||
===== | ||
|
||
[.component,class=step] | ||
-- | ||
Check for the existence of at least one `+properties.extent.spatial.bbox+` item property in the WCMP record. | ||
-- | ||
|
||
[.component,class=step] | ||
-- | ||
Check that `+properties.extent.spatial.crs+` property exists and is equal to `+http://www.opengis.net/def/crs/OGC/1.3/CRS84+`. | ||
-- | ||
===== | ||
==== |
22 changes: 22 additions & 0 deletions
22
standard/abstract_tests/core/ATS_test_temporal_extent.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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[[ats_core_temporal_extent]] | ||
==== | ||
[%metadata] | ||
label:: /conf/core/temporal_extent | ||
subject:: /req/core/temporal_extent | ||
test-purpose:: Validate that a WCMP record provides a valid temporal extent property. | ||
[.component,class=test method] | ||
===== | ||
|
||
[.component,class=step] | ||
-- | ||
Check for the existence of at least one `+properties.extent.temporal.interval+` item property in the WCMP record. | ||
-- | ||
|
||
[.component,class=step] | ||
-- | ||
Check that `+properties.extent.temporal.trs+` property exists and is equal to `+http://www.opengis.net/def/uom/ISO-8601/0/Gregorian+`. | ||
-- | ||
|
||
===== | ||
==== |
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
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[[per_core_geospatial_extent]] | ||
[width="90%",cols="2,6a"] | ||
|=== | ||
^|*Permission {counter:per-id}* |*/per/core/geospatial_extent* | ||
^|A |A WCMP record MAY provide multiple `+properties.extent.spatial.bbox+` item properties in order to express additional geospatial extents in other coordinate reference systems. | ||
|=== |
6 changes: 6 additions & 0 deletions
6
standard/recommendations/core/REC_geospatial_extent-brevity.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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[[rec_core_geospatial_extent_brevity]] | ||
[width="90%",cols="2,6a"] | ||
|=== | ||
^|*Recommendation {counter:rec-id}* |*/rec/core/geospatial_extent_brevity* | ||
^|A |A WCMP record SHOULD keep the number of geospatial extents to a minimum given the scope and purpose of high level resource discovery. | ||
|=== |
6 changes: 6 additions & 0 deletions
6
standard/recommendations/core/REC_geospatial_extent-point.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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[[rec_core_geospatial_extent_point]] | ||
[width="90%",cols="2,6a"] | ||
|=== | ||
^|*Recommendation {counter:rec-id}* |*/rec/core/geospatial_extent_point* | ||
^|A |For dataset collections based on a geometry without a calculated area (i.e. single station point), a WCMP record SHOULD provide the extent with min values being equal to maximum values (i.e. minx=maxx, miny=maxy). | ||
|=== |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[[rec_core_temporal_extent]] | ||
[width="90%",cols="2,6a"] | ||
|=== | ||
^|*Recommendation {counter:rec-id}* |*/rec/core/temporal_extent* | ||
^|A |For datasets with known or discrete intervals, a WCMP record SHOULD provide the temporal resolution (`+properties.extent.temporal.resolution+`) as an ISO 8601 duration (e.g. `+P1D+`). | ||
|=== |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[[req_core_geospatial_extent]] | ||
[width="90%",cols="2,6a"] | ||
|=== | ||
^|*Requirement {counter:req-id}* |*/req/core/geospatial_extent* | ||
^|A |A WCMP record SHALL provide at least ONE `+properties.extent.spatial.bbox+` item property using the coordinate reference system WGS 84 longitude/latitude. | ||
|=== |
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
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[[req_core_temporal_extent]] | ||
[width="90%",cols="2,6a"] | ||
|=== | ||
^|*Requirement {counter:req-id}* |*/req/core/temporal_extent* | ||
^|A |A WCMP record SHALL provide at least ONE `+properties.extent.interval+` item property using the Gregorian calendar. | ||
|=== |
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
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
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
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
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