Changes between Version 2 and Version 3 of GoogleSummerCode2022
- Timestamp:
- 02/16/22 17:56:48 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GoogleSummerCode2022
v2 v3 32 32 built into pgAdmin utilizes pg_dump / pg_restore. 33 33 34 This is to replace in newer pgAdmin the shp2pgsql-gui plugin (which still exists but is standalone) that could be hosted as a plugin in pgAdmin3. Here is a screen shot of what that looks like and what we are trying to achieve: 35 36 -- IMPORT -- 37 [[Image(postgis-qui-import-1.png)]] 38 [[Image(postgis-qui-import-2.png)]] 39 [[Image(postgis-qui-import-3.png)]] 40 41 -- EXPORT -- 42 [[Image(postgis-qui-export-1.png)]] 43 [[Image(postgis-qui-export-2.png)]] 44 45 46 34 47 ''Skills required'': python, html, css, and javascript, ability to compile PostgreSQL code, ability to compile PostGIS code, ability to compile [https://git.postgresql.org/git/pgadmin4.git pgAdmin] 35 48 some familiarity with PostGIS, PostgreSQL, and pgAdmin is preferable