An open API service indexing awesome lists of open source software.

https://github.com/kimaruthagna/geodjango

the project introduces the aspect of geodjango and storing of spatial data in a database.Postgres was used in this project
https://github.com/kimaruthagna/geodjango

data-visualization donut-chart extension-postgis geodjango geomap graphos layers postgis postgresql-database python-json spatial-data

Last synced: 3 months ago
JSON representation

the project introduces the aspect of geodjango and storing of spatial data in a database.Postgres was used in this project

Awesome Lists containing this project

README

          

# GeoDjango
the project introduces the aspect of geodjango and storing of spatial data in a database.Postgres was used in this project
To be able to use postgres and django in this project, one needs to install certain packages to be able to handle spatial data
such as psycopg2(to connect to the database check settings.py under database engine), postGis(and create extension in DB ie, CREATE EXTENSION POSTGIS;CREATE EXTENSION postgis_topology;),