Skip to content

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

License

Notifications You must be signed in to change notification settings

MrAirspace/world-elevation-wgs84-dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

world-elevation-wgs84-dataset

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.

Dataset 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) (stemming from the '30 arc-seconds'/'step300' resolution)
  • 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). ir example pt example

Tailor-Made Charts

For tailor-made charts, please contact me via my LinkedIn profile Sebastiaan Menger - LinkedIn

Screenshot_20250616_181445 Screenshot_20250616_181919

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published