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: coverage-json/index.html
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -369,13 +369,12 @@ <h3>Other data models</h3>
369
369
370
370
<sectionid="mappingToUCR">
371
371
<h2>Mapping to Use Cases and Requirements Document</h2>
372
-
The Spatial Data on the Web Working Group has created a <ahref="https://www.w3.org/TR/sdw-ucr/">Use Cases and Requirements Document</a>. A subset of the requirements are relevant to Coverage data. This section describes how CoverageJSON addresses relevant requirements.
372
+
<p>The Spatial Data on the Web Working Group has created a <ahref="https://www.w3.org/TR/sdw-ucr/">Use Cases and Requirements Document</a>. A subset of the requirements are relevant to Coverage data. This section describes how CoverageJSON addresses relevant requirements.</p>
373
373
<tableid="table_covjson_ucr_xref">
374
374
<caption>How CoverageJSON relates to the Spatial Data on the Web Use Cases and Requirements Document</caption>
<td><ahref="https://www.w3.org/TR/sdw-ucr/#4DModelSpaceTime">4D model of space-time</td><td>CoverageJSON has a <ahref="https://covjson.org/domain-types/#trajectory">'trajectory'</a> option in the way it specifies the type of a domain.</td>
381
380
</tr>
@@ -419,7 +418,7 @@ <h2>Mapping to Use Cases and Requirements Document</h2>
<td><ahref="https://www.w3.org/TR/sdw-ucr/#ObservedPropertyInCoverage">Observed property in coverage</a></td><td></td>
421
+
<td><ahref="https://www.w3.org/TR/sdw-ucr/#ObservedPropertyInCoverage">Observed property in coverage</a></td><td>See the CoverageJSON approach to describing <ahref="https://covjson.org/spec/#parameter-objects">parameters</a></td>
423
422
</tr>
424
423
<tr>
425
424
<td><ahref="https://www.w3.org/TR/sdw-ucr/#Provenance">Provenance</a></td><td>CoverageJSON does not specify particular ways to describe provenance, but as with other metadata, should be compatible with established approaches of describing provenance. </td>
@@ -437,7 +436,7 @@ <h2>Mapping to Use Cases and Requirements Document</h2>
<td><ahref="https://www.w3.org/TR/sdw-ucr/#SensingProcedure">Sensing procedure</a></td><td>It is possible to provide a text description of a <ahref="https://covjson.org/spec/#parameter-objects">parameter</a>, which could potentially contain a description of the sensing method.</td>
441
440
</tr>
442
441
<tr>
443
442
<td><ahref="https://www.w3.org/TR/sdw-ucr/#SpatialVagueness">Spatial vagueness</a></td><td>Coverage data in general may not be suitable for representing data at vague locations. An external connection could be made between a vaguely expressed location and a precisely defined region that might approximate it, for example a bounding box. The coverage format should then be able to deliver data relating to that region of interest.</td>
@@ -449,13 +448,12 @@ <h2>Mapping to Use Cases and Requirements Document</h2>
449
448
<td><ahref="https://www.w3.org/TR/sdw-ucr/#3DSupport">Support for 3D</a></td><td>CoverageJSON's <ahref="https://covjson.org/spec/#domain-objects">approach to specifying spatial domains</a> supports 3D.</td>
450
449
</tr>
451
450
<tr>
452
-
<td><ahref="https://www.w3.org/TR/sdw-ucr/#TilingSupport">Support for tiling</td><td></td>
451
+
<td><ahref="https://www.w3.org/TR/sdw-ucr/#TilingSupport">Support for tiling</td><td>CoverageJSON supports <ahref="https://covjson.org/spec/#tiledndarray-objects">tiling</a>.</td>
453
452
</tr>
454
453
<tr>
455
454
<td><ahref="https://www.w3.org/TR/sdw-ucr/#UseInComputationalModels">Use in computational models</a></td><td>Different computational models will have their own requirements for input and output data and any single format for coverage data will not match all models. However, a reasonable requirement for a coverage data format would be to deliver data in an easy to process format, and to have flexible options for delivering extracts of the data in different dimensions. CoverageJSON satisfies those general requirements.</td>
0 commit comments