Forrest logo
back to context overview

gdal2tiles.py

List of commands for gdal2tiles.py:

  • gdal2tiles.py:tldr:79f0e gdal2tiles.py: Generate TMS tiles for the zoom levels 2-5 of a raster dataset.
    $ gdal2tiles.py --zoom=${2-5} ${path-to-input-tif} ${path-to-output_directory}
    try on your machine
    explain this command
  • gdal2tiles.py:tldr:8c1cc gdal2tiles.py: Generate XYZ tiles for the zoom levels 2-5 of a raster dataset.
    $ gdal2tiles.py --zoom=${2-5} --xyz ${path-to-input-tif} ${path-to-output_directory}
    try on your machine
    explain this command
back to context overview