Coverage {{ coverage.name }}
Description: {{ coverage.description }}
Attributes
name |
description |
datatype |
valid range |
scale |
nodata |
{% for attr in coverage['attributes'] -%}
{{ attr['name'] }} |
{{ attr['description'] }} |
{{ attr['datatype'] }} |
{{ attr['valid_range'] }} |
{{ attr['scale_factor'] }} |
{{ attr['missing_value'] }} |
{%- endfor %}
Extent
xmin |
ymin |
xmax |
ymax |
{{ coverage['spatial_extent']['xmin'] }} |
{{ coverage['spatial_extent']['ymin'] }} |
{{ coverage['spatial_extent']['xmax'] }} |
{{ coverage['spatial_extent']['ymax'] }} |
Timeline