Instance
{% if extent %}- Extent
- {{ extent.name or "Unnamed extent" }}
- Bounding box
{{ extent.bbox | join(", ") }}
{% if extent.country_code %}
- Country code
{{ extent.country_code }}
{% endif %}
No extent configured. Set extent: in
CLIMATE_API_CONFIG — see API docs for
details.
Datasets {{ datasets | length }}
{% if datasets %}| 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 %} |
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 %}| 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 %} |
No dataset templates found.
{% endif %}Explore
- Manage Ingest and sync datasets without using the API directly
- API documentation Interactive Swagger UI for all endpoints
- Map viewer Browse published datasets on an interactive map
- openEO Editor Build and run openEO process graphs in the browser
- STAC Catalog SpatioTemporal Asset Catalog of published datasets
- Root (JSON) This page as a JSON navigation object