This program extracts altitudes in a digital elevation model, from a list of coordinates
→ Download (GPL-3.0 license)
| extractalti.py | [-h] dem_path coord_list out_path |
| 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) |
| -h, --help | show this help message and exit |