Changes between Version 2 and Version 3 of SoCGDAL2Tiles


Ignore:
Timestamp:
Mar 27, 2008, 12:26:59 PM (16 years ago)
Author:
klokan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoCGDAL2Tiles

    v2 v3  
    11= SoC 2008 - GDAL2Tiles Improvements =
    22
    3 GDAL2Tiles creates a lighten and easy to use alternative to combination of WMS + TileCache (or [http://geowebcache.org/ GeoWebCache] based on last year SoC jTileCache.
     3GDAL2Tiles creates a lighten and easy to use alternative to combination of WMS + TileCache (or [http://geowebcache.org/ GeoWebCache] based on last year SoC project jTileCache).
    44
    55It allows simple conversion of existing raster maps into directory structure of tiles, which after uploading on a webserver act as a map source for online viewers. A client viewer (typically a web application) is using the same protocol as when querying dynamically generated tiles from TileCache server (protocol TMS).
     
    99Main part of work is in implementation of global profiles in TMS, improvement of the quality of the render of tiles, and rewriting of HTML templates for standard viewers (based on OpenLayers, Google Maps, MS Virtual Earth, ...).
    1010All the changes will be commited to the code of GDAL2Tiles, as well as existing pending  patches #2052 - (JPEG and TIFF tiles support) and #2053 (world files for tiles).
    11 This way the GDAL2Tiles utility will be ready (feature complete) for rewrite into a R/W Driver, which is done in separate SoC Project [http://trac.osgeo.org/gdal/wiki/SoCTMSDriver GDAL TMS Driver]
    12 
     11This way the GDAL2Tiles utility will be ready (feature complete) for rewrite into a GDAL Driver, which is planned to be done in separate [http://trac.osgeo.org/gdal/wiki/SoCTMSDriver SoC Project]
    1312
    1413== Support for tiles compatible with Google Maps/MSN Virtual Earth/Yahoo Maps/... ==
    1514
    16 Right now the GDAL2Tiles utility doesn't support global-profiles from standard TMS. It means static tiles are not overlayable with Google Maps. This is going to change. Support for both global-mercator (based on Google Projection EPSG:900913) and global-geodetic (based on EPSG:4326) will be implemented. Those two
     15Right now the GDAL2Tiles utility doesn't support global-profiles from standard TMS. It means static tiles are not overlayable with Google Maps. This is going to change. Support for both global-mercator (based on Google Projection EPSG:900913) and global-geodetic (based on EPSG:4326) will be implemented.
    1716
    18 GDAL2Tiles will generate tiles from supplied raster file (GeoTIFF, MrSID, ECW, ... ) with proper georeference headers. Result structure (e.g. directory with tiles, MapResource.xml containing all necessary geo-metadata and optionally an simple HTML viewerers (based on OpenLayers, Google Maps, ...), as well as KML for Google Earth SuperOverlay) can be simply published on any webserver.
     17GDAL2Tiles will generate tiles from supplied raster file (GeoTIFF, MrSID, ECW, ... ) with proper georeference headers. Result structure (e.g. directory with tiles, MapResource.xml containing all necessary geo-metadata and optionally an simple HTML viewerers (based on OpenLayers, Google Maps, ...), as well as KML for Google Earth SuperOverlay) can be simply published on a webserver.
    1918
    20 Produced tiles can be used as overlay map on top of Google Map tiles or other available map sources. The simple client will allow [http://www.justmagic.com/nz4265.html presentation with overlay like this one].
     19Produced tiles can be used as overlay map on top of Google Map tiles or other available map sources. The simple client will allow [http://www.justmagic.com/nz4265.html presentation similar to this one].
    2120
    22 == OpenLayers 100% TMS support ==
     21== Openlayers 100% TMS support ==
    2322
    24 Improvement of TMS viewer in OpenLayers.org. Patch with improvement for TMS driver would be submitted into the project OpenLayers. - Implementing parser for  MapResource.xml, better support for tiles in local
     23Improvement of TMS viewer in Openlayers.org. Patch with improvement for TMS driver would be submitted into the project OpenLayers. - Implementing parser for MapResource.xml, better support for tiles on the local disk.
    2524
    2625== New suggestions for TMS Standard ==
     
    3029== Possible features ==
    3130
    32 - Cooperation on HTTP Read driver for TMS tiles in GDAL, which will allow warping of remotely published TMS tiles, and hopefully also allow MapServer act as a WMS proxy for tiles published as static files on a webserver.
     31- Utility Tiles2Tiles which will convert format of tiles between TMS and other formats, like MSR MapCruncher, WorldWind, GeoQuadTree, Zoomify, etc.
    3332
    34 - Utility Tiles2Tiles which will convert (mostly by simple rename) tiles beetween TMS and other formats, like MSR MapCruncher, WorldWind, GeoQuadTree, Zoomify, etc.
     33- Cooperation with the second SoC Project, I am especially interested in HTTP Read driver for TMS tiles in GDAL, which will allow warping of remotely published TMS tiles, and hopefully also allow MapServer act as a WMS proxy for tiles published as static files on a webserver.
     34
     35I am open to discussion...
    3536
    3637== Student info ==
    3738
    38 My name is Klokan Petr Přidal, I am a postgraduate student of Cartography at Czech Technical University in Prague. Contact is on [http://www.klokan.cz/ my website] and info about my work on [http://www.linkedin.com/in/klokan LinkedIN profile]. 
     39My name is Klokan Petr Přidal, I am a postgraduate student of Cartography at Czech Technical University in Prague. Contact is on [http://www.klokan.cz/ my website] and info about my work on [http://www.linkedin.com/in/klokan LinkedIN profile].