Changes between Version 23 and Version 24 of GoogleSummerCode


Ignore:
Timestamp:
Feb 18, 2014, 6:22:57 AM (10 years ago)
Author:
jorgearevalo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • GoogleSummerCode

    v23 v24  
    44
    55== PostGIS Raster ==
    6 '''1) Implement write support for the PostGIS raster GDAL driver.'''
     6'''1) Implement write support for the PostGIS Raster GDAL driver.'''
    77
    88 Mentor: Jorge Arevalo (jorgearevalo at libregis.org) or David Zwarg.
     
    1010 A [http://www.gdal.org/ GDAL] driver allows reading/writing of raster (or images) data from/to formats like TIFF, PNG or JPEG.
    1111
    12  The current GDAL PostGIS raster driver supports reading of PostGIS rasters objects from a PostgreSQL/PostGIS database but does not support writing. The project includes proposing a driver writer design and implementing it. You will familiarize yourself with GDAL-OGR development (one of the most used open source geospatial package), geospatial imagery concepts, open source development tools and code in C.
     12 The current GDAL PostGIS Raster driver supports reading of PostGIS Raster objects from a PostgreSQL/PostGIS database but does not support writing. The project includes proposing a driver writer design and implementing it. You will familiarize yourself with GDAL-OGR development (one of the most used open source geospatial package), geospatial imagery concepts, open source development tools and code in C.
    1313
    1414Might be able to reuse some logic already present in the packaged PostGIS raster2pgsql loader.
     
    1818'''2) Implement a set of geometry to raster functions'''
    1919
    20     Mentor: Not decided yet
     20    Mentor: Not decided yet[[BR]]
    2121    Skills required: C, plPGSQL, knowledge of PostGIS raster
    2222