Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 752 Bytes

File metadata and controls

8 lines (6 loc) · 752 Bytes

3D visualization with python Matplotlib

This code visualizes Geodata such as data elevation models (DEM) and a GPS tracks in 3D using python and Matplotlib library.

A three-dimensional visualization is performed on two types of geodata: A DEM model and a GPS track. The visualization is carried out using “Matplotlib” (v 2.0.0) library for 3D plots which is built on top of Python scripting language. The python console (v 2.7.5) was used inside “QGIS” software (v 2.18.12). Other libraries such as “Numpy” was used to better handling data structures, in addition, builtin “date” and “datetime” packages were used to perform time parsing and conversions.