Collection: {{collection.id}}
Description: {{collection.description}}
Start date: {{collection.extent['temporal']['interval'][0][0]}}
End date: {{collection.extent['temporal']['interval'][0][1]}}
STAC Version: {{collection.stac_version}}
{% if 'eo:bands' in collection.properties %}
Bands
name |
common_name |
min |
max |
nodata |
scale |
data_type |
{% for band in collection.properties['eo:bands']%}
{{band['name']}} |
{{band['common_name']}} |
{{band['min']}} |
{{band['max']}} |
{{band['nodata']}} |
{{band['scale']}} |
{{band['data_type']}} |
{% endfor %}
{% endif %}
Extent
xmin |
ymin |
xmax |
ymax |
{{collection.extent['spatial']['bbox'][0][0]}} |
{{collection.extent['spatial']['bbox'][0][1]}} |
{{collection.extent['spatial']['bbox'][0][2]}} |
{{collection.extent['spatial']['bbox'][0][3]}} |
{% if 'cube:dimensions' in collection %}
Timeline
{% endif %}