gdal2tiles.py

Generate TMS or XYZ tiles for a raster dataset. More information: <https://gdal.org/programs/gdal2tiles.html>.

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