gdal_contour

Create contour lines and polygons from a digital elevation model. More information: <https://gdal.org/programs/gdal_contour.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y gdal-bin
Ubuntu
RUN apt-get update && \ apt-get install -y gdal-bin
Arch Arch Linux
RUN pacman -S --noconfirm gdal
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y gdal-bin
Fedora
RUN dnf install -y gdal
Raspbian
RUN apt-get update && \ apt-get install -y gdal-bin
click the source code to copy install gdal_contour on any operating system with command-not-found.com