Changes between Version 7 and Version 8 of SummerOfCode

Show
Ignore:
Timestamp:
02/21/08 02:59:55 (5 years ago)
Author:
mloskot
Comment:

Updated GSoC 2008 ideas

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode

    v7 v8  
    2121 * [http://www.gdal.org/ogr/ogr_drivertut.html OGR Driver Tutorial] 
    2222 
    23 4. Implement alternative driver for GML 2 and GML 3 using Expat XML parser. 
     234. Implementation of alternative driver for GML 2 and GML 3 using [http://expat.sourceforge.net/ Expat XML Parser] 
    2424 
    25 5. Develop a driver for GeoRSS 
     255. Implementation of read-only WFS driver using GML driver based on the Expat XML Parser. 
     26 
     276. Develop a driver for GeoRSS 
    2628 * [http://georss.org GeoRSS specification] 
    2729 
    28 6. Develop a driver for [http://www.openstreetmap.org/ OpenStreetMap] protocol 
     307. Develop a driver for [http://www.openstreetmap.org/ OpenStreetMap] protocol 
    2931 * [http://wiki.openstreetmap.org/index.php/Protocol OSM Protocol Stack] 
    3032 
    31 7. Develop a driver for IBM DB2 and its Spatial Extender 
     338. Develop a driver for IBM DB2 and its Spatial Extender 
    3234 * [http://www-306.ibm.com/software/data/spatial/db2spatial/ DB2 Spatial Extender] 
    3335 
     369. Extend [http://gdal.org/ogr/drv_geojson.html GeoJSON] driver with cashing capabilities when accessing remote datasource.