Changes between Initial Version and Version 1 of GeospatialDataViewerInPgAdmin4ForPostGIS


Ignore:
Timestamp:
Apr 30, 2018, 2:34:33 AM (6 years ago)
Author:
xurigong
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • GeospatialDataViewerInPgAdmin4ForPostGIS

    v1 v1  
     1
     2== Implement Geospatial Data Viewer in pgAdmin4 for PostGIS
     3
     4* **Title:** Implement Geospatial Data Viewer in pgAdmin4 for PostGIS
     5* **Organization:** [https://www.osgeo.org/ OSGeo]
     6* **Mentors:** [http://www.up.ac.za/en/centre-for-geoinformation-science/article/2060495/victoria-rautenbach Victoria Rautenbach] and Frikan Erwee
     7* **Student:** Xuri Gong, Peking University, China
     8* **GSoC Proposal:** [https://docs.google.com/document/d/1MH54gIlQpbx56uVx5e_QNP4MWp9NoFdsCcWUFRGBESo/edit?usp=sharing Implement Geospatial Data Viewer in pgAdmin4 for PostGIS]
     9* **Repository:** [https://github.com/Gooong/pgadmin4 ]
     10
     11== Abstract
     12
     13pgAdmin is the GUI management tool for PostgreSQL. The latest version pgAdmin4 is web-based and written in Python and jQuery with Bootstrap, using the Flask framework. But currently there is no geospatial data viewer in pgAdmin4, and external applications, such as QGIS are required if we want to  browser the data in a map. It’s not convenient for users to view geometries directly in pgAdmin4 “Data Output” table panel.
     14
     15I propose to implement a geospatial data viewer in pgAdmin4 that will allow users to view the tables in a spatial database and the results of queries executed. With the viewer I intend to develop, users can directly view geospatial data on a map within the pgAdmin4 GUI.
     16