Coverage Name: {{ coverage.name }}

Description: {{ coverage.description }}

Attributes:
{% for attr in coverage['attributes'] -%} {%- endfor %}
name common name description min max nodata scale center_wavelength full_width_half_max data_type
{{ 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'] }}

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