Changes between Version 3 and Version 4 of GoogleSummerCode2018


Ignore:
Timestamp:
Jan 19, 2018, 9:55:09 AM (6 years ago)
Author:
vrautenbach
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • GoogleSummerCode2018

    v3 v4  
    55''Mentors: [http://www.up.ac.za/en/centre-for-geoinformation-science/article/2060495/victoria-rautenbach Victoria Rautenbach] and Frikan Erwee''
    66
    7 [https://www.pgadmin.org pgAdmin] graphical user interface (GUI) administration tool for [https://www.postgresql.org PostgreSQL] that allows you to execute spatial queries using [https://postgis.net PostGIS] on geospatial data.  Currently, there is no integrated geospatial data viewer in pgAdmin and external applications, such as [https://postgis.net QGIS], are required. For this project, you will develop a GUI that allows users to view the tables in a spatial database and the results of queries executed as geometries. Also, refer to [https://trac.osgeo.org/postgis/ticket/3648#no1 this page].
     7[https://www.pgadmin.org pgAdmin] graphical user interface (GUI) administration tool for [https://www.postgresql.org PostgreSQL] that allows you to execute spatial queries using [https://postgis.net PostGIS] on geospatial data.  Currently, there is no integrated geospatial data viewer in pgAdmin and external applications, such as [https://postgis.net QGIS], are required. For this project, you will develop a GUI that allows users to view the tables in a spatial database and the results of queries executed as geometries. Also, refer to [https://trac.osgeo.org/postgis/ticket/3648#no1 this page] for more detail on the project.
    88
    99''Languages and APIs'': Python, JavaScript and JavaScript APIs such as, require.js, bootstrap and OL3.