wiki:WKTRasterDriver

Version 9 (modified by jorgearevalo, 15 years ago) ( diff )

--

Implementation of read-only GDAL driver for WKT Raster extension to PostGIS

This is one of the selected projects for Google Summer of Code 2009. Links to the weekly reports will be posted here during the project development, as well as useful information and conclusions.

Weekly reports

Weekly report #1 (23/05 - 29/05)
Weekly report #2 (29/05 - 05/06)
Weekly report #3 (05/06 - 12/06)
Weekly report #4 (12/06 - 19/06)
Weekly report #5 (19/06 - 26/06)

Useful information

  • PostgreSQL string connection syntax: PG:"dbname='db_name' host='host' port='port' user='user' passwd='passwd' table='table_name' where='sql_where'"
  • The most important information about the tables, columns and types of any PostgreSQL database is stored in pg_class, pg_attribute and pg_type system's catalog tables

Conclusions

Participants info

  • Student: Jorge Arévalo (jorgearevalo at gis4free.org)
  • Mentors: Tamas Szekeres, Frank Warmerdarm
Note: See TracWiki for help on using the wiki.