Create STL files from SRTM data for the purpose of creating 3D relief maps.
$> gcc -Wall srtm2stl.c geometry.c stlwriter.c -lm -o srtm2stl
$> ./srtm2stl N42W123.hgt N42W123.stl
Create STL files from SRTM data for the purpose of creating 3D relief maps.
CGPL-3.0