Changes between Version 18 and Version 19 of GoogleSummerCode
- Timestamp:
- 02/16/14 18:45:30 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GoogleSummerCode
v18 v19 110 110 111 111 == PostGIS pgsql2shp dumper == 112 Each change to the loader and dumper should be done as a single GSoc by same developer 112 113 113 114 '''1) pgsql2shp should not require temp table creation privs when dumping a query''' 114 115 115 Mentor: not decided yet[[BR]]116 Mentor: Regina Obe [[BR]] 116 117 117 Skills required: C/C++, knowledge of PostGIS library 118 Skills required: C/C++, knowledge of PostGIS library, knowledge of PostgreSQL SQL 118 119 119 120 If 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. … … 125 126 '''1) Modify shp2pgsql to emit DROP TABLE IF EXISTS insted of just DROP TABLE''' 126 127 127 Mentor: not decided yet[[BR]]128 Mentor: Regina Obe[[BR]] 128 129 129 130 Skills required: C/C++, knowledge of PostGIS library … … 135 136 '''2) Specify command line options for shp2pgsql-gui in the About box''' 136 137 137 Mentor: not decided yet[[BR]]138 Mentor: Regina Obe[[BR]] 138 139 139 140 Skills required: C/C++, GTK, knowledge of PostGIS library … … 145 146 '''3) Modify shp2pgsql-gui to avoid attempt of spatial index creation when only dbf available''' 146 147 147 Mentor: not decided yet[[BR]]148 Mentor: Regina Obe [[BR]] 148 149 149 150 Skills required: C/C++, GTK, knowledge of PostGIS library