wiki:GoogleSummerCode2019

Version 11 (modified by robe, 5 years ago) ( diff )

Google Summer of Code 2019

Query overlay and styling for the pgAdmin4 geometry viewer

Expected outcome: new features for overlaying queries and basic styling in the pgAdmin4 geometry viewer

Skills required: Python, JavaScript and JavaScript APIs such as, require.js, bootstrap and Leaflet

Mentors: Frikan Erwee and Victoria Rautenbach

Difficulty: Medium

Test for student:

Review all the strings in the pgAdmin4 geometry viewer JS code in the repo, and ensure they are properly wrapped in gettext calls. Some info strings are not localized at all, and a couple are built using constructs like str = gettext("There were ") + num + gettext(" geometries rendered") which won't work with some languages.

Submit a pull request for the following bug in the pgAdmin geometry viewer, https://redmine.postgresql.org/issues/3601

Additional detail:

During the 2018 GSoC, Xuri Gong developed a geometry viewer for pgAdmin4. The new geometry viewer was released as part of pgAdmin from pgAdmin4 v3.3 (read more here). The viewer allows the user to view geometires directly in pgAdmin, which was not possible previously . The report from 2018 GSoC is available here. We have asked the community for ideas and suggestion to improve the geometry viewer. The mailing thread is available here. The main ideas for improvements or new functionalities are as follows:

For this project, we are focusing on the query overlay and styling aspects (e.g.. selecting specific colours, and highlight features when clicked on them) specifically, but the students are welcome to add some of the additional features mentioned.

Ability to load and export tables as ESRI Shapefiles for pgAdmin4

Expected outcome: Screen where users can browse for a zip file (or individuals files that make up an ESRI shape file set, and specify a table and load in. This replaces the old shp2pgsql-gui that could be used as a plugin in pgAdmin3

Skills required: Python, JavaScript and JavaScript APIs such as, require.js, bootstrap. There is discussion of if you can use the shp2pgsql/pgsql2shp commandlines already packaged with most PostGIS distros, or if you should use the Python library shapely.

Mentors: Regina Obe, Frikan Erwee and Victoria Rautenbach

Difficulty: Medium

Attachments (2)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.