Skip to content

Database featuring elevation data in parquet format instead of GeoTIFF (image) for easier application in geo-software as a database

License

Notifications You must be signed in to change notification settings

MrAirspace/world-elevation-wgs84-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

world-elevation-wgs84-database

Database featuring elevation data in tabular format instead of satellite GeoTIFF image for easy application in python pandas dataframes, QGIS, etc. No more need to process and extract elevation data from satellite images.

Parquet filetype chosen due to compression/filesize (SQLite 6.7 GB vs parquet 0.4 GB). Parquet file can also be loaded into a python pandas df and then converted to a csv for easy import into QGIS.

Database file available under 'Releases'.

Key features:

  • Each data point in the parquet dataframe is the maximum elevation value of the raster/tile area it represents
  • Resolution is one datapoint per raster/tile of 800m (lon) * 900m (lat)
  • Datapoints only included for those tiles where maximum elevation > 0 metres above mean sea level (AMSL)
  • The accuracy of the value for maximum elevation is rounded to metres (integers)
  • Data is extracted from the GMTED2010 satellite images (https://catalog.data.gov/dataset/global-multi-resolution-terrain-elevation-data-2010-gmted2010)
  • Global coverage except poles
  • WGS 84 reference
  • Vertical reference is EGM96: mean sea level (MSL) is defined as 0 and vertical unit is metres above mean sea level (AMSL)

Data can be applied to create elevation/topographic charts such as below (examples by the author). For tailor-made charts, please contact me. ir example pt example

About

Database featuring elevation data in parquet format instead of GeoTIFF (image) for easier application in geo-software as a database

Resources

License

Stars

Watchers

Forks

Packages

No packages published