Skip to content

Commit eb7f26b

Browse files
committed
fixes to requirements cross-reference table
1 parent 80e9953 commit eb7f26b

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

coverage-json/index.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -369,13 +369,12 @@ <h3>Other data models</h3>
369369

370370
<section id="mappingToUCR">
371371
<h2>Mapping to Use Cases and Requirements Document</h2>
372-
The Spatial Data on the Web Working Group has created a <a href="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 <a href="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>
373373
<table id="table_covjson_ucr_xref">
374374
<caption>How CoverageJSON relates to the Spatial Data on the Web Use Cases and Requirements Document</caption>
375-
<thead>
375+
<tr>
376376
<th>Requirement</th><th>CoverageJSON approach</th>
377-
</thead>
378-
<tbody>
377+
</tr>
379378
<tr>
380379
<td><a href="https://www.w3.org/TR/sdw-ucr/#4DModelSpaceTime">4D model of space-time</td><td>CoverageJSON has a <a href="https://covjson.org/domain-types/#trajectory">'trajectory'</a> option in the way it specifies the type of a domain.</td>
381380
</tr>
@@ -419,7 +418,7 @@ <h2>Mapping to Use Cases and Requirements Document</h2>
419418
<td><a href="https://www.w3.org/TR/sdw-ucr/#MultilingualSupport">Multilingual support</a></td><td>CoverageJSON supports <a href="https://covjson.org/spec/#i18n-objects">multi-language labels</a></td>
420419
</tr>
421420
<tr>
422-
<td><a href="https://www.w3.org/TR/sdw-ucr/#ObservedPropertyInCoverage">Observed property in coverage</a></td><td></td>
421+
<td><a href="https://www.w3.org/TR/sdw-ucr/#ObservedPropertyInCoverage">Observed property in coverage</a></td><td>See the CoverageJSON approach to describing <a href="https://covjson.org/spec/#parameter-objects">parameters</a></td>
423422
</tr>
424423
<tr>
425424
<td><a href="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>
437436
</td>
438437
</tr>
439438
<tr>
440-
<td><a href="https://www.w3.org/TR/sdw-ucr/#SensingProcedure">Sensing procedure</a></td><td></td>
439+
<td><a href="https://www.w3.org/TR/sdw-ucr/#SensingProcedure">Sensing procedure</a></td><td>It is possible to provide a text description of a <a href="https://covjson.org/spec/#parameter-objects">parameter</a>, which could potentially contain a description of the sensing method.</td>
441440
</tr>
442441
<tr>
443442
<td><a href="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>
449448
<td><a href="https://www.w3.org/TR/sdw-ucr/#3DSupport">Support for 3D</a></td><td>CoverageJSON's <a href="https://covjson.org/spec/#domain-objects">approach to specifying spatial domains</a> supports 3D.</td>
450449
</tr>
451450
<tr>
452-
<td><a href="https://www.w3.org/TR/sdw-ucr/#TilingSupport">Support for tiling</td><td></td>
451+
<td><a href="https://www.w3.org/TR/sdw-ucr/#TilingSupport">Support for tiling</td><td>CoverageJSON supports <a href="https://covjson.org/spec/#tiledndarray-objects">tiling</a>.</td>
453452
</tr>
454453
<tr>
455454
<td><a href="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>
456455
</tr>
457456

458-
</tbody>
459457

460458
</table>
461459
</section>

0 commit comments

Comments
 (0)