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

34 lines
691 B
HTML
Executable File

<div class="templateDescriptorPanel-description">
A table which specifies, at half-degree resolution, the minimum and maximum latitude at which a set of species can be observed.
</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>maxclat</td>
<td>real</td>
</tr>
<tr>
<td>minclat</td>
<td>real</td>
</tr>
</tbody>
</table>