Changes between Initial Version and Version 1 of SummerOfCode


Ignore:
Timestamp:
Feb 20, 2008, 12:30:06 PM (16 years ago)
Author:
warmerdam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode

    v1 v1  
     1= Google Summer of Code =
     2
     3GDAL participates in the [http://wiki.osgeo.org/index.php/Google_Summer_of_Code Google Summer of Code] under the OSGeo umbrella.
     4
     5 * [wiki:SoCProjects 2007 Projects]
     6
     7== 2008 Ideas List ==
     8These are suggestions. Students are encouraged to come up with their own ideas as well.
     9
     101. Implement GeoPNG/GeoJPEG by embedding 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).
     11 * [http://portal.opengeospatial.org/files/?artifact_id=13252 GMLJP2 Specification]
     12 * GMLJP2 Code: [http://svn.osgeo.org/gdal/trunk/gdal/gcore/gdaljp2metadata.cpp gdaljp2metadata.cpp] [http://svn.osgeo.org/gdal/trunk/gdal/gcore/gdalgmlcoverage.cpp gdalgmlcoverage.cpp]
     132. [http://svn.osgeo.org/gdal/trunk/gdal/frmts/png PNG Driver (using libpng)]
     14 * [http://svn.osgeo.org/gdal/trunk/gdal/frmts/jpeg JPEG Driver (using libjpeg)]
     153. OGR WFS read (or read/write) driver using existing OGR GML driver for feature parsing.
     16 * [http://portal.opengeospatial.org/files/?artifact_id=14145 OGC WFS Specification]
     17 * [http://www.gdal.org/ogr/ogr_drivertut.html OGR Driver Tutorial]
     184. Develop a driver for GeoRSS
     19 * [http://georss.org GeoRSS specification]
     20