Skip to content

Instantly share code, notes, and snippets.

View StreakyCobra's full-sized avatar

Fabien Dubosson StreakyCobra

View GitHub Profile
@StreakyCobra
StreakyCobra / hgt2xyz.py
Created May 22, 2017 14:16
Convert HGT data to XYZ points.
#!/usr/bin/env python
"""Convert HGT data to XYZ points."""
import sys
from functools import partial
def main(inputname, outputname):
"""Entry point of the program."""
alts = []