Morvin-Ian / geodjango-kenyan-counties

Showcasing Kenya's county boundaries and administrative data. Built with Django and PostGIS, it offers a foundation for developing location-based applications and conducting geospatial analysis within Kenya.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The 47 Kenyan Counties

Screenshot from 2024-07-11 11-30-12

Setup

1. git clone 'git@github.com:Morvin-Ian/kenya-counties.git'

Run Application

- make build
- make makemigrations
- make migrate
- make superuser
- make shell
  to load the boundaries data run these commands in the shell
    >>> from app import load_layer
    >>> load_layer.run()
    >>> quit()

About

Showcasing Kenya's county boundaries and administrative data. Built with Django and PostGIS, it offers a foundation for developing location-based applications and conducting geospatial analysis within Kenya.


Languages

Language:Python 48.0%Language:CSS 32.7%Language:HTML 14.2%Language:Makefile 3.4%Language:Dockerfile 1.7%