logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Generate Tiles - gdal2tiles.py for Raster Data | Online Free DevTools by Hexmos

Generate raster tiles with gdal2tiles.py for web mapping. Create TMS and XYZ tiles efficiently. Free online tool, no registration required.

gdal2tiles-py

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

  • Generate TMS tiles for the zoom levels 2 to 5 of a raster dataset:

gdal2tiles.py --zoom 2-5 {{path/to/input.tif}} {{path/to/output_directory}}

  • Generate XYZ tiles for the zoom levels 2 to 5 of a raster dataset:

gdal2tiles.py --zoom 2-5 --xyz {{path/to/input.tif}} {{path/to/output_directory}}

See Also