Giter Site home page Giter Site logo

mrairspace / world-elevation-wgs84-database Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 384 KB

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

License: GNU General Public License v3.0

world-elevation-wgs84-database's Introduction

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 (examples by the author) : ir example pt example

world-elevation-wgs84-database's People

Contributors

mrairspace avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.