Build a local Digital Elevation Model (DEM) from IGN BD ALTI to get elevation over an area of interest
Data from IGN can be downloaded on the French open source portal
ASCII raster tiles are managed as numpy arrays
Projections and shapes are managed with pyproj and Shapely
2D and 3D visualization of the area of interest is realized with Matplotlib
Elevation of any point within the area (in lat,lon WGS84) is given with a SciPy interpolation
Example: digital elevation model over the city of Toulouse, France
Run the demo_elevation notebook to get an example of how to use the dem library
-
pyproj - Python cartographic projections and coordinate transformations library
-
Shapely - Python package for manipulation and analysis of planar geometric objects
-
SciPy - Python-based ecosystem for mathematics, science and engineering
-
Matplotlib - Python 2D plotting library
- Thomas Dubot
This project is licensed under the MIT License - see the LICENSE.md file for details
BD ALTI data are provided by IGN on open source portal
Thanks to Phyks for clearing the ground to BD ALTI parsing
Thanks to xoolive for his carto-advices