GDAL SoC Ideas

From OSGeo
Revision as of 22:16, 6 March 2007 by Warmerdam (talk | contribs) (Remove CPL facilities -- not a very descrete task.)
Jump to navigation Jump to search

GDAL/OGR Related ideas for the Google Summer of Code 2007:

  1. Write an OGC WMS (Web Map Service) driver, likely somewhat modelled on the WCS driver implementation.
  2. Extend the existing KML vector feature writer to also support reading KML, and otherwise generalize this driver.
  3. Implement a raster reader/writer for KML.
  4. Generally implement new file format drivers for geospatial raster or vector formats not already supported by GDAL/OGR. GDAL Raster Driver Tutorial, OGR Driver Tutorial, Existing Raster Formats, Existing Vector Formats
  5. Implement GeoPNG/GeoJPEG by embeding coordinate system and geotransformation information (possibly in GML) as chunks in PNG and JPEG files (see GML JP2 for a model of how this might be done).
  6. Extend the OGR SQL parser to support some OGC SQL spatial function operators.
  7. New feature Clip to Extents of other raster, paying attention to nodata (take Raster A, and clip out/erase all areas for which Raster B does not extend to or has nodata values)
  8. New feature to Clip by Polygon, as above but use a vector polygon for the selection area(s)
  9. OGR WFS read driver