Time Series: {{ timeseries._coverage.name }}

timeline

Time Series:
{% for attr_name in timeseries.attributes -%}
{{ attr_name }}
{% for location_id in range(timeseries.total_locations) -%} {% if loop.index0 < 5 %} {% elif loop.index0 == 5 %} {% endif %} {%- endfor %}
pixel id timeseries
{{ location_id }} {{ timeseries.values(attr_name)[loop.index0] }}
... ...

{%- endfor %}