top logo
 
  • Page 1 of 1 ( 2 posts )
  • elevation

Tags

Last update:
Sat May 25 03:05:26 2013

A Django site.

New data set: Global Multi-resolution Terrain Elevation Data 2010

USGS has published a new nice data set called the "Global Multi-resolution Terrain Elevation Data 2010" (GMTED2010). It is offered at three different resolutions (approximately 1,000, 500, and 250 meters).

Example (MEA = mean dataset) Trento - Garda Lake - Verona area (Northern Italy):


The 250m product looks quite smooth -a nice new DEM product...

Data download: http://eros.usgs.gov/#/Find_Data/Products_and_Data_Available/GMTED2010

GRASS GIS processing steps: see here


ASTER GDEM 30m quality assessment

The recent publication of the ASTER GDEM (30m) is a great step towards a worldwide high resolution elevation model. I have done some test in the Southern Alps around Trento which is among the most complex terrains in Europe. The scope was to calculate a difference map to the local high resolution DEM.

The steps

1. Mosaicking and reprojection to UTM32/WGS84 of ASTER GDEM tiles of the area (using gdalwarp).
2. Import of the ASTER GDEM map into GRASS (r.in.gdal)
3. Creation of a difference map to the provincial DEM (r.mapcalc, r.colors)
4. Histogram and univariate statistics (d.histogram, r.univar)

The results
(click for higher resolution or download slides as PDF):







Comments

The hydrological pattern appears to coincide with the provincial rivers map. It can be seen that lakes weren't masked during the ASTER DEM preparation, howver, these could be identified for many areas in the world with OpenStreetMap layers.
Despite spikes (including unexpected craters), the overall quality appears to be acceptable for this first version of ASTER GDEM - the standard deviation is 18m for the test area with outliers predominantely found in the areas of complex terrain rather than in the valley floors. A shift of -2.3m is also observed (reprojection artifact?).
It will be worth to check if SRTM data (90m) could help to identify and remove the spikes from the DEM. More hopefully in the near future...

Acknowledgments: ASTER GDEM is a product of METI and NASA.

  • Page 1 of 1 ( 2 posts )
  • elevation

bottom

Powered by Django!