Changes between Version 10 and Version 11 of GoogleSummerCode2019


Ignore:
Timestamp:
Mar 28, 2019, 8:29:15 AM (5 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • GoogleSummerCode2019

    v10 v11  
    2929
    3030For 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.
     31
     32
     33
     34**Ability to load and export tables as ESRI Shapefiles for pgAdmin4**
     35
     36''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
     37
     38''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. 
     39
     40''Mentors'': [https://www.osgeo.org/member/regina-obe/ Regina Obe], Frikan Erwee and [https://www.up.ac.za/geography-geoinformatics-and-meteorology/article/2735602/victoria-rautenbach Victoria Rautenbach]
     41
     42''Difficulty'': Medium