Changes between Version 34 and Version 35 of SummerOfCode


Ignore:
Timestamp:
May 13, 2012, 4:42:51 PM (12 years ago)
Author:
Mike Taves
Comment:

fix markup

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode

    v34 v35  
    20203. '''ODBC Driver''': Implement write support for the ODBC driver and include support for MSSQL2008 spatial database. The current ODBC driver should be extended to create or transfer spatial data into the ODBC data sources like Microsoft SQL Server. The driver must have built-in support to auto create the XMIN, YMIN, XMAX and YMAX shape envelope values for the non-spatial databases and the spatial index for the MSSQL2008 spatial databases. (info: [http://www.gdal.org/ogr/drv_odbc.html]). Result of this work is going to be usable in any project using the OGR libraries. Knowledge: C, C++, MSSQL2008 Spatial
    2121
    22 Note : a [MSSQLSpatial driver http://gdal.org/ogr/drv_mssqlspatial.html] now exists.
     22Note : a [http://gdal.org/ogr/drv_mssqlspatial.html MSSQLSpatial driver] now exists.
    2323
    24244. '''OGR SQL .NET Data Provider''': Implement a .NET Data Provider inteface for the OGR SQL API. This sample application would allow the user to use OgrSqlDataAdapter to read the result of an OGR SQL query into a DataSet which could be used as the datasource of the bindable .NET controls. The provider would also support transactions and batch queries and read the multiple results into multiple data tables within the same DataSet. The OgrSqlDataReader would provide a convenient way to retrieve the records sequentially for the user. (info: [http://www.gdal.org/ogr/ogr_sql.html]). Result of this work would go to the sample application section of the C# interface. Knowledge: C#, .NET Framework Class Libraries
     
    2929 * [http://www.gdal.org/ogr/ogr_drivertut.html OGR Driver Tutorial]
    3030
    31 Note : a [OGR WFS driver http://gdal.org/ogr/drv_wfs.html] now exists
     31Note : a [http://gdal.org/ogr/drv_wfs.html OGR WFS driver] now exists
    3232
    33336. '''Develop a driver for IBM DB2 and its Spatial Extender'''
     
    3737    % gdal_calc a=img1.tif b=img2.tif c=img3.tif -calc c=((a+b)/2)
    3838
    39 Note : a [gdal_calc.py http://trac.osgeo.org/gdal/browser/trunk/gdal/swig/python/scripts/gdal_calc.py] script now exists.
     39Note : a [http://trac.osgeo.org/gdal/browser/trunk/gdal/swig/python/scripts/gdal_calc.py gdal_calc.py] script now exists.
    4040
    41418. '''Multithreading''' - Work to make GDAL and/or OGR threadsafe, and develop a test suite to validate.
     
    47471. '''KML Driver''': 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.
    4848
    49 Note : a [OGR LIBKML driver http://gdal.org/ogr/drv_libkml.html] now exists
     49Note : a [http://gdal.org/ogr/drv_libkml.html OGR LIBKML driver] now exists
    5050
    5151