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

60 lines
1.1 KiB
HTML
Executable File

<div class="templateDescriptorPanel-description">
A set of species occurrences with associated information about the expected FAO AREA and Bounding Box where they are expected to live. To be used in the AquaMaps Algorithms.
</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>csquarecode</td>
<td>string</td>
</tr>
<tr>
<td>speciesid</td>
<td>string</td>
</tr>
<tr>
<td>speccode</td>
<td>integer</td>
</tr>
<tr>
<td>goodcell</td>
<td>smallint</td>
</tr>
<tr>
<td>infaoarea</td>
<td>smallint</td>
</tr>
<tr>
<td>inboundbox</td>
<td>smallint</td>
</tr>
<tr>
<td>centerlat</td>
<td>numeric</td>
</tr>
<tr>
<td>centerlong</td>
<td>numeric</td>
</tr>
<tr>
<td>faoaream</td>
<td>smallint</td>
</tr>
<tr>
<td>recordid</td>
<td>integer</td>
</tr>
</tbody>
</table>