{{ name }}

v{{ version }}

Instance

{% if extent %}
Extent
{{ extent.name or "Unnamed extent" }}
Bounding box
{{ extent.bbox | join(", ") }}
{% if extent.country_code %}
Country code
{{ extent.country_code }}
{% endif %}
{% else %}

No extent configured. Set extent: in CLIMATE_API_CONFIG — see API docs for details.

{% endif %}

Datasets {{ datasets | length }}

{% if datasets %} {% for ds in datasets %} {% endfor %}
Name Variable Period Temporal coverage Status
{{ ds.dataset_name }} {{ ds.variable }} {{ ds.period_type }} {{ ds.extent.temporal.start }} – {{ ds.extent.temporal.end }} {% if ds.publication.status == "published" %} published {% else %} unpublished {% endif %}
{% else %}

No datasets ingested yet. Use POST /ingestions to ingest data, or POST /sync to run an automated sync.

{% endif %}

Available dataset templates {{ templates | length }}

{% if templates %} {% for t in templates %} {% endfor %}
Name Variable Period Source
{{ t.name }} {{ t.variable }} {{ t.period_type }} {% if t.source_url %} {{ t.source or t.id }} {% else %} {{ t.source or '—' }} {% endif %}
{% else %}

No dataset templates found.

{% endif %}

Explore