Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions APIs/SentinelHub/Data/clms/_include.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ The service is implemented by the Joint Research Centre (JRC) and the European E

## Accessing CLMS data

CLMS products are provided as Bring Your Own COG (BYOC) collections ([BYOC API](/APIs/SentinelHub/Byoc.qmd)) and are accessed like any other data using Sentinel Hub APIs. In all cases, a `collectionId` and a product-specific `evalscript` is needed, which can be onbtained from the respective sections below.
CLMS products are provided as Bring Your Own COG (BYOC) collections ([BYOC API](/APIs/SentinelHub/Byoc.qmd)) and are accessed like any other data using Sentinel Hub APIs. In all cases, a `collectionId` and a product-specific `evalscript` is needed, which can be obtained from the respective sections below.

### Data type identifier

#### API requests

For direct use of the APIs with e.g. oauthlib or cURL requests, use `byoc-<collectionId>` as the value of the `input.data.type` parameter in your API requests. For example, set it to `byoc-ab0e1e8e-508c-4faa-9b5b-c9c4734ef29e` for the BYOC collection with id `ab0e1e8e-508c-4faa-9b5b-c9c4734ef29e`.
For direct use of the APIs with e.g. oauthlib or cURL requests, use `byoc-<collectionId>` as the value of the `input.data.type` parameter in your API requests. For example, set it to `byoc-{{< meta collection >}}` for the BYOC collection with id `{{< meta collection >}}`.

[Check out this example request](/APIs/SentinelHub/Process/Examples/BYOC.qmd)

Expand Down
55 changes: 37 additions & 18 deletions APIs/SentinelHub/Data/clms/_list.ejs
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
```{=html}
<ul class="clms-index">
<%
const contents =items[0].website.sidebar.contents
const apis = contents.find(item=>item.section==="APIs").contents
const sh = apis.find(item=>item.section==="Sentinel Hub").contents
const data = sh.find(item=>item.section==="Data").contents
const clms = data.find(item=>item.section==="CLMS").contents
const sectionKeys = ["APIs", "Sentinel Hub", "Data", "CLMS"]
let sections = items[0].website.sidebar.contents
for (const key of sectionKeys) {
sections = sections.find(item => item.section === key).contents
}
const getUrl = (path)=>{
const fixedPath = "/"+path
const href = items.find(item=> item.path === fixedPath)?.outputHref
return "/"+href
}
for (const item of clms) { %>
for (const item of sections) { %>
<li>
<details open>
<summary>
<a href="<%- getUrl(item.href) %>">
<%= item.section %>
</a>
</summary>
<ul>
<ul class="level-2">
<% for (const item2 of item.contents) { %>
<li>
<details name="<%= item.section %>">
Expand All @@ -28,30 +28,49 @@ for (const item of clms) { %>
<%= item2.section %>
</a>
</summary>
<ul>
<ul class="level-3">
<% for (const item3 of item2.contents) { %>
<li>
<% if(item3.contents) { %>
<% if(!item3.contents) { %>
<a href="<%- getUrl(item3.href) %>">
<%= item3.text %>
</a>
<% } else { %>
<details name="<%= item2.section %>">
<summary>
<a href="<%- getUrl(item3.href) %>">
<%= item3.section %>
</a>
</summary>
<ul>
<ul class="level-4">
<% for (const item4 of item3.contents) { %>
<li>
<a href="<%- getUrl(item4.href) %>">
<%= item4.text %>
</a>
<% if(!item4.contents) { %>
<a href="<%- getUrl(item4.href) %>">
<%= item4.text %>
</a>
<% } else { %>
<details name="<% item3.section %>">
<summary>
<a href="<%- getUrl(item4.href) %>">
<%= item4.section %>
</a>
</summary>
<ul class="level-5">
<% for (const item5 of item4.contents) { %>
<li>
<a href="<%- getUrl(item5.href) %>">
<%= item5.text %>
</a>
</li>
<% } %>
</ul>
</details>
<% } %>
</li>
<% } %>
<% } %>
</ul>
</details>
<% } else { %>
<a href="<%- getUrl(item3.href) %>">
<%= item3.text %>
</a>
<% } %>
</li>
<% } %>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Evapotranspiration 2025-present (raster 300 m), global, 10-daily – version 1
collection: 24fd5fde-b9db-44f1-a32b-e5dc3a0c5b9b
---
## About
[Official documentation](https://land.copernicus.eu/en/products/evapotranspiration/evapotranspiration-2025-present-raster-300m-global-10-daily-version-1)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Heat Flux 2025-present (raster 300 m), global, daily – version 1
collection: 5e16244f-3357-46c8-9ddc-28d182aec8e5
---
## About
[Official documentation](https://land.copernicus.eu/en/products/evapotranspiration/heat-flux-2025-present-raster-300-m-global-daily-version-1)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: SCE 2017-present (raster 500 m), Europe, daily – version 1
collection: 4b3fe9bb-77d8-4699-b50c-02136939ed0c
---
## About
[Official documentation](https://land.copernicus.eu/en/products/snow/snow-cover-extent-europe-v1-0-500m)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: SCE 2025-present (raster 1km), global, daily – version 1
collection: 84c1669b-a51f-4193-bf9d-e470e46efea8
---
## About
[Official documentation](https://land.copernicus.eu/en/products/snow/snow-cover-global-v1-0-1km)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: SCE 2018-present (raster 1 km), Northern Hemisphere, daily – version 1
collection: f80367ae-2de4-4acf-9e08-f49ecee95b99
---
## About
[Official documentation](https://land.copernicus.eu/en/products/snow/snow-cover-extent-northern-hemisphere-v1-0-1km)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: SWE 2006-2024 (raster 5 km), Northern Hemisphere, daily – version 1
collection: 662b538b-8de9-43dc-85fd-3859b42f7482
---
## About
[Official documentation](https://land.copernicus.eu/en/products/snow/snow-water-equivalent-v1-0-5km)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: SWE 2024-present (raster 5 km), Northern Hemisphere, daily – version 2
collection: f38bc9f2-5a14-448f-8265-b8070fe288bb
---
## About
[Official documentation](https://land.copernicus.eu/en/products/snow/snow-water-equivalent-v2-0-5km)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: SWI 2015-present (raster 1 km), Europe, daily – version 1
collection: bd02588b-7236-4b1e-9480-aeae7dce3c7a
---
## About
[Official documentation](https://land.copernicus.eu/en/products/soil-moisture/daily-soil-water-index-europe-v1-0-1km)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: SWI 2015-present (raster 1 km), Europe, daily – version 2
collection: 4bd995a1-dc49-4176-a285-b1d0084ba51a
---
## About
[Official documentation](https://land.copernicus.eu/en/products/soil-moisture/daily-soil-water-index-europe-1km-v2)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: SWI 2007-present (raster 12.5 km), global, 10-daily – version 3
collection: fe52f4cb-c1f3-4d67-b040-73704bf0f2c3
---
## About
[Official documentation](https://land.copernicus.eu/en/products/soil-moisture/10-daily-soil-water-index-global-v3-0-12-5-km)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: SWI 2007-present (raster 12.5 km), global, 10-daily – version 4
collection: d0413fe0-46dc-4c2c-96a2-437e726d89a3
---
## About
[Official documentation](https://land.copernicus.eu/en/products/soil-moisture/10-daily-soil-water-index-global-12-5-km-v4)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: SWI 2007-present (raster 12.5 km), global, daily – version 3
collection: f2278442-eb7f-4926-93e9-7a382f567fb4
---
## About
[Official documentation](https://land.copernicus.eu/en/products/soil-moisture/daily-soil-water-index-global-v3-0-12-5km)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: SWI 2007-present (raster 12.5 km), global, daily – version 4
collection: 59c08cd0-762b-4b8a-9eaa-0d55d054a732
---
## About
[Official documentation](https://land.copernicus.eu/en/products/soil-moisture/daily-soil-water-index-global-12-5km-v4)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: SSM 2014-present (raster 1 km), Europe, daily – version 1
collection: df9e9783-f580-433a-b798-3acd2760b94e
---
## About
[Official documentation](https://land.copernicus.eu/en/products/soil-moisture/daily-surface-soil-moisture-v1.0)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Lake Surface Water Temperature 2016-present (raster 1 km), global, 10-daily, Near Real Time – version 1
collection: 401ca642-a169-4783-b1cf-cbd33e98eccb
---
## About
[Official documentation](https://land.copernicus.eu/en/products/temperature-and-reflectance/lake-surface-water-temperature-near-real-time-v1-0-1km)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Lake Surface Water Temperature 2002-2012 (raster 1 km), global, 10-daily, Offline – version 1
collection: db5aea5e-a0d1-487f-adff-ad8831933208
---
## About
[Official documentation](https://land.copernicus.eu/en/products/temperature-and-reflectance/lake-surface-water-temperature-offline-1km)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: LST Daily Cycle 2017-2021 (raster 5 km), global, 10-daily – version 1
collection: 3069a818-ac7f-4b8d-9369-22f91887fd02
---
## About
[Official documentation](None)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: LST Daily Cycle 2021-present (raster 5 km), global, 10-daily – version 2
collection: 07aa0606-7c61-41a2-9c37-7272e9d3d934
---
## About
[Official documentation](https://land.copernicus.eu/en/products/temperature-and-reflectance/10-daily-land-surface-temperature-daily-cycle-global-v2-0-5km)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: LST (TCI) 2017-2021 (raster 5 km), global, 10-daily – version 1
collection: 2dd2d9e0-8f02-4adc-8b14-dea6c56e8d2b
---
## About
[Official documentation](https://land.copernicus.eu/en/products/temperature-and-reflectance/10-daily-land-surface-temperature-thermal-condition-index-global-v1-0-5km)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: LST (TCI) 2021-present (raster 5 km), global, 10-daily – version 2
collection: d216f9f3-a7bd-45d6-bdd3-820f8223ebc4
---
## About
[Official documentation](https://land.copernicus.eu/en/products/temperature-and-reflectance/10-daily-land-surface-temperature-thermal-condition-index-global-v2-0-5km)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: LST 2010-2021 (raster 5 km), global, hourly – version 1
collection: 2950f0fb-22ab-4ed7-98f9-a90ac841092b
---
## About
[Official documentation](https://land.copernicus.eu/en/products/temperature-and-reflectance/hourly-land-surface-temperature-global-v1-0-5km)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: LST 2021-present (raster 5 km), global, hourly – version 2
collection: 41dad7d0-e730-45fe-a974-a9c718fd08af
---
## About
[Official documentation](https://land.copernicus.eu/en/products/temperature-and-reflectance/hourly-land-surface-temperature-global-v2-0-5km)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Burnt Area 2023 - present (raster 300 m), global, daily – version 3.1
collection: c698beab-cdb7-4b41-857a-63fc9a8d8c07
---
## About
[Official documentation](https://land.copernicus.eu/en/products/vegetation/burnt-area-v3-1-daily-300m)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Burnt Area 2025 - present (raster 300 m), global, daily – version 4
collection: 162ee729-86a7-45bc-9cfe-c01f718e3216
---
## About
[Official documentation](https://land.copernicus.eu/en/products/vegetation/burnt-area-v4-daily-300m)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Burnt Area 2019 - present (raster 300 m), global, monthly - version 3.1
collection: 16f8b33d-9b6c-440f-bc8c-ee7b1ccb1009
---
## About
[Official documentation](https://land.copernicus.eu/en/products/vegetation/burnt-area-v3-1-monthly-300m)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Burnt Area 2018 - present (raster 300 m), global, monthly - version 4
collection: b8b617c6-182f-427e-a86c-23fc36ac6098
---
## About
[Official documentation](https://land.copernicus.eu/en/products/vegetation/burnt-area-v4-monthly-300m)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
title: DMP 1999-2020 (raster 1 km), global, 10-daily – version 2
collection: 12a01750-273b-4ed0-bd8d-da317cdd802a
---
## About
[Official documentation](https://land.copernicus.eu/en/products/vegetation/dry-matter-productivity-v2-0-1km)

DMP represents the overall growth rate or dry biomass increase of the vegetation and is directly related to ecosystem Net Primary Production (NPP), however with units customized for agro-statistical purposes (kg/ha/day). Every 10-days estimates are available at global scale in the spatial resolution of about 1km and with the temporal extent from 1999 to June 2020.

[View this dataset in Copernicus Browser](https://browser.dataspace.copernicus.eu/?zoom=10&lat=41.82019&lng=12.57866&themeId=DEFAULT-THEME&datasetId=COPERNICUS_CLMS_DMP_1KM_10DAILY&clmsSelectedPath=Dry/Gross%20Dry%20Matter%20Productivity&clmsSelectedCollection=COPERNICUS_CLMS_DMP_1KM_10DAILY) (Click on 'Show latest date' after the page loads.)
[View this dataset in Copernicus Browser](https://browser.dataspace.copernicus.eu/?zoom=10&lat=41.82019&lng=12.57866&themeId=DEFAULT-THEME&datasetId=COPERNICUS_CLMS_DMP_1KM_10DAILY&clmsSelectedPath=Dry%2FGross%20Dry%20Matter%20Productivity&clmsSelectedCollection=COPERNICUS_CLMS_DMP_1KM_10DAILY) (Click on 'Show latest date' after the page loads.)

{{< include /APIs/SentinelHub/Data/clms/_include.qmd >}}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
title: DMP 2014-present (raster 300 m), global, 10-daily – version 1
collection: a952e004-9e4c-41b8-a75d-b0516bcccadc
---
## About
[Official documentation](https://land.copernicus.eu/en/products/vegetation/dry-matter-productivity-v1-0-300m)

Represents the overall growth rate or dry biomass increase of the vegetation and is directly related to ecosystem Net Primary Production (NPP), however with units customized for agro-statistical purposes (kg/ha/day). Every 10-days estimates are available in near real time at global scale in the spatial resolution of about 300 m from January 2014 to June 2020 based upon PROBA-V data with version 1.0 and from July 2020 onwards based upon Sentinel-3/OLCI data with version 1.1.

[View this dataset in Copernicus Browser](https://browser.dataspace.copernicus.eu/?zoom=10&lat=41.82019&lng=12.57866&themeId=DEFAULT-THEME&datasetId=COPERNICUS_CLMS_DMP_300M_10DAILY_RT0&clmsSelectedPath=Dry/Gross%20Dry%20Matter%20Productivity&clmsSelectedCollection=COPERNICUS_CLMS_DMP_300M_10DAILY_RT0) (Click on 'Show latest date' after the page loads.)
[View this dataset in Copernicus Browser](https://browser.dataspace.copernicus.eu/?zoom=10&lat=41.82019&lng=12.57866&themeId=DEFAULT-THEME&datasetId=COPERNICUS_CLMS_DMP_300M_10DAILY_RT0&clmsSelectedPath=Dry%2FGross%20Dry%20Matter%20Productivity&clmsSelectedCollection=COPERNICUS_CLMS_DMP_300M_10DAILY_RT0) (Click on 'Show latest date' after the page loads.)

{{< include /APIs/SentinelHub/Data/clms/_include.qmd >}}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
title: DMP 2014-present (raster 300 m), global, 10-daily – version 2
collection: de3e1b9c-58c4-457a-a3e7-917ec20fc29b
---
## About
[Official documentation](https://land.copernicus.eu/en/products/vegetation/dry-matter-productivity-v2-0-300m)

Provides information about the overall growth rate, or net dry biomass increase, of the vegetation. It is equivalent to Net Primary Production (NPP) but expressed in kg of dry matter per hectare and per day. Every 10-days, estimates are available at global scale, at a spatial resolution of ~300 m, from January 2014 to the present.

[View this dataset in Copernicus Browser](https://browser.dataspace.copernicus.eu/?zoom=10&lat=41.82019&lng=12.57866&themeId=DEFAULT-THEME&datasetId=COPERNICUS_CLMS_DMP_GLOBAL_300M_10DAILY_V2_RT0&clmsSelectedPath=Dry/Gross%20Dry%20Matter%20Productivity&clmsSelectedCollection=COPERNICUS_CLMS_DMP_GLOBAL_300M_10DAILY_V2_RT0) (Click on 'Show latest date' after the page loads.)
[View this dataset in Copernicus Browser](https://browser.dataspace.copernicus.eu/?zoom=10&lat=41.82019&lng=12.57866&themeId=DEFAULT-THEME&datasetId=COPERNICUS_CLMS_DMP_GLOBAL_300M_10DAILY_V2_RT0&clmsSelectedPath=Dry%2FGross%20Dry%20Matter%20Productivity&clmsSelectedCollection=COPERNICUS_CLMS_DMP_GLOBAL_300M_10DAILY_V2_RT0) (Click on 'Show latest date' after the page loads.)

{{< include /APIs/SentinelHub/Data/clms/_include.qmd >}}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
title: GDMP 1999-2020 (raster 1 km), global, 10-daily – version 2
collection: 7bf3dc12-3662-4844-ac8f-cc120710731a
---
## About
[Official documentation](https://land.copernicus.eu/en/products/vegetation/gross-dry-matter-productivity-v2-0-1km)

GDMP is equivalent to Gross Primary Production (GPP). Every 10-days estimates are available at global scale in the spatial resolution of about 1km and with the temporal extent from 1999 to June 2020.


[View this dataset in Copernicus Browser](https://browser.dataspace.copernicus.eu/?zoom=10&lat=41.82019&lng=12.57866&themeId=DEFAULT-THEME&datasetId=COPERNICUS_CLMS_GDMP_1KM_10DAILY_V2&clmsSelectedPath=Dry/Gross%20Dry%20Matter%20Productivity&clmsSelectedCollection=COPERNICUS_CLMS_GDMP_1KM_10DAILY_V2) (Click on 'Show latest date' after the page loads.)
[View this dataset in Copernicus Browser](https://browser.dataspace.copernicus.eu/?zoom=10&lat=41.82019&lng=12.57866&themeId=DEFAULT-THEME&datasetId=COPERNICUS_CLMS_GDMP_1KM_10DAILY_V2&clmsSelectedPath=Dry%2FGross%20Dry%20Matter%20Productivity&clmsSelectedCollection=COPERNICUS_CLMS_GDMP_1KM_10DAILY_V2) (Click on 'Show latest date' after the page loads.)

{{< include /APIs/SentinelHub/Data/clms/_include.qmd >}}

Expand Down
Loading
Loading