EU-DEM
EU-DEM is an elevation dataset covering Europe at a 25 metre resolution.
The dataset was created by merging elevation data from the SRTM and ASTER global datasets, as well as from Soviet topo maps at high latitudes. The datum used is EVRS2000.
Coverage
The dataset covers European Environment Agency member states, plus some countries to the east. Coverage extends to small parts of Northern Africa. Unlike SRTM, EU-DEM includes the Scandinavian regions north of 60°.
Render of EU-DEM elevation.
Accuracy
The stated vertical accuracy is ± 7m RMSE. Differences to SRTM and ASTER typically fall within this 7m range even with the datasets using slightly different vertical datums. Elevations for Lake Geneva, Switzerland are 370m, 374m, and 372m for SRTM, ASTER, and EU-DEM respectively.
Coastline
EU-DEM uses NODATA
values for elevations over seas and oceans, where both ASTER and SRTM assign these areas an elevation of 0m. This means that Open Topo Data isn't able to interpolate elevations for locations very close to the coast and will return a value of NaN
in places where SRTM and ASTER might return a 0m or 1m elevation.
The advantage of the NODATA
oceans is that you cane use EU-DEM without clipping to a coastline shapefile.
Adding EU-DEM to Open Topo Data
As of Jan 2024, EU-DEM is no longer available to download via copernicus.eu.
I have uploaded my version of the dataset at https://files.gpxz.io/eudem_buffered.zip, see EUDEM download for more details.
Download and unzip the folder into:
There are 27 files.Then create a config.yaml
file:
Finally, rebuild to enable the new dataset at localhost:5000/v1/eudem25m?locations=51.575,-3.220.
Avoiding gdal
If you don't have gdal installed, you can use the tiles directly. There are instructions for this here, but because the EU-DEM tiles don't come with an overlap you will get a null
elevation at locations within 0.5 pixels of tile edges.
Public API
The Open Topo Data public API lets you query EU-DEM for free:
{
"results": [
{
"elevation": 54.576168060302734,
"location": {
"lat": 57.688709,
"lng": 11.976404
},
"dataset": "eudem25m"
}
],
"status": "OK"
}
Open Topo Data hosts version 1.1 of the dataset.
Attribution
Released by Copernicus under the following terms:
Access to data is based on a principle of full, open and free access as established by the Copernicus data and information policy Regulation (EU) No 1159/2013 of 12 July 2013. This regulation establishes registration and licensing conditions for GMES/Copernicus users. Free, full and open access to this data set is made on the conditions that:
-
When distributing or communicating Copernicus dedicated data and Copernicus service information to the public, users shall inform the public of the source of that data and information.
-
Users shall make sure not to convey the impression to the public that the user's activities are officially endorsed by the Union.
-
Where that data or information has been adapted or modified, the user shall clearly state this.
-
The data remain the sole property of the European Union. Any information and data produced in the framework of the action shall be the sole property of the European Union. Any communication and publication by the beneficiary shall acknowledge that the data were produced "with funding by the European Union".