Changes between Version 1 and Version 2 of WKTRasterGSoC


Ignore:
Timestamp:
Mar 22, 2011, 11:18:39 AM (13 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRasterGSoC

    v1 v2  
    551) '''GDAL Driver: Implement write support for the GDAL driver.'''
    66
     7Mentor: Jorge Arevalo (jorge.arevalo at deimos-space.com)
     8
    79The current GDAL driver support reading of PostGIS rasters objects from a PostgreSQL/PostGIS database but does not support writing to it. 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.
     10
     11
    812
    9132) '''Two rasters version of the ST_MapAlgebra SQL function'''
    1014
     15Mentor: Pierre Racine (pierre.racine at sbf.ulaval.ca)
     16
     17
    1118A one raster version of ST_MapAlgebra already exist. We now need a two raster version. This version is much more complicated to implement as it must not only takes into account nodata values but also on-the-fly reprojection of non aligned rasters and multiple possibilities for the resulting extent when the two rasters do not have the same extent. It is also possible, but complicated, to optimize the algorythm in order to fill many areas as a chunck of data instead of pixel by pixel. The project includes reviewing the proposed algorythm and implementing it. You will familiarize yourself with PostGIS development (the most used open source geospatial database), geospatial imagery concepts, open source development tools and code in C and PL/pgSQL.