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
- Host: GitHub
- URL: https://github.com/kimaruthagna/geodjango
- Owner: KimaruThagna
- Created: 2017-10-03T15:10:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-04T05:25:48.000Z (over 7 years ago)
- Last Synced: 2025-03-18T08:34:44.136Z (7 months ago)
- Topics: data-visualization, donut-chart, extension-postgis, geodjango, geomap, graphos, layers, postgis, postgresql-database, python-json, spatial-data
- Language: JavaScript
- Size: 2.24 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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;),