Get Copernicus DEM using EODAG

Hint

You can run this notebook in a live session with Binder.

Get Copernicus DEM using EODAG#

This tutorial will help you to search and download Copernicus DEM using EODAG

[1]:
import os
from eodag import EODataAccessGateway

Create a workspace directory eodag_workspace_copdem where all our files will live:

[2]:
workspace = 'eodag_workspace_copdem'
if not os.path.isdir(workspace):
    os.mkdir(workspace)

Search products#

Init EODAG and get available collections from Copernicus DEM

[3]:
dag = EODataAccessGateway()

dag.guess_collection(keywords="DEM")
[3]:
CollectionsList (4)
0  Collection("COP_DEM_GLO30_DGED")
id: 'COP_DEM_GLO30_DGED',
title: 'Copernicus DEM GLO-30 DGED',
missionStartDate: '2010-06-21T00:00:00Z',
platform: 'TerraSAR',
sensorType: 'ALTIMETRIC',
keywords: 'TerraSAR,TanDEM-X,DEM,surface,GLO-30,DSM,GDGED',
license: 'other',
abstract: 'Defence Gridded Elevation Data (DGED, 32 Bit floating point) formatted Copernicus DEM GLO-30 data. The Copernicus Digital Elevation Model is a Digital Surface Model (DSM) that represents the surface of the Earth including buildings, infrastructure and vegetation. The Copernicus DEM is provided in 3 different instances: EEA-10, GLO-30 and GLO-90. GLO-30 provides worldwide coverage at 30 meters.Data were acquired through the TanDEM-X mission between 2011 and 2015. The datasets were made available for use in 2019 and will be maintained until 2026. ',
1  Collection("COP_DEM_GLO30_DTED")
id: 'COP_DEM_GLO30_DTED',
title: 'Copernicus DEM GLO-30 DTED',
missionStartDate: '2010-06-21T00:00:00Z',
platform: 'TerraSAR',
sensorType: 'ALTIMETRIC',
keywords: 'TerraSAR,TanDEM-X,DEM,surface,GLO-30,DSM,DTED',
license: 'other',
abstract: 'Digital Terrain Elevation Data (DTED, 16 Bit signed integer) formatted Copernicus DEM GLO-30 data. The Copernicus Digital Elevation Model is a Digital Surface Model (DSM) that represents the surface of the Earth including buildings, infrastructure and vegetation. The Copernicus DEM is provided in 3 different instances: EEA-10, GLO-30 and GLO-90. GLO-30 provides worldwide coverage at 30 meters.Data were acquired through the TanDEM-X mission between 2011 and 2015. The datasets were made available for use in 2019 and will be maintained until 2026. ',
2  Collection("COP_DEM_GLO90_DGED")
id: 'COP_DEM_GLO90_DGED',
title: 'Copernicus DEM GLO-90 DGED',
missionStartDate: '2010-06-21T00:00:00Z',
platform: 'TerraSAR',
sensorType: 'ALTIMETRIC',
keywords: 'TerraSAR,TanDEM-X,DEM,surface,GLO-90,DSM,GDGED',
license: 'other',
abstract: 'Defence Gridded Elevation Data (DGED, 32 Bit floating point) formatted Copernicus DEM GLO-90 data. The Copernicus Digital Elevation Model is a Digital Surface Model (DSM) that represents the surface of the Earth including buildings, infrastructure and vegetation. The Copernicus DEM is provided in 3 different instances: EEA-10, GLO-30 and GLO-90. GLO-90 provides worldwide coverage at 90 meters.Data were acquired through the TanDEM-X mission between 2011 and 2015. The datasets were made available for use in 2019 and will be maintained until 2026. ',
3  Collection("COP_DEM_GLO90_DTED")
id: 'COP_DEM_GLO90_DTED',
title: 'Copernicus DEM GLO-90 DTED',
missionStartDate: '2010-06-21T00:00:00Z',
platform: 'TerraSAR',
sensorType: 'ALTIMETRIC',
keywords: 'TerraSAR,TanDEM-X,DEM,surface,GLO-90,DSM,DTED',
license: 'other',
abstract: 'Digital Terrain Elevation Data (DTED, 16 Bit signed integer) formatted Copernicus DEM GLO-90 data. The Copernicus Digital Elevation Model is a Digital Surface Model (DSM) that represents the surface of the Earth including buildings, infrastructure and vegetation. The Copernicus DEM is provided in 3 different instances: EEA-10, GLO-30 and GLO-90. GLO-90 provides worldwide coverage at 90 meters.Data were acquired through the TanDEM-X mission between 2011 and 2015. The datasets were made available for use in 2019 and will be maintained until 2026. ',

Check which providers support COP_DEM_GLO30_DGED

[4]:
collection = "COP_DEM_GLO30_DGED"
dag.available_providers(collection)
[4]:
['creodias', 'creodias_s3', 'earth_search', 'wekeo_main']
[5]:
search_geom = [0.25, 43.2, 2.8, 43.9]
search_result = dag.search(provider="creodias_s3", collection=collection, geom=search_geom)
search_result
[5]:
SearchResult (3)
0  EOProduct(id=DEM1_SAR_DGE_30_20110216T174143_20140906T174215_ADS_000000_jSLP, provider=creodias_s3)
EOProduct
provider: 'creodias_s3',
collection: 'COP_DEM_GLO30_DGED',
properties["id"]: 'DEM1_SAR_DGE_30_20110216T174143_20140906T174215_ADS_000000_jSLP',
properties["start_datetime"]: '2011-02-16T17:41:43.000000Z',
properties["end_datetime"]: '2014-09-06T17:42:15.000000Z',
properties: (15){
end_datetime: '2014-09-06T17:42:15.000000Z',
gsd: 30,
id: 'DEM1_SAR_DGE_30_20110216T174143_20140906T174215_ADS_000000_jSLP',
published: '2021-06-21T22:01:44.918079Z',
start_datetime: '2011-02-16T17:41:43.000000Z',
title: 'DEM1_SAR_DGE_30_20110216T174143_20140906T174215_ADS_000000_jSLP',
uid: 'e2d2e6dd-198f-53b0-9b93-f898ab28cf8c',
updated: '2021-06-21T22:01:44.918079Z',
creodias_s3:authority: 'ESA',
eodag:download_link: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110216T174143_20140906T174215_ADS_000000_jSLP.DEM',
eodag:quicklook: 'https://datahub.creodias.eu/odata/v1/Assets(b801897e-82e3-4933-be28-29bf04efad29)/$value',
eodag:thumbnail: 'https://datahub.creodias.eu/odata/v1/Assets(b801897e-82e3-4933-be28-29bf04efad29)/$value',
order:status: 'succeeded',
product:type: 'DGE_30',
sar:polarizations: ['HH' ],
}
assets: (20)
'Copernicus_DSM_10_N43_00_E002_00.xml':  { 'roles': '['metadata']',  'type': 'application/xml',  'title': 'Copernicus_DSM_10_N43_00_E002_00.xml',  ... } {
title: 'Copernicus_DSM_10_N43_00_E002_00.xml',
roles: ['metadata' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110216T174143_20140906T174215_ADS_000000_jSLP.DEM/Copernicus_DSM_10_N43_00_E002_00/Copernicus_DSM_10_N43_00_E002_00.xml',
type: 'application/xml',
}
'Copernicus_DSM_10_N43_00_E002_00_ACM.kml':  { 'roles': '['auxiliary']',  'type': 'application/vnd.google-earth.kml+xml',  'title': 'Copernicus_DSM_10_N43_00_E002_00_ACM.kml',  ... } {
title: 'Copernicus_DSM_10_N43_00_E002_00_ACM.kml',
roles: ['auxiliary' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110216T174143_20140906T174215_ADS_000000_jSLP.DEM/Copernicus_DSM_10_N43_00_E002_00/AUXFILES/Copernicus_DSM_10_N43_00_E002_00_ACM.kml',
type: 'application/vnd.google-earth.kml+xml',
}
'Copernicus_DSM_10_N43_00_E002_00_DEM.tif':  { 'roles': '['data']',  'type': 'image/tiff',  'title': 'Copernicus_DSM_10_N43_00_E002_00_DEM.tif',  ... } {
title: 'Copernicus_DSM_10_N43_00_E002_00_DEM.tif',
roles: ['data' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110216T174143_20140906T174215_ADS_000000_jSLP.DEM/Copernicus_DSM_10_N43_00_E002_00/DEM/Copernicus_DSM_10_N43_00_E002_00_DEM.tif',
type: 'image/tiff',
}
'Copernicus_DSM_10_N43_00_E002_00_DEM_ABS_QL.tif':  { 'roles': '['data']',  'type': 'image/tiff',  'title': 'Copernicus_DSM_10_N43_00_E002_00_DEM_ABS_QL.tif',  ... } {
title: 'Copernicus_DSM_10_N43_00_E002_00_DEM_ABS_QL.tif',
roles: ['data' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110216T174143_20140906T174215_ADS_000000_jSLP.DEM/Copernicus_DSM_10_N43_00_E002_00/PREVIEW/Copernicus_DSM_10_N43_00_E002_00_DEM_ABS_QL.tif',
type: 'image/tiff',
}
'Copernicus_DSM_10_N43_00_E002_00_DEM_QL.tif':  { 'roles': '['data']',  'type': 'image/tiff',  'title': 'Copernicus_DSM_10_N43_00_E002_00_DEM_QL.tif',  ... } {
title: 'Copernicus_DSM_10_N43_00_E002_00_DEM_QL.tif',
roles: ['data' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110216T174143_20140906T174215_ADS_000000_jSLP.DEM/Copernicus_DSM_10_N43_00_E002_00/PREVIEW/Copernicus_DSM_10_N43_00_E002_00_DEM_QL.tif',
type: 'image/tiff',
}
'Copernicus_DSM_10_N43_00_E002_00_EDM.tif':  { 'roles': '['data']',  'type': 'image/tiff',  'title': 'Copernicus_DSM_10_N43_00_E002_00_EDM.tif',  ... } {
title: 'Copernicus_DSM_10_N43_00_E002_00_EDM.tif',
roles: ['data' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110216T174143_20140906T174215_ADS_000000_jSLP.DEM/Copernicus_DSM_10_N43_00_E002_00/AUXFILES/Copernicus_DSM_10_N43_00_E002_00_EDM.tif',
type: 'image/tiff',
}
'Copernicus_DSM_10_N43_00_E002_00_EDM_QL.tif':  { 'roles': '['data']',  'type': 'image/tiff',  'title': 'Copernicus_DSM_10_N43_00_E002_00_EDM_QL.tif',  ... } {
title: 'Copernicus_DSM_10_N43_00_E002_00_EDM_QL.tif',
roles: ['data' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110216T174143_20140906T174215_ADS_000000_jSLP.DEM/Copernicus_DSM_10_N43_00_E002_00/PREVIEW/Copernicus_DSM_10_N43_00_E002_00_EDM_QL.tif',
type: 'image/tiff',
}
'Copernicus_DSM_10_N43_00_E002_00_FLM.tif':  { 'roles': '['data']',  'type': 'image/tiff',  'title': 'Copernicus_DSM_10_N43_00_E002_00_FLM.tif',  ... } {
title: 'Copernicus_DSM_10_N43_00_E002_00_FLM.tif',
roles: ['data' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110216T174143_20140906T174215_ADS_000000_jSLP.DEM/Copernicus_DSM_10_N43_00_E002_00/AUXFILES/Copernicus_DSM_10_N43_00_E002_00_FLM.tif',
type: 'image/tiff',
}
'Copernicus_DSM_10_N43_00_E002_00_FLM_QL.tif':  { 'roles': '['data']',  'type': 'image/tiff',  'title': 'Copernicus_DSM_10_N43_00_E002_00_FLM_QL.tif',  ... } {
title: 'Copernicus_DSM_10_N43_00_E002_00_FLM_QL.tif',
roles: ['data' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110216T174143_20140906T174215_ADS_000000_jSLP.DEM/Copernicus_DSM_10_N43_00_E002_00/PREVIEW/Copernicus_DSM_10_N43_00_E002_00_FLM_QL.tif',
type: 'image/tiff',
}
'Copernicus_DSM_10_N43_00_E002_00_HEM.tif':  { 'roles': '['data']',  'type': 'image/tiff',  'title': 'Copernicus_DSM_10_N43_00_E002_00_HEM.tif',  ... } {
title: 'Copernicus_DSM_10_N43_00_E002_00_HEM.tif',
roles: ['data' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110216T174143_20140906T174215_ADS_000000_jSLP.DEM/Copernicus_DSM_10_N43_00_E002_00/AUXFILES/Copernicus_DSM_10_N43_00_E002_00_HEM.tif',
type: 'image/tiff',
}
'Copernicus_DSM_10_N43_00_E002_00_HEM_QL.tif':  { 'roles': '['data']',  'type': 'image/tiff',  'title': 'Copernicus_DSM_10_N43_00_E002_00_HEM_QL.tif',  ... } {
title: 'Copernicus_DSM_10_N43_00_E002_00_HEM_QL.tif',
roles: ['data' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110216T174143_20140906T174215_ADS_000000_jSLP.DEM/Copernicus_DSM_10_N43_00_E002_00/PREVIEW/Copernicus_DSM_10_N43_00_E002_00_HEM_QL.tif',
type: 'image/tiff',
}
'Copernicus_DSM_10_N43_00_E002_00_QL.kml':  { 'roles': '['auxiliary']',  'type': 'application/vnd.google-earth.kml+xml',  'title': 'Copernicus_DSM_10_N43_00_E002_00_QL.kml',  ... } {
title: 'Copernicus_DSM_10_N43_00_E002_00_QL.kml',
roles: ['auxiliary' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110216T174143_20140906T174215_ADS_000000_jSLP.DEM/Copernicus_DSM_10_N43_00_E002_00/PREVIEW/Copernicus_DSM_10_N43_00_E002_00_QL.kml',
type: 'application/vnd.google-earth.kml+xml',
}
'Copernicus_DSM_10_N43_00_E002_00_SRC.kml':  { 'roles': '['auxiliary']',  'type': 'application/vnd.google-earth.kml+xml',  'title': 'Copernicus_DSM_10_N43_00_E002_00_SRC.kml',  ... } {
title: 'Copernicus_DSM_10_N43_00_E002_00_SRC.kml',
roles: ['auxiliary' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110216T174143_20140906T174215_ADS_000000_jSLP.DEM/Copernicus_DSM_10_N43_00_E002_00/PREVIEW/Copernicus_DSM_10_N43_00_E002_00_SRC.kml',
type: 'application/vnd.google-earth.kml+xml',
}
'Copernicus_DSM_10_N43_00_E002_00_WBM.tif':  { 'roles': '['data']',  'type': 'image/tiff',  'title': 'Copernicus_DSM_10_N43_00_E002_00_WBM.tif',  ... } {
title: 'Copernicus_DSM_10_N43_00_E002_00_WBM.tif',
roles: ['data' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110216T174143_20140906T174215_ADS_000000_jSLP.DEM/Copernicus_DSM_10_N43_00_E002_00/AUXFILES/Copernicus_DSM_10_N43_00_E002_00_WBM.tif',
type: 'image/tiff',
}
'Copernicus_DSM_10_N43_00_E002_00_WBM_QL.tif':  { 'roles': '['data']',  'type': 'image/tiff',  'title': 'Copernicus_DSM_10_N43_00_E002_00_WBM_QL.tif',  ... } {
title: 'Copernicus_DSM_10_N43_00_E002_00_WBM_QL.tif',
roles: ['data' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110216T174143_20140906T174215_ADS_000000_jSLP.DEM/Copernicus_DSM_10_N43_00_E002_00/PREVIEW/Copernicus_DSM_10_N43_00_E002_00_WBM_QL.tif',
type: 'image/tiff',
}
'GSC#CR#ESA#COP-DEM_GLO-30-DGED#20210508#073714.xml':  { 'roles': '['metadata']',  'type': 'application/xml',  'title': 'GSC#CR#ESA#COP-DEM_GLO-30-DGED#20210508#073714.xml',  ... } {
title: 'GSC#CR#ESA#COP-DEM_GLO-30-DGED#20210508#073714.xml',
roles: ['metadata' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110216T174143_20140906T174215_ADS_000000_jSLP.DEM/GSC#CR#ESA#COP-DEM_GLO-30-DGED#20210508#073714.xml',
type: 'application/xml',
}
'GSC#CR#ESA#COP-DEM_GLO-30-DGED#20210508#073715.xml':  { 'roles': '['metadata']',  'type': 'application/xml',  'title': 'GSC#CR#ESA#COP-DEM_GLO-30-DGED#20210508#073715.xml',  ... } {
title: 'GSC#CR#ESA#COP-DEM_GLO-30-DGED#20210508#073715.xml',
roles: ['metadata' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110216T174143_20140906T174215_ADS_000000_jSLP.DEM/GSC#CR#ESA#COP-DEM_GLO-30-DGED#20210508#073715.xml',
type: 'application/xml',
}
'INSPIRE.xml':  { 'roles': '['metadata']',  'type': 'application/xml',  'title': 'INSPIRE.xml',  ... } {
title: 'INSPIRE.xml',
roles: ['metadata' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110216T174143_20140906T174215_ADS_000000_jSLP.DEM/INSPIRE.xml',
type: 'application/xml',
}
'eula_F.pdf':  { 'roles': '['auxiliary']',  'type': 'application/pdf',  'title': 'eula_F.pdf',  ... } {
title: 'eula_F.pdf',
roles: ['auxiliary' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110216T174143_20140906T174215_ADS_000000_jSLP.DEM/Copernicus_DSM_10_N43_00_E002_00/INFO/eula_F.pdf',
type: 'application/pdf',
}
'ql.jpg':  { 'roles': '['overview']',  'type': 'image/jpeg',  'title': 'ql.jpg',  ... } {
title: 'ql.jpg',
roles: ['overview' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110216T174143_20140906T174215_ADS_000000_jSLP.DEM/DEM1_SAR_DGE_30_20110216T174143_20140906T174215_ADS_000000_jSLP-ql.jpg',
type: 'image/jpeg',
}
geometry
thumbnail
1  EOProduct(id=DEM1_SAR_DGE_30_20110417T175032_20140906T174215_ADS_000000_PIJx, provider=creodias_s3)
EOProduct
provider: 'creodias_s3',
collection: 'COP_DEM_GLO30_DGED',
properties["id"]: 'DEM1_SAR_DGE_30_20110417T175032_20140906T174215_ADS_000000_PIJx',
properties["start_datetime"]: '2011-04-17T17:50:32.000000Z',
properties["end_datetime"]: '2014-09-06T17:42:15.000000Z',
properties: (15){
end_datetime: '2014-09-06T17:42:15.000000Z',
gsd: 30,
id: 'DEM1_SAR_DGE_30_20110417T175032_20140906T174215_ADS_000000_PIJx',
published: '2021-06-21T19:59:05.813357Z',
start_datetime: '2011-04-17T17:50:32.000000Z',
title: 'DEM1_SAR_DGE_30_20110417T175032_20140906T174215_ADS_000000_PIJx',
uid: '6aead0d1-5def-5c1d-a20d-f1597e1e4b6c',
updated: '2021-06-21T19:59:05.813357Z',
creodias_s3:authority: 'ESA',
eodag:download_link: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110417T175032_20140906T174215_ADS_000000_PIJx.DEM',
eodag:quicklook: 'https://datahub.creodias.eu/odata/v1/Assets(5e6e07ad-5f6c-426b-a1c6-e58faea567e3)/$value',
eodag:thumbnail: 'https://datahub.creodias.eu/odata/v1/Assets(5e6e07ad-5f6c-426b-a1c6-e58faea567e3)/$value',
order:status: 'succeeded',
product:type: 'DGE_30',
sar:polarizations: ['HH' ],
}
assets: (20)
'Copernicus_DSM_10_N43_00_E001_00.xml':  { 'roles': '['metadata']',  'type': 'application/xml',  'title': 'Copernicus_DSM_10_N43_00_E001_00.xml',  ... } {
title: 'Copernicus_DSM_10_N43_00_E001_00.xml',
roles: ['metadata' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110417T175032_20140906T174215_ADS_000000_PIJx.DEM/Copernicus_DSM_10_N43_00_E001_00/Copernicus_DSM_10_N43_00_E001_00.xml',
type: 'application/xml',
}
'Copernicus_DSM_10_N43_00_E001_00_ACM.kml':  { 'roles': '['auxiliary']',  'type': 'application/vnd.google-earth.kml+xml',  'title': 'Copernicus_DSM_10_N43_00_E001_00_ACM.kml',  ... } {
title: 'Copernicus_DSM_10_N43_00_E001_00_ACM.kml',
roles: ['auxiliary' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110417T175032_20140906T174215_ADS_000000_PIJx.DEM/Copernicus_DSM_10_N43_00_E001_00/AUXFILES/Copernicus_DSM_10_N43_00_E001_00_ACM.kml',
type: 'application/vnd.google-earth.kml+xml',
}
'Copernicus_DSM_10_N43_00_E001_00_DEM.tif':  { 'roles': '['data']',  'type': 'image/tiff',  'title': 'Copernicus_DSM_10_N43_00_E001_00_DEM.tif',  ... } {
title: 'Copernicus_DSM_10_N43_00_E001_00_DEM.tif',
roles: ['data' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110417T175032_20140906T174215_ADS_000000_PIJx.DEM/Copernicus_DSM_10_N43_00_E001_00/DEM/Copernicus_DSM_10_N43_00_E001_00_DEM.tif',
type: 'image/tiff',
}
'Copernicus_DSM_10_N43_00_E001_00_DEM_ABS_QL.tif':  { 'roles': '['data']',  'type': 'image/tiff',  'title': 'Copernicus_DSM_10_N43_00_E001_00_DEM_ABS_QL.tif',  ... } {
title: 'Copernicus_DSM_10_N43_00_E001_00_DEM_ABS_QL.tif',
roles: ['data' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110417T175032_20140906T174215_ADS_000000_PIJx.DEM/Copernicus_DSM_10_N43_00_E001_00/PREVIEW/Copernicus_DSM_10_N43_00_E001_00_DEM_ABS_QL.tif',
type: 'image/tiff',
}
'Copernicus_DSM_10_N43_00_E001_00_DEM_QL.tif':  { 'roles': '['data']',  'type': 'image/tiff',  'title': 'Copernicus_DSM_10_N43_00_E001_00_DEM_QL.tif',  ... } {
title: 'Copernicus_DSM_10_N43_00_E001_00_DEM_QL.tif',
roles: ['data' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110417T175032_20140906T174215_ADS_000000_PIJx.DEM/Copernicus_DSM_10_N43_00_E001_00/PREVIEW/Copernicus_DSM_10_N43_00_E001_00_DEM_QL.tif',
type: 'image/tiff',
}
'Copernicus_DSM_10_N43_00_E001_00_EDM.tif':  { 'roles': '['data']',  'type': 'image/tiff',  'title': 'Copernicus_DSM_10_N43_00_E001_00_EDM.tif',  ... } {
title: 'Copernicus_DSM_10_N43_00_E001_00_EDM.tif',
roles: ['data' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110417T175032_20140906T174215_ADS_000000_PIJx.DEM/Copernicus_DSM_10_N43_00_E001_00/AUXFILES/Copernicus_DSM_10_N43_00_E001_00_EDM.tif',
type: 'image/tiff',
}
'Copernicus_DSM_10_N43_00_E001_00_EDM_QL.tif':  { 'roles': '['data']',  'type': 'image/tiff',  'title': 'Copernicus_DSM_10_N43_00_E001_00_EDM_QL.tif',  ... } {
title: 'Copernicus_DSM_10_N43_00_E001_00_EDM_QL.tif',
roles: ['data' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110417T175032_20140906T174215_ADS_000000_PIJx.DEM/Copernicus_DSM_10_N43_00_E001_00/PREVIEW/Copernicus_DSM_10_N43_00_E001_00_EDM_QL.tif',
type: 'image/tiff',
}
'Copernicus_DSM_10_N43_00_E001_00_FLM.tif':  { 'roles': '['data']',  'type': 'image/tiff',  'title': 'Copernicus_DSM_10_N43_00_E001_00_FLM.tif',  ... } {
title: 'Copernicus_DSM_10_N43_00_E001_00_FLM.tif',
roles: ['data' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110417T175032_20140906T174215_ADS_000000_PIJx.DEM/Copernicus_DSM_10_N43_00_E001_00/AUXFILES/Copernicus_DSM_10_N43_00_E001_00_FLM.tif',
type: 'image/tiff',
}
'Copernicus_DSM_10_N43_00_E001_00_FLM_QL.tif':  { 'roles': '['data']',  'type': 'image/tiff',  'title': 'Copernicus_DSM_10_N43_00_E001_00_FLM_QL.tif',  ... } {
title: 'Copernicus_DSM_10_N43_00_E001_00_FLM_QL.tif',
roles: ['data' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110417T175032_20140906T174215_ADS_000000_PIJx.DEM/Copernicus_DSM_10_N43_00_E001_00/PREVIEW/Copernicus_DSM_10_N43_00_E001_00_FLM_QL.tif',
type: 'image/tiff',
}
'Copernicus_DSM_10_N43_00_E001_00_HEM.tif':  { 'roles': '['data']',  'type': 'image/tiff',  'title': 'Copernicus_DSM_10_N43_00_E001_00_HEM.tif',  ... } {
title: 'Copernicus_DSM_10_N43_00_E001_00_HEM.tif',
roles: ['data' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110417T175032_20140906T174215_ADS_000000_PIJx.DEM/Copernicus_DSM_10_N43_00_E001_00/AUXFILES/Copernicus_DSM_10_N43_00_E001_00_HEM.tif',
type: 'image/tiff',
}
'Copernicus_DSM_10_N43_00_E001_00_HEM_QL.tif':  { 'roles': '['data']',  'type': 'image/tiff',  'title': 'Copernicus_DSM_10_N43_00_E001_00_HEM_QL.tif',  ... } {
title: 'Copernicus_DSM_10_N43_00_E001_00_HEM_QL.tif',
roles: ['data' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110417T175032_20140906T174215_ADS_000000_PIJx.DEM/Copernicus_DSM_10_N43_00_E001_00/PREVIEW/Copernicus_DSM_10_N43_00_E001_00_HEM_QL.tif',
type: 'image/tiff',
}
'Copernicus_DSM_10_N43_00_E001_00_QL.kml':  { 'roles': '['auxiliary']',  'type': 'application/vnd.google-earth.kml+xml',  'title': 'Copernicus_DSM_10_N43_00_E001_00_QL.kml',  ... } {
title: 'Copernicus_DSM_10_N43_00_E001_00_QL.kml',
roles: ['auxiliary' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110417T175032_20140906T174215_ADS_000000_PIJx.DEM/Copernicus_DSM_10_N43_00_E001_00/PREVIEW/Copernicus_DSM_10_N43_00_E001_00_QL.kml',
type: 'application/vnd.google-earth.kml+xml',
}
'Copernicus_DSM_10_N43_00_E001_00_SRC.kml':  { 'roles': '['auxiliary']',  'type': 'application/vnd.google-earth.kml+xml',  'title': 'Copernicus_DSM_10_N43_00_E001_00_SRC.kml',  ... } {
title: 'Copernicus_DSM_10_N43_00_E001_00_SRC.kml',
roles: ['auxiliary' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110417T175032_20140906T174215_ADS_000000_PIJx.DEM/Copernicus_DSM_10_N43_00_E001_00/PREVIEW/Copernicus_DSM_10_N43_00_E001_00_SRC.kml',
type: 'application/vnd.google-earth.kml+xml',
}
'Copernicus_DSM_10_N43_00_E001_00_WBM.tif':  { 'roles': '['data']',  'type': 'image/tiff',  'title': 'Copernicus_DSM_10_N43_00_E001_00_WBM.tif',  ... } {
title: 'Copernicus_DSM_10_N43_00_E001_00_WBM.tif',
roles: ['data' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110417T175032_20140906T174215_ADS_000000_PIJx.DEM/Copernicus_DSM_10_N43_00_E001_00/AUXFILES/Copernicus_DSM_10_N43_00_E001_00_WBM.tif',
type: 'image/tiff',
}
'Copernicus_DSM_10_N43_00_E001_00_WBM_QL.tif':  { 'roles': '['data']',  'type': 'image/tiff',  'title': 'Copernicus_DSM_10_N43_00_E001_00_WBM_QL.tif',  ... } {
title: 'Copernicus_DSM_10_N43_00_E001_00_WBM_QL.tif',
roles: ['data' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110417T175032_20140906T174215_ADS_000000_PIJx.DEM/Copernicus_DSM_10_N43_00_E001_00/PREVIEW/Copernicus_DSM_10_N43_00_E001_00_WBM_QL.tif',
type: 'image/tiff',
}
'GSC#CR#ESA#COP-DEM_GLO-30-DGED#20210510#005955.xml':  { 'roles': '['metadata']',  'type': 'application/xml',  'title': 'GSC#CR#ESA#COP-DEM_GLO-30-DGED#20210510#005955.xml',  ... } {
title: 'GSC#CR#ESA#COP-DEM_GLO-30-DGED#20210510#005955.xml',
roles: ['metadata' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110417T175032_20140906T174215_ADS_000000_PIJx.DEM/GSC#CR#ESA#COP-DEM_GLO-30-DGED#20210510#005955.xml',
type: 'application/xml',
}
'GSC#CR#ESA#COP-DEM_GLO-30-DGED#20210510#005956.xml':  { 'roles': '['metadata']',  'type': 'application/xml',  'title': 'GSC#CR#ESA#COP-DEM_GLO-30-DGED#20210510#005956.xml',  ... } {
title: 'GSC#CR#ESA#COP-DEM_GLO-30-DGED#20210510#005956.xml',
roles: ['metadata' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110417T175032_20140906T174215_ADS_000000_PIJx.DEM/GSC#CR#ESA#COP-DEM_GLO-30-DGED#20210510#005956.xml',
type: 'application/xml',
}
'INSPIRE.xml':  { 'roles': '['metadata']',  'type': 'application/xml',  'title': 'INSPIRE.xml',  ... } {
title: 'INSPIRE.xml',
roles: ['metadata' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110417T175032_20140906T174215_ADS_000000_PIJx.DEM/INSPIRE.xml',
type: 'application/xml',
}
'eula_F.pdf':  { 'roles': '['auxiliary']',  'type': 'application/pdf',  'title': 'eula_F.pdf',  ... } {
title: 'eula_F.pdf',
roles: ['auxiliary' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110417T175032_20140906T174215_ADS_000000_PIJx.DEM/Copernicus_DSM_10_N43_00_E001_00/INFO/eula_F.pdf',
type: 'application/pdf',
}
'ql.jpg':  { 'roles': '['overview']',  'type': 'image/jpeg',  'title': 'ql.jpg',  ... } {
title: 'ql.jpg',
roles: ['overview' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110417T175032_20140906T174215_ADS_000000_PIJx.DEM/DEM1_SAR_DGE_30_20110417T175032_20140906T174215_ADS_000000_PIJx-ql.jpg',
type: 'image/jpeg',
}
geometry
thumbnail
2  EOProduct(id=DEM1_SAR_DGE_30_20110428T174952_20140831T175054_ADS_000000_Q3FX, provider=creodias_s3)
EOProduct
provider: 'creodias_s3',
collection: 'COP_DEM_GLO30_DGED',
properties["id"]: 'DEM1_SAR_DGE_30_20110428T174952_20140831T175054_ADS_000000_Q3FX',
properties["start_datetime"]: '2011-04-28T17:49:52.000000Z',
properties["end_datetime"]: '2014-08-31T17:50:54.000000Z',
properties: (15){
end_datetime: '2014-08-31T17:50:54.000000Z',
gsd: 30,
id: 'DEM1_SAR_DGE_30_20110428T174952_20140831T175054_ADS_000000_Q3FX',
published: '2021-06-21T19:39:33.821370Z',
start_datetime: '2011-04-28T17:49:52.000000Z',
title: 'DEM1_SAR_DGE_30_20110428T174952_20140831T175054_ADS_000000_Q3FX',
uid: '2f73582e-a3ea-53c9-8578-73f333d9e14b',
updated: '2021-06-21T19:39:33.821370Z',
creodias_s3:authority: 'ESA',
eodag:download_link: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110428T174952_20140831T175054_ADS_000000_Q3FX.DEM',
eodag:quicklook: 'https://datahub.creodias.eu/odata/v1/Assets(b420dd1b-7083-4495-9ecd-cc40b1926c56)/$value',
eodag:thumbnail: 'https://datahub.creodias.eu/odata/v1/Assets(b420dd1b-7083-4495-9ecd-cc40b1926c56)/$value',
order:status: 'succeeded',
product:type: 'DGE_30',
sar:polarizations: ['HH' ],
}
assets: (20)
'Copernicus_DSM_10_N43_00_E000_00.xml':  { 'roles': '['metadata']',  'type': 'application/xml',  'title': 'Copernicus_DSM_10_N43_00_E000_00.xml',  ... } {
title: 'Copernicus_DSM_10_N43_00_E000_00.xml',
roles: ['metadata' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110428T174952_20140831T175054_ADS_000000_Q3FX.DEM/Copernicus_DSM_10_N43_00_E000_00/Copernicus_DSM_10_N43_00_E000_00.xml',
type: 'application/xml',
}
'Copernicus_DSM_10_N43_00_E000_00_ACM.kml':  { 'roles': '['auxiliary']',  'type': 'application/vnd.google-earth.kml+xml',  'title': 'Copernicus_DSM_10_N43_00_E000_00_ACM.kml',  ... } {
title: 'Copernicus_DSM_10_N43_00_E000_00_ACM.kml',
roles: ['auxiliary' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110428T174952_20140831T175054_ADS_000000_Q3FX.DEM/Copernicus_DSM_10_N43_00_E000_00/AUXFILES/Copernicus_DSM_10_N43_00_E000_00_ACM.kml',
type: 'application/vnd.google-earth.kml+xml',
}
'Copernicus_DSM_10_N43_00_E000_00_DEM.tif':  { 'roles': '['data']',  'type': 'image/tiff',  'title': 'Copernicus_DSM_10_N43_00_E000_00_DEM.tif',  ... } {
title: 'Copernicus_DSM_10_N43_00_E000_00_DEM.tif',
roles: ['data' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110428T174952_20140831T175054_ADS_000000_Q3FX.DEM/Copernicus_DSM_10_N43_00_E000_00/DEM/Copernicus_DSM_10_N43_00_E000_00_DEM.tif',
type: 'image/tiff',
}
'Copernicus_DSM_10_N43_00_E000_00_DEM_ABS_QL.tif':  { 'roles': '['data']',  'type': 'image/tiff',  'title': 'Copernicus_DSM_10_N43_00_E000_00_DEM_ABS_QL.tif',  ... } {
title: 'Copernicus_DSM_10_N43_00_E000_00_DEM_ABS_QL.tif',
roles: ['data' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110428T174952_20140831T175054_ADS_000000_Q3FX.DEM/Copernicus_DSM_10_N43_00_E000_00/PREVIEW/Copernicus_DSM_10_N43_00_E000_00_DEM_ABS_QL.tif',
type: 'image/tiff',
}
'Copernicus_DSM_10_N43_00_E000_00_DEM_QL.tif':  { 'roles': '['data']',  'type': 'image/tiff',  'title': 'Copernicus_DSM_10_N43_00_E000_00_DEM_QL.tif',  ... } {
title: 'Copernicus_DSM_10_N43_00_E000_00_DEM_QL.tif',
roles: ['data' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110428T174952_20140831T175054_ADS_000000_Q3FX.DEM/Copernicus_DSM_10_N43_00_E000_00/PREVIEW/Copernicus_DSM_10_N43_00_E000_00_DEM_QL.tif',
type: 'image/tiff',
}
'Copernicus_DSM_10_N43_00_E000_00_EDM.tif':  { 'roles': '['data']',  'type': 'image/tiff',  'title': 'Copernicus_DSM_10_N43_00_E000_00_EDM.tif',  ... } {
title: 'Copernicus_DSM_10_N43_00_E000_00_EDM.tif',
roles: ['data' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110428T174952_20140831T175054_ADS_000000_Q3FX.DEM/Copernicus_DSM_10_N43_00_E000_00/AUXFILES/Copernicus_DSM_10_N43_00_E000_00_EDM.tif',
type: 'image/tiff',
}
'Copernicus_DSM_10_N43_00_E000_00_EDM_QL.tif':  { 'roles': '['data']',  'type': 'image/tiff',  'title': 'Copernicus_DSM_10_N43_00_E000_00_EDM_QL.tif',  ... } {
title: 'Copernicus_DSM_10_N43_00_E000_00_EDM_QL.tif',
roles: ['data' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110428T174952_20140831T175054_ADS_000000_Q3FX.DEM/Copernicus_DSM_10_N43_00_E000_00/PREVIEW/Copernicus_DSM_10_N43_00_E000_00_EDM_QL.tif',
type: 'image/tiff',
}
'Copernicus_DSM_10_N43_00_E000_00_FLM.tif':  { 'roles': '['data']',  'type': 'image/tiff',  'title': 'Copernicus_DSM_10_N43_00_E000_00_FLM.tif',  ... } {
title: 'Copernicus_DSM_10_N43_00_E000_00_FLM.tif',
roles: ['data' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110428T174952_20140831T175054_ADS_000000_Q3FX.DEM/Copernicus_DSM_10_N43_00_E000_00/AUXFILES/Copernicus_DSM_10_N43_00_E000_00_FLM.tif',
type: 'image/tiff',
}
'Copernicus_DSM_10_N43_00_E000_00_FLM_QL.tif':  { 'roles': '['data']',  'type': 'image/tiff',  'title': 'Copernicus_DSM_10_N43_00_E000_00_FLM_QL.tif',  ... } {
title: 'Copernicus_DSM_10_N43_00_E000_00_FLM_QL.tif',
roles: ['data' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110428T174952_20140831T175054_ADS_000000_Q3FX.DEM/Copernicus_DSM_10_N43_00_E000_00/PREVIEW/Copernicus_DSM_10_N43_00_E000_00_FLM_QL.tif',
type: 'image/tiff',
}
'Copernicus_DSM_10_N43_00_E000_00_HEM.tif':  { 'roles': '['data']',  'type': 'image/tiff',  'title': 'Copernicus_DSM_10_N43_00_E000_00_HEM.tif',  ... } {
title: 'Copernicus_DSM_10_N43_00_E000_00_HEM.tif',
roles: ['data' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110428T174952_20140831T175054_ADS_000000_Q3FX.DEM/Copernicus_DSM_10_N43_00_E000_00/AUXFILES/Copernicus_DSM_10_N43_00_E000_00_HEM.tif',
type: 'image/tiff',
}
'Copernicus_DSM_10_N43_00_E000_00_HEM_QL.tif':  { 'roles': '['data']',  'type': 'image/tiff',  'title': 'Copernicus_DSM_10_N43_00_E000_00_HEM_QL.tif',  ... } {
title: 'Copernicus_DSM_10_N43_00_E000_00_HEM_QL.tif',
roles: ['data' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110428T174952_20140831T175054_ADS_000000_Q3FX.DEM/Copernicus_DSM_10_N43_00_E000_00/PREVIEW/Copernicus_DSM_10_N43_00_E000_00_HEM_QL.tif',
type: 'image/tiff',
}
'Copernicus_DSM_10_N43_00_E000_00_QL.kml':  { 'roles': '['auxiliary']',  'type': 'application/vnd.google-earth.kml+xml',  'title': 'Copernicus_DSM_10_N43_00_E000_00_QL.kml',  ... } {
title: 'Copernicus_DSM_10_N43_00_E000_00_QL.kml',
roles: ['auxiliary' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110428T174952_20140831T175054_ADS_000000_Q3FX.DEM/Copernicus_DSM_10_N43_00_E000_00/PREVIEW/Copernicus_DSM_10_N43_00_E000_00_QL.kml',
type: 'application/vnd.google-earth.kml+xml',
}
'Copernicus_DSM_10_N43_00_E000_00_SRC.kml':  { 'roles': '['auxiliary']',  'type': 'application/vnd.google-earth.kml+xml',  'title': 'Copernicus_DSM_10_N43_00_E000_00_SRC.kml',  ... } {
title: 'Copernicus_DSM_10_N43_00_E000_00_SRC.kml',
roles: ['auxiliary' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110428T174952_20140831T175054_ADS_000000_Q3FX.DEM/Copernicus_DSM_10_N43_00_E000_00/PREVIEW/Copernicus_DSM_10_N43_00_E000_00_SRC.kml',
type: 'application/vnd.google-earth.kml+xml',
}
'Copernicus_DSM_10_N43_00_E000_00_WBM.tif':  { 'roles': '['data']',  'type': 'image/tiff',  'title': 'Copernicus_DSM_10_N43_00_E000_00_WBM.tif',  ... } {
title: 'Copernicus_DSM_10_N43_00_E000_00_WBM.tif',
roles: ['data' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110428T174952_20140831T175054_ADS_000000_Q3FX.DEM/Copernicus_DSM_10_N43_00_E000_00/AUXFILES/Copernicus_DSM_10_N43_00_E000_00_WBM.tif',
type: 'image/tiff',
}
'Copernicus_DSM_10_N43_00_E000_00_WBM_QL.tif':  { 'roles': '['data']',  'type': 'image/tiff',  'title': 'Copernicus_DSM_10_N43_00_E000_00_WBM_QL.tif',  ... } {
title: 'Copernicus_DSM_10_N43_00_E000_00_WBM_QL.tif',
roles: ['data' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110428T174952_20140831T175054_ADS_000000_Q3FX.DEM/Copernicus_DSM_10_N43_00_E000_00/PREVIEW/Copernicus_DSM_10_N43_00_E000_00_WBM_QL.tif',
type: 'image/tiff',
}
'GSC#CR#ESA#COP-DEM_GLO-30-DGED#20210508#222524.xml':  { 'roles': '['metadata']',  'type': 'application/xml',  'title': 'GSC#CR#ESA#COP-DEM_GLO-30-DGED#20210508#222524.xml',  ... } {
title: 'GSC#CR#ESA#COP-DEM_GLO-30-DGED#20210508#222524.xml',
roles: ['metadata' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110428T174952_20140831T175054_ADS_000000_Q3FX.DEM/GSC#CR#ESA#COP-DEM_GLO-30-DGED#20210508#222524.xml',
type: 'application/xml',
}
'GSC#CR#ESA#COP-DEM_GLO-30-DGED#20210508#222525.xml':  { 'roles': '['metadata']',  'type': 'application/xml',  'title': 'GSC#CR#ESA#COP-DEM_GLO-30-DGED#20210508#222525.xml',  ... } {
title: 'GSC#CR#ESA#COP-DEM_GLO-30-DGED#20210508#222525.xml',
roles: ['metadata' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110428T174952_20140831T175054_ADS_000000_Q3FX.DEM/GSC#CR#ESA#COP-DEM_GLO-30-DGED#20210508#222525.xml',
type: 'application/xml',
}
'INSPIRE.xml':  { 'roles': '['metadata']',  'type': 'application/xml',  'title': 'INSPIRE.xml',  ... } {
title: 'INSPIRE.xml',
roles: ['metadata' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110428T174952_20140831T175054_ADS_000000_Q3FX.DEM/INSPIRE.xml',
type: 'application/xml',
}
'eula_F.pdf':  { 'roles': '['auxiliary']',  'type': 'application/pdf',  'title': 'eula_F.pdf',  ... } {
title: 'eula_F.pdf',
roles: ['auxiliary' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110428T174952_20140831T175054_ADS_000000_Q3FX.DEM/Copernicus_DSM_10_N43_00_E000_00/INFO/eula_F.pdf',
type: 'application/pdf',
}
'ql.jpg':  { 'roles': '['overview']',  'type': 'image/jpeg',  'title': 'ql.jpg',  ... } {
title: 'ql.jpg',
roles: ['overview' ],
href: 's3://eodata/auxdata/CopDEM/COP-DEM_GLO-30-DGED/DEM1_SAR_DGE_30_20110428T174952_20140831T175054_ADS_000000_Q3FX.DEM/DEM1_SAR_DGE_30_20110428T174952_20140831T175054_ADS_000000_Q3FX-ql.jpg',
type: 'image/jpeg',
}
geometry
thumbnail

Draw results geometries on a map:

[6]:
import folium

# Create a map zoomed over the search area
fmap = folium.Map([43.5, 1.5], zoom_start=8)
# Create a layer that represents the search area in red
folium.Rectangle(
    bounds=[search_geom[0:2][::-1], search_geom[2:4][::-1]],
    color="red",
    tooltip="Search extent"
).add_to(fmap)
# Create a layer that maps the products found
folium.GeoJson(
    data=search_result,  # SearchResult has a __geo_interface__ interface used by folium to get its GeoJSON representation
    tooltip=folium.GeoJsonTooltip(fields=["title"])
).add_to(fmap)
fmap

[6]:
Make this Notebook Trusted to load map: File -> Trust Notebook

Download the DEM files to workspace#

Make sure provider credentials are set for creodias_s3 (see creodias_s3 registration info), and download DEM files:

[8]:
paths = dag.download_all(
    search_result,
    output_dir=workspace,
)
paths
[8]:
['/home/sylvain/workspace/eodag/docs/notebooks/tutos/eodag_workspace_copdem/DEM1_SAR_DGE_30_20110216T174143_20140906T174215_ADS_000000_jSLP',
 '/home/sylvain/workspace/eodag/docs/notebooks/tutos/eodag_workspace_copdem/DEM1_SAR_DGE_30_20110428T174952_20140831T175054_ADS_000000_Q3FX',
 '/home/sylvain/workspace/eodag/docs/notebooks/tutos/eodag_workspace_copdem/DEM1_SAR_DGE_30_20110417T175032_20140906T174215_ADS_000000_PIJx']
[ ]: