data-miner-executor/src/main/webapp/templateDescriptions/HSPEC.html

50 lines
1.0 KiB
HTML
Executable File

<div class="templateDescriptorPanel-description">
A probability distribution for a set of species at half-degree resolution, with indication on if the cell lies in the expected FAO AREA and Bounding Box. Information about the belonging FAO AREA, EEZ and LME is required too.</div>
<div class="templateDescriptorPanel-tableTemplateItem">Table
Template</div>
<table class='templateDescriptorPanel-table'>
<colgroup>
<col class='templateDescriptorPanel-table-oce-first'>
</colgroup>
<thead>
<tr>
<th scope="col">Field Name</th>
<th scope="col">Format</th>
</tr>
</thead>
<tbody>
<tr>
<td>speciesid</td>
<td>string</td>
</tr>
<tr>
<td>csquarecode</td>
<td>string</td>
</tr>
<tr>
<td>probability</td>
<td>real</td>
</tr>
<tr>
<td>boundboxyn</td>
<td>smallint</td>
</tr>
<tr>
<td>faoareayn</td>
<td>smallint</td>
</tr>
<tr>
<td>faoaream</td>
<td>integer</td>
</tr>
<tr>
<td>eezall</td>
<td>string</td>
</tr>
<tr>
<td>lme</td>
<td>integer</td>
</tr>
</tbody>
</table>