Open Government Licence - Canada 2.0https://open.canada.ca/en/open-government-licence-canada
License information was derived automatically
The High Resolution Digital Elevation Model (HRDEM) product is derived from airborne LiDAR data (mainly in the south) and satellite images in the north. The complete coverage of the Canadian territory is gradually being established. It includes a Digital Terrain Model (DTM), a Digital Surface Model (DSM) and other derived data. For DTM datasets, derived data available are slope, aspect, shaded relief, color relief and color shaded relief maps and for DSM datasets, derived data available are shaded relief, color relief and color shaded relief maps. The productive forest line is used to separate the northern and the southern parts of the country. This line is approximate and may change based on requirements. In the southern part of the country (south of the productive forest line), DTM and DSM datasets are generated from airborne LiDAR data. They are offered at a 1 m or 2 m resolution and projected to the UTM NAD83 (CSRS) coordinate system and the corresponding zones. The datasets at a 1 m resolution cover an area of 10 km x 10 km while datasets at a 2 m resolution cover an area of 20 km by 20 km. In the northern part of the country (north of the productive forest line), due to the low density of vegetation and infrastructure, only DSM datasets are generally generated. Most of these datasets have optical digital images as their source data. They are generated at a 2 m resolution using the Polar Stereographic North coordinate system referenced to WGS84 horizontal datum or UTM NAD83 (CSRS) coordinate system. Each dataset covers an area of 50 km by 50 km. For some locations in the north, DSM and DTM datasets can also be generated from airborne LiDAR data. In this case, these products will be generated with the same specifications as those generated from airborne LiDAR in the southern part of the country. The HRDEM product is referenced to the Canadian Geodetic Vertical Datum of 2013 (CGVD2013), which is now the reference standard for heights across Canada. Source data for HRDEM datasets is acquired through multiple projects with different partners. Since data is being acquired by project, there is no integration or edgematching done between projects. The tiles are aligned within each project. The product High Resolution Digital Elevation Model (HRDEM) is part of the CanElevation Series created in support to the National Elevation Data Strategy implemented by NRCan. Collaboration is a key factor to the success of the National Elevation Data Strategy. Refer to the “Supporting Document” section to access the list of the different partners including links to their respective data.
These datasets consist of four, 1-meter spatial resolution digital surface models (DSMs) that were generated to orthorectify airborne multispectral imagery acquired in 2002, 2009, 2013, and 2021 for the Colorado River in Grand Canyon in Arizona, USA. These datasets also consist of a 1-meter spatial resolution digital elevation model (DEM) that was generated from the 2021 DSM. The DSMs and DEM were also produced to support development of additional GIS products. Elevation values are expressed as ellipsoid heights. These datasets also include accuracy assessments that were performed to show the limitations of estimating elevation from the DSMs and DEM pixels locations on the landscape. Data were acquired during periods of low steady Colorado River flow of approximately 8,000 cubic feet per second released from Glen Canyon Dam.
This portion of the data release presents a digital surface model (DSM) and digital elevation model (DEM) of the exposed Los Padres Reservoir delta where the Carmel River enters the reservoir. The DSM and DEM have a resolution of 10 centimeters per pixel and were derived from structure-from-motion (SfM) processing of aerial imagery collected with an unoccupied aerial system (UAS) on 2017-11-01. The DSM represents the elevation of the highest object within the bounds of a cell, including vegetation, woody debris and other objects. The DEM represent the elevation of the ground surface where it was visible to the acquisiton system. Due to the nature of SfM processing, the DEM may not represent a true bare-earth surface in areas of thick vegetation cover; in these areas some DEM elevations may instead represent thick vegetation canopy. The raw imagery used to create these elevation models was acquired with a UAS fitted with a Ricoh GR II digital camera featuring a global shutter. The UAS was flown on pre-programmed autonomous flight lines spaced to provide approximately 70 percent overlap between images from adjacent lines. The camera was triggered at 1 Hz using a built-in intervalometer. The UAS was flown at an approximate altitude of 100 meters above ground level (AGL), resulting in a nominal ground-sample-distance (GSD) of 2.6 centimeters per pixel. The raw imagery was geotagged using positions from the UAS onboard single-frequency autonomous GPS. Twenty temporary ground control points (GCPs) consisting of small square tarps with black-and-white cross patterns were distributed throughout the area to establish survey control. The GCP positions were measured using real-time kinematic (RTK) GPS, using corrections from a GPS base station located on a benchmark designated SFML, located approximately 1 kilometer from the study area. The DSM and DEM have been formatted as cloud optimized GeoTIFFs with internal overviews and masks to facilitate cloud-based queries and display.
CC0 1.0 Universal Public Domain Dedicationhttps://creativecommons.org/publicdomain/zero/1.0/
License information was derived automatically
In the scope of the International Civil Aviation Organization (ICAO) requiring countries and airports to provide electronic Terrain and Obstacle Data (eTOD), the Administration de la navigation aérienne has been tasked by the Government to take the steps necessary to comply with this requirement. This Digital Surface Model (DSM) is the result of a first LIDAR survey flight that has been done in October 2017 and is of a higher resolution than required by ICAO, thus for general purpose. For this reason this DSM also uses the national reference systems LUREF and NGL. The data itself is split up in 4 different areas, which are specified as follows: Area 1: The entire territory of Luxembourg; Area 2: Terminal Control Area (this area is larger than the territory of Luxembourg); Area 3: Aerodrome movement area; Area 4: Category II or III operations (Runway 24). The different areas come with different numerical requirements, such as data accuracy and resolution. Follow the links in the description or consult metadata for further Information.
Attribution-ShareAlike 4.0 (CC BY-SA 4.0)https://creativecommons.org/licenses/by-sa/4.0/
License information was derived automatically
Overview:
The Copernicus DEM is a Digital Surface Model (DSM) which represents the surface of the Earth including buildings, infrastructure and vegetation. The original GLO-30 provides worldwide coverage at 30 meters (refers to 10 arc seconds). Note that ocean areas do not have tiles, there one can assume height values equal to zero. Data is provided as Cloud Optimized GeoTIFFs. Note that the vertical unit for measurement of elevation height is meters.
The Copernicus DEM for Europe at 1000 meter resolution (EU-LAEA projection) in COG format has been derived from the Copernicus DEM GLO-30, mirrored on Open Data on AWS, dataset managed by Sinergise (https://registry.opendata.aws/copernicus-dem/).
Processing steps:
The original Copernicus GLO-30 DEM contains a relevant percentage of tiles with non-square pixels. We created a mosaic map in VRT format and defined within the VRT file the rule to apply cubic resampling while reading the data, i.e. importing them into GRASS GIS for further processing. We chose cubic instead of bilinear resampling since the height-width ratio of non-square pixels is up to 1:5. Hence, artefacts between adjacent tiles in rugged terrain could be minimized:
gdalbuildvrt -input_file_list list_geotiffs_MOOD.csv -r cubic -tr 0.000277777777777778 0.000277777777777778 Copernicus_DSM_30m_MOOD.vrt
In order to reproject the data to EU-LAEA projection while reducing the spatial resolution to 1000 m, bilinear resampling was performed in GRASS GIS (using r.proj
and the pixel values were scaled with 1000 (storing the pixels as Integer values) for data volume reduction. In addition, a hillshade raster map was derived from the resampled elevation map (using r.relief
, GRASS GIS). Eventually, we exported the elevation and hillshade raster maps in Cloud Optimized GeoTIFF (COG) format, along with SLD and QML style files.
Projection + EPSG code:
ETRS89-extended / LAEA Europe (EPSG: 3035)
Spatial extent:
north: 6874000
south: -485000
west: 869000
east: 8712000
Spatial resolution:
1000 m
Pixel values:
meters * 1000 (scaled to Integer; example: value 23220 = 23.220 m a.s.l.)
Software used:
GDAL 3.2.2 and GRASS GIS 8.0.0 (r.proj; r.relief)
Original dataset license:
https://spacedata.copernicus.eu/documents/20126/0/CSCDA_ESA_Mission-specific+Annex.pdf
Processed by:
mundialis GmbH & Co. KG, Germany (https://www.mundialis.de/)
Attribution 3.0 (CC BY 3.0)https://creativecommons.org/licenses/by/3.0/
License information was derived automatically
This dataset and its metadata statement were supplied to the Bioregional Assessment Programme by a third party and are presented here as originally supplied.
The 3 second (~90m) Shuttle Radar Topographic Mission (SRTM) Digital Elevation Model (DEM) version 1.0 was derived from resampling the 1 arc second (~30m) gridded DEM (ANZCW0703013355). The DEM represents ground surface topography, and excludes vegetation features. The dataset was derived from the 1 second Digital Surface Model (DSM; ANZCW0703013336) by automatically removing vegetation offsets identified using several vegetation maps and directly from the DSM. The 1 second product provides substantial improvements in the quality and consistency of the data relative to the original SRTM data, but is not free from artefacts. Man-made structures such as urban areas and power line towers have not been treated. The removal of vegetation effects has produced satisfactory results over most of the continent and areas with defects are identified in the quality assessment layers distributed with the data and described in the User Guide (Geoscience Australia and CSIRO Land & Water, 2010). A full description of the methods is in progress (Read et al., in prep; Gallant et al., in prep). The 3 second DEM was produced for use by government and the public under Creative Commons attribution.
The 3 second DSM and smoothed DEM are also available (DSM; ANZCW0703014216,
DEM-S; ANZCW0703014217).
Source data
SRTM 1 second Version 2 data (Slater et al., 2006), supplied by Defence Imagery and Geospatial Organisation (DIGO) as 813 1 x 1 degree tiles. Data was produced by NASA from radar data collected by the Shuttle Radar Topographic Mission in February 2000.
GEODATA 9 second DEM Version 3 (Geoscience Australia, 2008) used to fill voids.
SRTM Water Body Data (SWBD) shapefile accompanying the SRTM data (Slater et al., 2006). This defines the coastline and larger inland waterbodies for the DEM and DSM.
Vegetation masks and water masks applied to the DEM to remove vegetation.
1 second DEM resampled to 3 second DEM.
1 second DSM processing
The 1 second SRTM-derived Digital Surface Model (DSM) was derived from the 1 second Shuttle Radar Topographic Mission data by removing stripes, filling voids and reflattening water bodies. Further details are provided in the DSM metadata (ANZCW0703013336).
1 second DEM processing (vegetation offset removal)
Vegetation offsets were identified using Landsat-based mapping of woody vegetation. The height offsets were estimated around the edges of vegetation patches then interpolated to a continuous surface of vegetation height offset that was subtracted from the DSM to produce a bare-earth DEM. Further details are provided in the 1 second DSM metadata (ANZCW0703013355).
Void filling
Voids (areas without data) occur in the data due to low radar reflectance (typically open water or dry sandy soils) or topographic shadowing in high relief areas. Delta Surface Fill Method (Grohman et al., 2006) was adapted for this task, using GEODATA 9 second DEM as infill data source. The 9 second data was refined to 1 second resolution using ANUDEM 5.2 without drainage enforcement. Delta Surface Fill Method calculates height differences between SRTM and infill data to create a "delta" surface with voids where the SRTM has no values, then interpolates across voids. The void is then replaced by infill DEM adjusted by the interpolated delta surface, resulting in an exact match of heights at the edges of each void. Two changes to the Delta Surface Fill Method were made: interpolation of the delta surface was achieved with natural neighbour interpolation (Sibson, 1981; implemented in ArcGIS 9.3) rather than inverse distance weighted interpolation; and a mean plane inside larger voids was not used.
Water bodies
Water bodies defined from the SRTM Water Body Data as part of the DSM processing were set to the same elevations as in the DSM.
Edit rules for land surrounding water bodies
SRTM edit rules set all land adjacent to water at least 1m above water level to ensure containment of water (Slater et al., 2006). Following vegetation removal, void filling and water flattening, the heights of all grid cells adjacent to water was set to at least 1 cm above the water surface. The smaller offset (1cm rather than 1m) could be used because the cleaned digital surface model is in floating point format rather than integer format of the original SRTM.
Some small islands within water bodies are represented as voids within the SRTM due to edit rules. These voids are filled as part of void filling process, and their elevations set to a minimum of 1 cm above surrounding water surface across the entire void fill.
Overview of quality assessment
The quality of vegetation offset removal was manually assessed on a 1/8 ×1/8 degree grid. Issues with the vegetation removal were identified and recorded in ancillary data layers. The assessment was based on visible artefacts rather than comparison with reference data so relies on the detection of artefacts by edges.
The issues identified were:
* vegetation offsets are still visible (not fully removed)
* vegetation offset overestimated
* linear vegetation offset not fully removed
* incomplete removal of built infrastructure and other minor issues
DEM Ancillary data layers
The vegetation removal and assessment process produced two ancillary data layers:
* A shapefile of 1/8 × 1/8 degree tiles indicating which tiles have been affected by vegetation removal and any issue noted with the vegetation offset removal
* A difference surface showing the vegetation offset that has been removed; this shows the effect of vegetation on heights as observed by the SRTM radar
instrument and is related to vegetation height, density and structure.
The water and void fill masks for the 1 second DSM were also applied to the DEM. Further information is provided in the User Guide (Geoscience Australia and CSIRO Land & Water, 2010).
Resampling to 3 seconds
The 1 second SRTM derived Digital Elevation Model (DEM) was resampled to 3 seconds of arc (90m) in ArcGIS software using aggregation tool. This tool determines a new cell value based on multiplying the cell resolution by a factor of the input (in this case three) and determines the mean value of input cells with the new extent of the cell (i.e. Mean value of the 3x3 input cells). The 3 second SRTM was converted to integer format for the national mosaic to make the file size more manageable. It does not affect the accuracy of the data at this resolution. Further information on the processing is provided in the User Guide (Geoscience Australia and CSIRO Land & Water, 2010).
Further information can be found at http://www.ga.gov.au/metadata-gateway/metadata/record/gcat_aac46307-fce9-449d-e044-00144fdd4fa6/SRTM-derived+3+Second+Digital+Elevation+Models+Version+1.0
Geoscience Australia (2010) Geoscience Australia, 3 second SRTM Digital Elevation Model (DEM) v01. Bioregional Assessment Source Dataset. Viewed 11 December 2018, http://data.bioregionalassessments.gov.au/dataset/12e0731d-96dd-49cc-aa21-ebfd65a3f67a.
U.S. Government Workshttps://www.usa.gov/government-works
License information was derived automatically
This is a tiled collection of the 3D Elevation Program (3DEP) and is one meter resolution. The 3DEP data holdings serve as the elevation layer of The National Map, and provide foundational elevation information for earth science studies and mapping applications in the United States. Scientists and resource managers use 3DEP data for hydrologic modeling, resource monitoring, mapping and visualization, and many other applications. The elevations in this DEM represent the topographic bare-earth surface. USGS standard one-meter DEMs are produced exclusively from high resolution light detection and ranging (lidar) source data of one-meter or higher resolution. One-meter DEM surfaces are seamless within collection projects, but, not necessarily seamless across projects. The spatial reference used for tiles of the one-meter DEM within the conterminous United States (CONUS) is Universal Transverse Mercator (UTM) in units of meters, and in conformance with the North American Datum of 1983 ...
Landgate Digital Elevation Models (DEMs) are of various postings around mainland Western Australia - excluding Cocos/Keeling Islands and Christmas Island. A DEM is a generic term for both a Digital Surface Model (DSM) or a Digital Terrain Model (DTM). In the main, Landgate DEMs are edited DSMs that remove the majority of buildings and trees to create pseudo-DTMs. Additional information, including a coverage map, is available on the Landgate website. © Western Australian Land Information Authority (Landgate). Use of Landgate data is subject to Personal Use License terms and conditions unless otherwise authorised under approved License terms and conditions.
This dataset provides the digital elevation model (DEM) and digital surface model (DSM) for CHEESEHEAD core study area (10km ×10km). DEM and DSM are projected to WGS 84 / UTM zone 15N (EPSG:32615) at 1m spatial resolution. The unit for the height is foot. The DEM and DSM are mosaics from tiles for three counties: Ashland (2019), Iron (2019), and Price (2018). All the tiles are derived from leaf-off lidar point cloud collected by USGS and can be found at https://geodata.wisc.edu/?f%5Bdct_provenance_s%5D%5B%5D=WisconsinView . Tiles used in this dataset and quality for each tile are recorded in tile_lookup.csv The GeoData@Wisconsin is an online geoportal that provides discovery and access to Wisconsin geospatial data, imagery, and scanned maps. It is developed and maintained by the UW-Madison Geography Department's Robinson Map Library and State Cartographer's Office.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Abstract The dataset was derived by the Bioregional Assessment Programme from the 1 second SRTM Digital Elevation Model (DEM) dataset. The source dataset is identified in the Lineage field in this metadata statement. The processes undertaken to produce this derived dataset are described in the History field in this metadata statement. A clipped version of the Australia wide 1 second -S DEM, version 1, which limits the size to the rectangular extent of the Galilee Basin Subregion, enhancing …Show full descriptionAbstract The dataset was derived by the Bioregional Assessment Programme from the 1 second SRTM Digital Elevation Model (DEM) dataset. The source dataset is identified in the Lineage field in this metadata statement. The processes undertaken to produce this derived dataset are described in the History field in this metadata statement. A clipped version of the Australia wide 1 second -S DEM, version 1, which limits the size to the rectangular extent of the Galilee Basin Subregion, enhancing speed and efficiency for visualisation and processing. The metadata for the Geoscience Australia 1 sec SRTM is below: The 1 second DSM, DEM, DEM-S and DEM-H are national elevation data products derived from the Shuttle Radar Topography Mission (SRTM) data. The SRTM data is not suitable for routine application due to various artefacts and noise. The data has been treated with several processes to produce more usable products: * A cleaned digital surface model (DSM) * regular grid representing ground surface topography as well as other features including vegetation and man-made structures * A bare-earth digital elevation model (DEM) * regular grid representing ground surface topography, and where possible, excluding other features such as vegetation and man-made structures. * A smoothed digital elevation model (DEM-S) * A smoothed DEM based on the bare-earth DEM that has been adaptively smoothed to reduce random noise typically associated with the SRTM data in low relief areas. * A hydrologically enforced digital elevation model (DEM-H) * A hydrologically enforced DEM is based on DEM-S that has had drainage lines imposed and been further smoothed using the ANUDEM interpolation software. The last product, a hydrologically enforced DEM, is most similar to the DEMs commonly in use around Australia, such as the GEODATA 9 Second DEM and the 25 m resolution DEMs produced by State and Territory agencies from digitised topographic maps. For any analysis where surface shape is important, one of the smoothed DEMs (DEM-S or DEM-H) should be used. DEM-S is preferred for shape and vertical accuracy and DEM-H for hydrological connectivity. The DSM is suitable if you want to see the vegetation as well as the land surface height. There are few cases where DEM is the best data source, unless access to a less processed product is necessary. The 1 second DEM (in its various incarnations) has quite different characteristics to DEMs derived by interpolation from topographic data. Those DEMs are typically quite smooth and are based on fairly accurate but sparse source data, usually contours and spot heights supplemented by drainage lines. The SRTM data is derived from radar measurements that are dense (there is essentially a measurement at almost every grid cell) but noisy. Version 1.0 of the DSM was released in early 2009 and version 1.0 of the DEM was released in late 2009. Version 1.0 of the DEM-S was released in July 2010 and version 1.0 of the hydrologically enforced DEM-H was released in October 2011. These products provide substantial improvements in the quality and consistency of the data relative to the original SRTM data, but are not free from artefacts. Improved products will be released over time. The 3 second products were derived from the 1 second data and version 1.0 was released in August 2010. Future releases of these products will occur when the 1 second products have been improved. At this stage there is no 3 second DEM-H product, which requires re-interpolation with drainage enforcement at that resolution. Purpose To enhance the speed and efficiency for visualisation and processing of the smoothed 1 second DEM data within the Galilee Basin Subregion Dataset History The original, Australia wide, 1 second smoothed DEM was clipped to rectangular extents of the Galilee subregion using the Spatial Analyst 'Extract By Rectangle' tool in ESRI ArcCatalog v10.0 with the following parameters: Input raster: source 1 second SRTM Extent: Galilee Basin subregion polygon Extraction Area: INSIDE 'no data' values are created outside the clip extent therefore the extent of the dataset may still reflect the national DEM extent in ArcCatalog. Check the tool details for more info. The lineage of the source 1 second SRTM is below: The following datasets were used to derive this version of the 1 second DEM products: Source data SRTM 1 second Version 2 data (Slater et al., 2006), supplied by Defence Imagery and Geospatial Organisation (DIGO) as 813 1 x 1 degree tiles. Data were produced by NASA from radar data collected by the Shuttle Radar Topography Mission in February 2000. GEODATA 9 second DEM Version 3 (Geoscience Australia, 2008) used to fill voids. SRTM Water Body Data (SWBD) shapefile accompanying the SRTM data (Slater et al., 2006). This defines the coastline and larger inland waterbodies for the DEM and DSM. Vegetation masks and water masks applied to the DEM to remove vegetation. Full metadata, methodologies and lineage descriptions can be found in the PDF userguide within this dataset. Dataset Citation Bioregional Assessment Programme (2014) Smoothed Digital Elevation Model (DEM) - 1 arc second resolution - Clipped to Galilee Subregion extent. Bioregional Assessment Derived Dataset. Viewed 10 December 2018, http://data.bioregionalassessments.gov.au/dataset/0fe257aa-8845-4183-9d05-5b48edd98f34. Dataset Ancestors Derived From Geoscience Australia, 1 second SRTM Digital Elevation Model (DEM)
Attribution 3.0 (CC BY 3.0)https://creativecommons.org/licenses/by/3.0/
License information was derived automatically
This dataset and its metadata statement were supplied to the Bioregional Assessment Programme by a third party and are presented here as originally supplied.
This dataset provides a userguide and setup information relating to accessing the Gescience Australia, 1 second SRTM Digital Elevation Model (DEM), for visualisation and analysis using ESRI ArcMap and ArcCatalog.
The 1 second DSM, DEM, DEM-S and DEM-H are national elevation data products derived from the Shuttle Radar Topography Mission (SRTM) data. The SRTM data is not suitable for routine application due to various artefacts and noise.
The data has been treated with several processes to produce more usable products:
\* A cleaned digital surface model (DSM)
\* regular grid representing ground surface topography as well as other features including vegetation and man-made structures
\* A bare-earth digital elevation model (DEM)
\* regular grid representing ground surface topography, and where possible, excluding other features such as vegetation and man-made structures.
\* A smoothed digital elevation model (DEM-S)
\* A smoothed DEM based on the bare-earth DEM that has been adaptively smoothed to reduce random noise typically associated with the SRTM data in low relief areas.
\* A hydrologically enforced digital elevation model (DEM-H)
\* A hydrologically enforced DEM is based on DEM-S that has had drainage lines imposed and been further smoothed using the ANUDEM interpolation software.
The last product, a hydrologically enforced DEM, is most similar to the DEMs commonly in use around Australia, such as the GEODATA 9 Second DEM and the 25 m resolution DEMs produced by State and Territory agencies from digitised topographic maps.
For any analysis where surface shape is important, one of the smoothed DEMs (DEM-S or DEM-H) should be used. DEM-S is preferred for shape and vertical accuracy and DEM-H for hydrological connectivity. The DSM is suitable if you want to see the vegetation as well as the land surface height. There are few cases where DEM is the best data source, unless access to a less processed product is necessary.
The 1 second DEM (in its various incarnations) has quite different characteristics to DEMs derived by interpolation from topographic data. Those DEMs are typically quite smooth and are based on fairly accurate but sparse source data, usually contours and spot heights supplemented by drainage lines. The SRTM data is derived from radar measurements that are dense (there is essentially a measurement at almost every grid cell) but noisy.
Version 1.0 of the DSM was released in early 2009 and version 1.0 of the DEM was released in late 2009. Version 1.0 of the DEM-S was released in July 2010 and version 1.0 of the hydrologically enforced DEM-H was released in October 2011. These products provide substantial improvements in the quality and consistency of the data relative to the original SRTM data, but are not free from artefacts. Improved products will be released over time.
The 3 second products were derived from the 1 second data and version 1.0 was released in August 2010. Future releases of these products will occur when the 1 second products have been improved. At this stage there is no 3 second DEM-H product, which requires re-interpolation with drainage enforcement at that resolution.
The following datasets were used to derive this version of the 1 second DEM products:
Source data
SRTM 1 second Version 2 data (Slater et al., 2006), supplied by Defence Imagery and Geospatial Organisation (DIGO) as 813 1 x 1 degree tiles. Data were produced by NASA from radar data collected by the Shuttle Radar Topography Mission in February 2000.
GEODATA 9 second DEM Version 3 (Geoscience Australia, 2008) used to fill voids.
SRTM Water Body Data (SWBD) shapefile accompanying the SRTM data (Slater et al., 2006). This defines the coastline and larger inland waterbodies for the DEM and DSM.
Vegetation masks and water masks applied to the DEM to remove vegetation.
Full metadata, methodologies and lineage descriptions can be found in the PDF userguide within this dataset.
Further information can be found at http://www.ga.gov.au/metadata-gateway/metadata/record/gcat_72759
Geoscience Australia (2011) Geoscience Australia, 1 second SRTM Digital Elevation Model (DEM). Bioregional Assessment Source Dataset. Viewed 10 December 2018, http://data.bioregionalassessments.gov.au/dataset/9a9284b6-eb45-4a13-97d0-91bf25f1187b.
Open Government Licence - Canada 2.0https://open.canada.ca/en/open-government-licence-canada
License information was derived automatically
ATTENTION! The files in this dataset are designed for streaming, not downloading. For the best experience, please follow the instructions available in the resources. In replacement of the former Canadian Digital Elevation Model (CDEM) that is no longer supported, the Medium Resolution Digital Elevation Model (MRDEM) product is a multi-source product that integrates elevation data from the Copernicus DEM** acquired during the TanDEM-X Mission (AIRBUS, 2022), and the High Resolution Digital Elevation Model data derived from airborne lidar. This product provides a complete, 30 meters resolution, nationwide coverage for Canada. It includes a Digital Terrain Model (DTM), a Digital Surface Model (DSM) and other derived products. The spatial coverage extends into the USA, where needed, to provide coverage for cross-border watersheds in support of hydrological studies and applications. The MRDEM DSM dataset is based on the GLO-30 version of the Copernicus DEM** (hereafter named GLO-30). The process to generate the MRDEM DTM dataset is more complex and involves different sources. Where available, the HRDEM Mosaic derived from lidar was used since it already provides reliable terrain elevation values. The HRDEM Mosaic data used was resampled from 1 meter to 30 meters. Elsewhere, the processing workflow combines a forest removal model and a settlement removal model that is applied to the GLO-30 values in order to estimate the terrain elevation values. Both datasets are projected to Canada Atlas Lambert NAD83 (CSRS) (EPSG:3979). The MRDEM is referenced to the CGVD2013 which is the reference standard for orthometric heights across Canada. The product Medium Resolution Digital Elevation Model (MRDEM) is part of the CanElevation Series created in support to the National Elevation Data Strategy implemented by NRCan. ** This product was in part produced using Copernicus WorldDEM-30 © DLR e.V. 2010-2014 and © Airbus Defence and Space GmbH 2014- 2018 provided under COPERNICUS by the European Union and ESA; all rights reserved. The organisations in charge of the Copernicus program by law or by delegation do not incur any liability for any use of the Copernicus WorldDEM-30.
The horizontal accuracy assessment dataset consists of spatial coordinate and elevation values of “hard points” identified in each digital surface model (DSM) dataset and their spatial location data from the geodetic control network maintained by the U.S. Geological Survey (USGS), Grand Canyon Monitoring and Research Center (GCMRC). Surveyed “hard points” represent stationary natural features, such as corners of large boulders, that are visible in aerial imagery and elevation datasets and are in the geodetic control network maintained by the USGS, GCMRC. The vertical accuracy assessment dataset consists of pixel elevation values extracted from the DSM and digital elevation model (DEM) datasets for 926 “control points”. Surveyed "control points" represent survey marks and benchmarks in the geodetic control network maintained by the USGS, GCMRC. Each “hard point” and control point is denoted by a unique identifier from the Grand Canyon survey control network database maintained by the USGS, GCMRC. All point location are denoted by the distance upstream or downstream along the river channel from Lees Ferry, AZ. The temporal extent of the data is for the years 2002, 2009, 2013, and 2021, and the spatial extent is for the segment of the Colorado River riparian corridor from Glen Canyon Dam downstream to Pearce Ferry, AZ.
Open Government Licence 3.0http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/
License information was derived automatically
The LIDAR Composite DTM (Digital Terrain Model) is a raster elevation model covering ~99% of England at 1m spatial resolution. The DTM (Digital Terrain Model) is produced from the last or only laser pulse returned to the sensor. We remove surface objects from the Digital Surface Model (DSM), using bespoke algorithms and manual editing of the data, to produce a terrain model of just the surface.
Produced by the Environment Agency in 2022, the DTM is derived from a combination of our Time Stamped archive and National LIDAR Programme surveys, which have been merged and re-sampled to give the best possible coverage. Where repeat surveys have been undertaken the newest, best resolution data is used. Where data was resampled a bilinear interpolation was used before being merged.
The 2022 LIDAR Composite contains surveys undertaken between 6th June 2000 and 2nd April 2022. Please refer to the metadata index catalgoues which show for any location which survey was used in the production of the LIDAR composite.
The data is available to download as GeoTiff rasters in 5km tiles aligned to the OS National grid. The data is presented in metres, referenced to Ordinance Survey Newlyn and using the OSTN’15 transformation method. All individual LIDAR surveys going into the production of the composite had a vertical accuracy of +/-15cm RMSE.
description: Digital Surface and Terrain Models (DSM,DTM) dataset current as of 2009. This bare earth DEM dataset was created from LiDAR supporting the generation of 2 foot contours..; abstract: Digital Surface and Terrain Models (DSM,DTM) dataset current as of 2009. This bare earth DEM dataset was created from LiDAR supporting the generation of 2 foot contours..
The Copernicus DEM is a Digital Surface Model (DSM) which represents the surface of the Earth including buildings, infrastructure and vegetation. This DSM is derived from an edited DSM named WorldDEM, where flattening of water bodies and consistent flow of rivers has been included. In addition, editing of shore- and coastlines, special features such as airports, and implausible terrain structures has also been applied.
The WorldDEM product is based on the radar satellite data acquired during the TanDEM-X Mission, which is funded by a Public Private Partnership between the German State, represented by the German Aerospace Centre (DLR) and Airbus Defence and Space. OpenTopography is providing access to the global GLO-90 Defence Gridded Elevation Data (DGED) 2023_1 version of the data hosted by ESA via the PRISM service. Details on the Copernicus DSM can be found on this ESA site.
Here we provide a mosaic of the Copernicus DEM 30m for Europe and the corresponding hillshade derived from the GLO-30 public instance of the Copernicus DEM. The CRS is the same as the original Copernicus DEM CRS: EPSG:4326. Note that GLO-30 Public provides limited coverage at 30 meters because a small subset of tiles covering specific countries are not yet released to the public by the Copernicus Programme. Note that ocean areas do not have tiles, there one can assume height values equal to zero. Data is provided as Cloud Optimized GeoTIFFs.
The Copernicus DEM is a Digital Surface Model (DSM) which represents the surface of the Earth including buildings, infrastructure and vegetation. The original GLO-30 provides worldwide coverage at 30 meters (refers to 10 arc seconds). Note that ocean areas do not have tiles, there one can assume height values equal to zero. Data is provided as Cloud Optimized GeoTIFFs. Note that the vertical unit for measurement of elevation height is meters.
The Copernicus DEM for Europe at 30 m in COG format has been derived from the Copernicus DEM GLO-30, mirrored on Open Data on AWS, dataset managed by Sinergise (https://registry.opendata.aws/copernicus-dem/).
Processing steps: The original Copernicus GLO-30 DEM contains a relevant percentage of tiles with non-square pixels. We created a mosaic map in https://gdal.org/drivers/raster/vrt.html format and defined within the VRT file the rule to apply cubic resampling while reading the data, i.e. importing them into GRASS GIS for further processing. We chose cubic instead of bilinear resampling since the height-width ratio of non-square pixels is up to 1:5. Hence, artefacts between adjacent tiles in rugged terrain could be minimized: gdalbuildvrt -input_file_list list_geotiffs_MOOD.csv -r cubic -tr 0.000277777777777778 0.000277777777777778 Copernicus_DSM_30m_MOOD.vrt
The pixel values were scaled with 1000 (storing the pixels as integer values) for data volume reduction. In addition, a hillshade raster map was derived from the resampled elevation map (using r.relief, GRASS GIS). Eventually, we exported the elevation and hillshade raster maps in Cloud Optimized GeoTIFF (COG) format, along with SLD and QML style files.
The Medium Resolution Digital Elevation Model (MRDEM) product is a multi-source product that integrates elevation data from the Copernicus DEM acquired during the TanDEM-X Mission, and the High Resolution Digital Elevation Model data derived from airborne lidar. This product provides a complete, 30 meters resolution, nationwide coverage for Canada. It includes a Digital Terrain Model (DTM), a Digital Surface Model (DSM) and other derived products. The spatial coverage extends into the USA, where needed, to provide coverage for cross-border watersheds in support of hydrological studies and applications.
The MRDEM DSM dataset is based on the GLO-30 version of the Copernicus DEM. The process to generate the MRDEM DTM dataset is more complex and involves different sources. Where available, the HRDEM Mosaic derived from lidar was used since it already provides reliable terrain elevation values. The HRDEM Mosaic data used was resampled from 1 meter to 30 meters. Elsewhere, the processing workflow combines a forest removal model and a settlement removal model that is applied to the GLO-30 values in order to estimate the terrain elevation values.
This portion of the data release presents digital surface models (DSM) and hillshade images of the intertidal zones at Puget Creek and Dickman Mill Park, Tacoma, WA. The DSMs have a resolution of 2.5 centimeters per pixel and were derived from structure-from-motion (SfM) processing of aerial imagery collected with an unmanned aerial system (UAS) on 2019-06-03. Unlike a digital elevation model (DEM), the DSM represents the elevation of the highest object within the bounds of a cell. Vegetation, buildings and other objects have not been removed from the data. In addition, data artifacts resulting from noise in the original imagery have not been removed. The raw imagery used to create this DSM was acquired using a UAS fitted with a Ricoh GR II digital camera featuring a global shutter. The UAS was flown on pre-programmed autonomous flight lines at an approximate altitude of 50 meters above ground level (AGL). The flight lines were oriented roughly shore-parallel and were spaced to provide approximately 70 percent overlap between images from adjacent lines. The camera was triggered at 1 Hz using a built-in intervalometer. The imagery was geotagged using positions from the UAS onboard single-frequency autonomous GPS. Twelve temporary ground control points (GCPs) were distributed throughout each survey area to establish survey control. The GCPs consisted of a combination of small square tarps with black-and-white cross patterns and "X" marks placed on the ground using temporary chalk. The GCP positions were measured using post-processed kinematic (PPK) GPS, using corrections from a GPS base station located approximately 5 kilometers from the study area. The DSMs and hillshade images have been formatted as cloud optimized GeoTIFFs with internal overviews and masks to facilitate cloud-based queries and display. For file naming purposes the spatial resolution has been rounded to the nearest centimeter in the file names (for instance, the 2.5-cm resolution Puget Creek DSM is named PugetCreek_2019-06-03_DSM_3cm.tif).
The LIDAR Composite DTM/DSM is a raster terrain model covering ~99% of England at 1m spatial resolution, produced by the UK Environment Agency in 2022. The model contains 3 bands of terrain data: a Digital Terrain Model (DTM), a first return Digital Surface Model (DSM), and a last return DSM. …
Open Government Licence - Canada 2.0https://open.canada.ca/en/open-government-licence-canada
License information was derived automatically
The High Resolution Digital Elevation Model (HRDEM) product is derived from airborne LiDAR data (mainly in the south) and satellite images in the north. The complete coverage of the Canadian territory is gradually being established. It includes a Digital Terrain Model (DTM), a Digital Surface Model (DSM) and other derived data. For DTM datasets, derived data available are slope, aspect, shaded relief, color relief and color shaded relief maps and for DSM datasets, derived data available are shaded relief, color relief and color shaded relief maps. The productive forest line is used to separate the northern and the southern parts of the country. This line is approximate and may change based on requirements. In the southern part of the country (south of the productive forest line), DTM and DSM datasets are generated from airborne LiDAR data. They are offered at a 1 m or 2 m resolution and projected to the UTM NAD83 (CSRS) coordinate system and the corresponding zones. The datasets at a 1 m resolution cover an area of 10 km x 10 km while datasets at a 2 m resolution cover an area of 20 km by 20 km. In the northern part of the country (north of the productive forest line), due to the low density of vegetation and infrastructure, only DSM datasets are generally generated. Most of these datasets have optical digital images as their source data. They are generated at a 2 m resolution using the Polar Stereographic North coordinate system referenced to WGS84 horizontal datum or UTM NAD83 (CSRS) coordinate system. Each dataset covers an area of 50 km by 50 km. For some locations in the north, DSM and DTM datasets can also be generated from airborne LiDAR data. In this case, these products will be generated with the same specifications as those generated from airborne LiDAR in the southern part of the country. The HRDEM product is referenced to the Canadian Geodetic Vertical Datum of 2013 (CGVD2013), which is now the reference standard for heights across Canada. Source data for HRDEM datasets is acquired through multiple projects with different partners. Since data is being acquired by project, there is no integration or edgematching done between projects. The tiles are aligned within each project. The product High Resolution Digital Elevation Model (HRDEM) is part of the CanElevation Series created in support to the National Elevation Data Strategy implemented by NRCan. Collaboration is a key factor to the success of the National Elevation Data Strategy. Refer to the “Supporting Document” section to access the list of the different partners including links to their respective data.