Changes between Version 18 and Version 19 of GoogleSummerCode


Ignore:
Timestamp:
Feb 16, 2014, 6:45:30 PM (10 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • GoogleSummerCode

    v18 v19  
    110110
    111111== PostGIS pgsql2shp dumper ==
     112Each change to the loader and dumper should be done as a single GSoc by same developer
    112113
    113114'''1) pgsql2shp should not require temp table creation privs when dumping a query'''
    114115
    115 Mentor: not decided yet[[BR]]
     116Mentor: Regina Obe [[BR]]
    116117
    117 Skills required: C/C++, knowledge of PostGIS library
     118Skills required: C/C++, knowledge of PostGIS library, knowledge of PostgreSQL SQL
    118119
    119120If you can't create a temporary table, then you can't get a shapefile out of a query using pgsql2shp. You can by using ogr2ogr.
     
    125126'''1) Modify shp2pgsql to emit DROP TABLE IF EXISTS insted of just DROP TABLE'''
    126127
    127 Mentor: not decided yet[[BR]]
     128Mentor: Regina Obe[[BR]]
    128129
    129130Skills required: C/C++, knowledge of PostGIS library
     
    135136'''2) Specify command line options for shp2pgsql-gui in the About box'''
    136137
    137 Mentor: not decided yet[[BR]]
     138Mentor: Regina Obe[[BR]]
    138139
    139140Skills required: C/C++, GTK, knowledge of PostGIS library
     
    145146'''3) Modify shp2pgsql-gui to avoid attempt of spatial index creation when only dbf available'''
    146147
    147 Mentor: not decided yet[[BR]]
     148Mentor: Regina Obe [[BR]]
    148149
    149150Skills required: C/C++, GTK, knowledge of PostGIS library