Changes between Version 23 and Version 24 of GoogleSummerCode
- Timestamp:
- 02/18/14 06:22:57 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GoogleSummerCode
v23 v24 4 4 5 5 == PostGIS Raster == 6 '''1) Implement write support for the PostGIS raster GDAL driver.'''6 '''1) Implement write support for the PostGIS Raster GDAL driver.''' 7 7 8 8 Mentor: Jorge Arevalo (jorgearevalo at libregis.org) or David Zwarg. … … 10 10 A [http://www.gdal.org/ GDAL] driver allows reading/writing of raster (or images) data from/to formats like TIFF, PNG or JPEG. 11 11 12 The current GDAL PostGIS raster driver supports reading of PostGIS rastersobjects 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. 13 13 14 14 Might be able to reuse some logic already present in the packaged PostGIS raster2pgsql loader. … … 18 18 '''2) Implement a set of geometry to raster functions''' 19 19 20 Mentor: Not decided yet 20 Mentor: Not decided yet[[BR]] 21 21 Skills required: C, plPGSQL, knowledge of PostGIS raster 22 22