4 datasets found
  1. C

    Continental Europe Digital Terrain Model

    • portal.opentopography.org
    • wifire-data.sdsc.edu
    • +1more
    raster
    Updated Sep 13, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    OpenTopography (2022). Continental Europe Digital Terrain Model [Dataset]. http://doi.org/10.5069/G99021ZF
    Explore at:
    rasterAvailable download formats
    Dataset updated
    Sep 13, 2022
    Dataset provided by
    OpenTopography
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Jan 1, 2000 - Dec 31, 2018
    Area covered
    Variables measured
    Area, Unit, RasterResolution
    Dataset funded by
    The Innovation and Networks Executive Agency
    Description

    This Digital Terrain Model (DTM) for Continental Europe was derived using Ensemble Machine Learning (EML) with publicly available Digital Surface Models. EML was trained using GEDI level 2B points (Level 2A; "elev_lowestmode") and ICESat-2 (ATL08; "h_te_mean"). About 9 million points were overlaid vs MERITDEM, AW3D30, GLO-30, EU DEM, GLAD canopy height, tree cover and surface water cover maps. An ensemble prediction model (mlr package in R) was fitted using random forest, Cubist and GLM, and used to predict the most probable terrain height (bare earth).

    The predicted elevations are based on the GEDI data hence the reference water surface (WGS84 ellipsoid) is about 43 m higher than the sea water surface for a specific EU country. Before modeling, reference elevations were corrected to the Earth Gravitational Model 2008 (EGM2008) by using the 5-arcdegree resolution correction surface (Pavlis et al, 2012).

    Details on the work to create this dataset can be found here:

    NOTE:This dataset has been converted from its original units of decimeters to meters to aid comparisons with other datasets in the OpenTopography catalog.

  2. n

    Continental Europe Digital Terrain Model - Dataset - CKAN

    • nationaldataplatform.org
    • ndp.sdsc.edu
    Updated Aug 15, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    (2025). Continental Europe Digital Terrain Model - Dataset - CKAN [Dataset]. https://nationaldataplatform.org/catalog/dataset/continental-europe-digital-terrain-model
    Explore at:
    Dataset updated
    Aug 15, 2025
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Area covered
    Continental Europe
    Description

    This Digital Terrain Model (DTM) for Continental Europe was derived using Ensemble Machine Learning (EML) with publicly available Digital Surface Models. EML was trained using GEDI level 2B points (Level 2A; "elev_lowestmode") and ICESat-2 (ATL08; "h_te_mean"). About 9 million points were overlaid vs MERITDEM, AW3D30, GLO-30, EU DEM, GLAD canopy height, tree cover and surface water cover maps. An ensemble prediction model (mlr package in R) was fitted using random forest, Cubist and GLM, and used to predict the most probable terrain height (bare earth). The predicted elevations are based on the GEDI data hence the reference water surface (WGS84 ellipsoid) is about 43 m higher than the sea water surface for a specific EU country. Before modeling, reference elevations were corrected to the Earth Gravitational Model 2008 (EGM2008) by using the 5-arcdegree resolution correction surface (Pavlis et al, 2012). Details on the work to create this dataset can be found here: Hengl, Tomislav, Leal Parente, Leandro, Krizan, Josip, and Bonannella, Carmelo. 2020. "Continental Europe Digital Terrain Model at 30 M Resolution Based on GEDI, Icesat-2, AW3D, GLO-30, EUDEM, MERIT DEM and Background Layers." Zenodo. https://doi.org/10.5281/zenodo.4724549. European Digital Terrain Models (EU DTM) NOTE:This dataset has been converted from its original units of decimeters to meters to aid comparisons with other datasets in the OpenTopography catalog.

  3. Continental Europe Digital Terrain Model at 30 m resolution based on GEDI...

    • zenodo.org
    bin, png, tiff
    Updated Jul 19, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Tomislav Hengl; Tomislav Hengl; Leandro Leal Parente; Leandro Leal Parente; Josip Krizan; Josip Krizan; Carmelo Bonannella; Carmelo Bonannella (2024). Continental Europe Digital Terrain Model at 30 m resolution based on GEDI and background layers [Dataset]. http://doi.org/10.5281/zenodo.4057883
    Explore at:
    tiff, png, binAvailable download formats
    Dataset updated
    Jul 19, 2024
    Dataset provided by
    Zenodohttp://zenodo.org/
    Authors
    Tomislav Hengl; Tomislav Hengl; Leandro Leal Parente; Leandro Leal Parente; Josip Krizan; Josip Krizan; Carmelo Bonannella; Carmelo Bonannella
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Area covered
    Continental Europe
    Description

    Digital Terrain Model for Continental Europe based on the three publicly available Digital Surface Models and predicted using an Ensemble Machine Learning (EML). EML was trainined using GEDI level 2B points (column "elev.lowestmode"): about 7 million GEDI points were overlaid vs NASADEM, AW3D, EU DEM, canopy height, tree cover and surface water cover maps, then an ensemble prediction model was fitted using random forest, GLM with Lasso, Cubist and GLMnet, and used to predict most probable terrain height (bare earth). Input layers used to train the EML include:

    Detailed processing steps can be found here. Read more about the processing steps here. Training data set can be obtained in the file "gedi_elev.lowestmode_2019_eumap.RDS". Summary results of the model training (mlr::makeStackedLearner) report:

    Call:
    stats::lm(formula = f, data = d)
    
    Residuals:
      Min   1Q Median   3Q   Max 
    -65.580 -2.630  0.648  3.120 181.769 
    
    Coefficients:
            Estimate Std. Error t value Pr(>|t|)  
    (Intercept)  -4.1448129 0.4663283 -8.888 < 2e-16 ***
    regr.ranger  0.2667469 0.0009676 275.677 < 2e-16 ***
    regr.glmnet  -4.7183974 0.6038334 -7.814 5.54e-15 ***
    regr.cvglmnet 4.6966219 0.6042481  7.773 7.69e-15 ***
    regr.cubist  0.7643997 0.0012860 594.378 < 2e-16 ***
    ---
    Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
    
    Residual standard error: 6.729 on 6757726 degrees of freedom
    Multiple R-squared: 0.9996,  Adjusted R-squared: 0.9996 
    F-statistic: 4.644e+09 on 4 and 6757726 DF, p-value: < 2.2e-16

    Which indicates that the elevation errors are in average (2/3rd of pixels) between +2-3 m. The output predicted terrain model includes the following two layers:

    • "dtm_elev.lowestmode_gedi.eml_m": mean estimate of the terrain elevation,
    • "dtm_elev.lowestmode_gedi.eml_md": standard deviation of the independently fitted stacked predictors quantifying the prediction uncertainty,

    The predicted elevations are based on the GEDI data hence the reference water surface (WGS84 ellipsoid) is about 43 m higher than the sea water surface for a specific EU country. All GeoTIFFs were prepared using Integer format (elevations rounded to 1 m) and have been converted to Cloud Optimized GeoTIFFs using GDAL.

    Disclaimer: The output DTM still shows forest canopy (overestimation of the terrain elevation) and has not been hydrologically corrected for spurious sinks and similar. This data set is continuously updated. To report a bug or suggest an improvement, please visit here. To register for updates please subscribe to: https://twitter.com/HarmonizerGeo.

  4. Z

    Continental Europe Digital Terrain Model at 30 m resolution based on GEDI,...

    • data.niaid.nih.gov
    • zenodo.org
    Updated Jul 19, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Bonannella, Carmelo (2024). Continental Europe Digital Terrain Model at 30 m resolution based on GEDI, ICESat-2, AW3D, GLO-30, EUDEM, MERIT DEM and background layers [Dataset]. https://data.niaid.nih.gov/resources?id=zenodo_4056634
    Explore at:
    Dataset updated
    Jul 19, 2024
    Dataset provided by
    Leal Parente, Leandro
    Hengl, Tomislav
    Krizan, Josip
    Bonannella, Carmelo
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Area covered
    Continental Europe
    Description

    Digital Terrain Model for Continental Europe based on the three publicly available Digital Surface Models and predicted using an Ensemble Machine Learning (EML). EML was trainined using GEDI level 2B points (Level 2A; "elev_lowestmode") and ICESat-2 (ATL08; "h_te_mean"): about 9 million points were overlaid vs MERITDEM, AW3D30, GLO-30, EU DEM, GLAD canopy height, tree cover and surface water cover maps, then an ensemble prediction model (mlr package in R) was fitted using random forest, Cubist and GLM, and used to predict most probable terrain height (bare earth). Input layers used to train the EML include:

    "lcv_bare.earth_glcf.landsat": UMD GLAD bare earth estimate for year 2010 based on Landsat time series,

    "dtm_elev.dsm_alos.aw3d": Digital Surface Model based on ALOS AW3D,

    "dtm_canopy.height_glad.umd": UMD GLAD canopy height for 2019 based on GEDI data,

    "dtm_elev.dsm_eudem.eea": Copernicus EU DEM based on the SRTM and ASTER DEMs,

    "hyd_surface.water_jrc.gswe": JRC Global Surface Water Explorer surface water probability based on the Landsat time-series,

    "lcv_landcover.12_pflugmacher2019": land cover map of Europe at 30 based on Pflugmacher et al. (2019),

    "lcv_tree.cover_umd.landsat_2000": forest tree cover for year 2000 based on the Global Forest Change data,

    "lcv_tree.cover_umd.landsat_2010": forest tree cover for year 2010 based on the Global Forest Change data,

    Detailed processing steps can be found here. Read more about the processing steps here.

    Training data set can be obtained in the file "gedi_elev.lowestmode_2019_eumap.RDS". The initial linear model fitted using the four independent Digital Surface / Digital Terrain models shows:

    Residuals: Min 1Q Median 3Q Max -124.627 -1.097 0.973 2.544 59.324

    Coefficients: Estimate Std. Error t value Pr(>|t|)
    (Intercept) -1.6220640 0.0032415 -500.4 <2e-16 *** eu_dem25m_ -0.1092988 0.0005531 -197.6 <2e-16 *** eu_AW3Dv2012_30m_ 0.0933774 0.0005957 156.7 <2e-16 *** eu_GLO30_30m_ 0.2637153 0.0006062 435.1 <2e-16 *** eu_MERITv1.0.1_30m_ 0.7496494 0.0005009 1496.6 <2e-16 ***

    Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1

    Residual standard error: 7.059 on 9588230 degrees of freedom (2046196 observations deleted due to missingness) Multiple R-squared: 0.9996, Adjusted R-squared: 0.9996 F-statistic: 5.343e+09 on 4 and 9588230 DF, p-value: < 2.2e-16

    Which show that MERIT DEM (Yamazaki et al., 2019) is the most correlated DEM with GEDI and ICESat-2, most likely because it has been systematically post-processed and majority of canopy problems have been removed. Summary results of the model training (mlr::makeStackedLearner) using all covariates (including canopy height, tree cover, bare earth cover) shows:

    Variable: elev_lowestmode.f R-square: 1 Fitted values sd: 333 RMSE: 6.54

    Ensemble model: Call: stats::lm(formula = f, data = d)

    Residuals: Min 1Q Median 3Q Max -118.788 -0.871 0.569 1.956 165.119

    Coefficients: Estimate Std. Error t value Pr(>|t|)
    (Intercept) -0.198402 0.003045 -65.15 <2e-16 *** regr.ranger 0.452543 0.001117 405.04 <2e-16 *** regr.cubist 0.527011 0.001516 347.61 <2e-16 ***

    regr.glm 0.020033 0.001217 16.47 <2e-16 ***

    Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1

    Residual standard error: 6.544 on 9588231 degrees of freedom Multiple R-squared: 0.9996, Adjusted R-squared: 0.9996 F-statistic: 8.29e+09 on 3 and 9588231 DF, p-value: < 2.2e-16

    Which indicates that the elevation errors are in average (2/3rd of pixels) between +1-2 m. The variable importance based on Random Forest package ranger shows:

    Variable importance: variable importance 4 eu_MERITv1.0.1_30m_ 430641370770 1 eu_AW3Dv2012_30m_ 291483345389 2 eu_GLO30_30m_ 201517488587 3 eu_dem25m_ 132742500162 9 eu_canopy_height_30m_ 5148617173 7 bare2010_ 2087304901 8 treecover2000_ 1761597272 6 treecover2010_ 141670217

    The output predicted terrain model includes the following two layers:

    "dtm_elev.lowestmode_gedi.eml_mf": mean estimate of the terrain elevation in dm (decimeters) filtered using Gaussian filter and 2x pixel window in SAGA GIS,

    "dtm_elev.lowestmode_gedi.eml_md": standard deviation of the independently fitted stacked predictors quantifying the prediction uncertainty in dm (decimeters),

    The predicted elevations are based on the GEDI data hence the reference water surface (WGS84 ellipsoid) is about 43 m higher than the sea water surface for a specific EU country. Before modeling, we have corrected the reference elevations to the Earth Gravitational Model 2008 (EGM2008) by using the 5-arcdegree resolution correction surface (Pavlis et al, 2012).

    All GeoTIFFs were prepared using Integer format (elevations rounded to 1 m) and have been converted to Cloud Optimized GeoTIFFs using GDAL.

    Disclaimer: The output DTM still shows forest canopy (overestimation of the terrain elevation) and has not been hydrologically corrected for spurious sinks and similar. This data set is continuously updated. To report a bug or suggest an improvement, please visit here. To access DTM derivatives at 30-m, 100-m and 250-m please visit here. To register for updates please subscribe to: https://twitter.com/HarmonizerGeo.

  5. Not seeing a result you expected?
    Learn how you can add new datasets to our index.

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
OpenTopography (2022). Continental Europe Digital Terrain Model [Dataset]. http://doi.org/10.5069/G99021ZF

Continental Europe Digital Terrain Model

EU_DTM

Explore at:
85 scholarly articles cite this dataset (View in Google Scholar)
rasterAvailable download formats
Dataset updated
Sep 13, 2022
Dataset provided by
OpenTopography
License

Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically

Time period covered
Jan 1, 2000 - Dec 31, 2018
Area covered
Variables measured
Area, Unit, RasterResolution
Dataset funded by
The Innovation and Networks Executive Agency
Description

This Digital Terrain Model (DTM) for Continental Europe was derived using Ensemble Machine Learning (EML) with publicly available Digital Surface Models. EML was trained using GEDI level 2B points (Level 2A; "elev_lowestmode") and ICESat-2 (ATL08; "h_te_mean"). About 9 million points were overlaid vs MERITDEM, AW3D30, GLO-30, EU DEM, GLAD canopy height, tree cover and surface water cover maps. An ensemble prediction model (mlr package in R) was fitted using random forest, Cubist and GLM, and used to predict the most probable terrain height (bare earth).

The predicted elevations are based on the GEDI data hence the reference water surface (WGS84 ellipsoid) is about 43 m higher than the sea water surface for a specific EU country. Before modeling, reference elevations were corrected to the Earth Gravitational Model 2008 (EGM2008) by using the 5-arcdegree resolution correction surface (Pavlis et al, 2012).

Details on the work to create this dataset can be found here:

NOTE:This dataset has been converted from its original units of decimeters to meters to aid comparisons with other datasets in the OpenTopography catalog.

Search
Clear search
Close search
Google apps
Main menu