gdaladdo
Build overview images of raster datasets. More information: <https://gdal.org/programs/gdaladdo>.
Install
- All systems
-
curl cmd.cat/gdaladdo.sh
- Debian
-
apt-get install gdal-bin
- Ubuntu
-
apt-get install gdal-bin
- Arch Linux
-
pacman -S gdal
- Kali Linux
-
apt-get install gdal-bin
- Fedora
-
dnf install gdal
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gdal-bin
- OS X
-
brew install gdal
- Raspbian
-
apt-get install gdal-bin
- Dockerfile
- dockerfile.run/gdaladdo
Build overview images of raster datasets. More information: <https://gdal.org/programs/gdaladdo>.
-
Build overview images of a raster dataset using the "average" [r]esampling method:
gdaladdo -r average path/to/input.tif
© tl;dr; authors and contributors