Changes between Version 8 and Version 9 of SoCTileDriver


Ignore:
Timestamp:
Aug 24, 2007, 3:00:25 PM (17 years ago)
Author:
klokan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoCTileDriver

    v8 v9  
    99http://www.klokan.cz/projects/gdal2tiles/
    1010
    11 == Abstract ==
    12 
    13 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 PNG tiles (TMS compatible), which you can just copy to the webserver. Simple webpages with viewers based on [http://maps.google.com/ Google Maps] and [http://www.openlayers.org/ 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.
    14 
    15 GDAL2Tiles generates also necessary metadata for [http://earth.google.com/ Google Earth] ([http://earth.google.com/kml/kml_21tutorial.html#superoverlays KML SuperOverlay]), in case the supplied map uses EPSG:4326 projection. Usage of gdalwarp utility is recommended for converting a raster maps with another projection.
    16 
    17 World files and embeded georeference is used during tile and KML generation, but you can publish a picture without proper georeference too.
    18 
    19 Tile structure follows recommendation from [http://wiki.osgeo.org/index.php/Tile_Map_Service_Specification OSGeo Tile Map Service Specification].
    20 
    21 Now, generated tiles supports only local-profile from TMS, so they can not be used as overlay on top of Google Maps yet, this feature is on the TODO list.
    22 
    23 Original idea of this project was to implement a Raster Driver for GDAL with the same functionality, but for the purpose of SoC project stable utility was preferred in the end. Utility prototypes the future raster driver.
    24 
    25 Manual page for utility is part of the solution, as well as a document describing several existing tile structures with links to further documentation. Analyse of [http://earth.google.com/kml/kml_21tutorial.html#superoverlays KML SuperOverlay] with rotation is done as well.
    26 
    27 For more info look at the project page:
    28 
    29 http://www.klokan.cz/projects/gdal2tiles/
    30 
    31 Utility gdal2tiles.py was accepted by GDAL community. It is directly usable with existing stable versions of tools (GDAL, FWTools) and it is going to be distributed as part of GDAL tools.
    32 
    3311== Links ==
    34 
    35 Project web site: [http://www.klokan.cz/projects/gdal2tiles/ GDAL2Tiles: Utility for easy tile-based publishing of raster maps and KML generation]
    36 
    37 SoC GDAL Wiki: [wiki:SoCTileDriver Project Wiki (this page)]
    3812
    3913Original OSGeo Project SoC Wiki: [http://wiki.osgeo.org/index.php/GDAL2Tiles_SoC_2007 GDAL2Tiles SoC 2007]