Coverage Name: {{ coverage.name }}
Description: {{ coverage.description }}
Attributes:
| name |
common name |
description |
min |
max |
nodata |
scale |
center_wavelength |
full_width_half_max |
data_type |
{% for attr in coverage['attributes'] -%}
| {{ attr['name'] }} |
{{ attr['common_name'] }} |
{{ attr['description'] }} |
{{ attr['min'] }} |
{{ attr['max'] }} |
{{ attr['nodata'] }} |
{{ attr['scale'] }} |
{{ attr['center_wavelength'] }} |
{{ attr['full_width_half_max'] }} |
{{ attr['data_type'] }} |
{%- endfor %}
Extent
| xmin |
ymin |
xmax |
ymax |
| {{ coverage['spatial_extent'].bounds[0] }} |
{{ coverage['spatial_extent'].bounds[1] }} |
{{ coverage['spatial_extent'].bounds[2] }} |
{{ coverage['spatial_extent'].bounds[3] }} |
Timeline