Extract altitudes in a DEM from a list of coordinates

This program extracts altitudes in a digital elevation model, from a list of coordinates

Download (GPL-3.0 license)

Usage

extractalti.py [-h] dem_path coord_list out_path

Positional arguments

dem_path path to the DEM (ENVI format; square px; data type: int (16bits) or float (32bits))
coord_list path to the coordinates list (format: lon,lat)
out_path path to the output file (format: lon lat alti)

Optional arguments

-h, --help show this help message and exit