Changes between Version 16 and Version 17 of SummerOfCode


Ignore:
Timestamp:
Mar 29, 2008, 12:08:40 PM (16 years ago)
Author:
sperkins
Comment:

Added KML driver task.

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode

    v16 v17  
    545418. GDAL_CALC.PY - Development of a simple raster calculator based on Python+GDAL. Use sample:
    5555    % gdal_calc a=img1.tif b=img2.tif c=img3.tif -calc c=((a+b)/2)
     56
     5719. Develop an enhanced KML driver using Google's [http://code.google.com/p/libkml/ libkml] library. A new driver based around Google's reference implementation would fix some limitations in the current driver (no multi-geometries, no KMZ support, etc), make it easier to keep the driver up to date as KML evolves, and should generally make it easier for GDAL software to exchange data with Google Earth. Both OGR (vector) and GDAL (raster) KML drivers could be developed.