geotiff2stl

convert geotiff elevation rasters into STL files for 3D printing
git clone git://src.adamsgaard.dk/geotiff2stl # fast
git clone https://src.adamsgaard.dk/geotiff2stl.git # slow
Log | Files | Refs | README Back to index

DateCommit messageAuthorFiles+-
2026-04-04 19:36fix(mesh): close dataset before use, vectorise STL writer, clarify side-wall variable namesAnders Damsgaard1+36-39
2026-04-04 16:12fix(mesh): preserve geotiff orientation in stl outputAnders Damsgaard3+119-15
2026-04-04 15:46fix(mesh): correct STL scaling and watertightnessAnders Damsgaard3+142-13
2026-04-04 15:06feat(cli): add GeoTIFF to STL converterAnders Damsgaard4+347-0