GDAL2Tiles Project
Main issue of this project is to allow easy publishing of raster maps on the Internet. Your raster file (like TIFF/GeoTIFF, MrSID, ECW, JPEG2000, JPEG, PNG) is converted into a directory structure of small tiles (
TMS compatible), which you can just copy to the webserver. Simple webpages with viewers based on
Google Maps and
OpenLayers are generated as well - so anybody can comfortably explore your maps on-line and you do not need to install or configure any special software (like mapserver) and the map displays very fast in the webbrowser.
GDAL2Tiles generates also necessary metadata for Google Earth (KML SuperOverlay), in case the supplied map uses EPSG:4326 projection.
World files and embeded georeference is used during tile generation, but you can publish a picture without proper georeference too.
Installation
GDAL2Tiles is distributed together with
GDAL library. Please use binary distribution of GDAL for your platform or compile GDAL from source codes.
New version with support for Google Maps tiles is in GDAL 1.6.
An old version of utility without new features but running also in prehistoric GDAL installations is available here as
gdal2tiles.py file.