terraintool
Generates survex format terrain models from SRTM and ASTER data
Install
- All systems
-
curl cmd.cat/terraintool.sh
- Debian
-
apt-get install terraintool
- Ubuntu
-
apt-get install terraintool
- Kali Linux
-
apt-get install terraintool
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install terraintool
- Raspbian
-
apt-get install terraintool
- Dockerfile
- dockerfile.run/terraintool
terraintool
Generates survex format terrain models from SRTM and ASTER data
This tool generates terrain meshes for cave survey tools from online terrain altitude datasets. It uses the NASA SRTM and European ASTER datasets. The relevant data is downloaded and excerpted, geolocated to the desired co-ordinate system, resampled to a mesh grid, an offset to local grid added if required, the result displayed, and saved in survex (.svx) format. It is written in java.