GitHunt
MO

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.

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()

Languages

Python48.0%CSS32.7%HTML14.2%Makefile3.4%Dockerfile1.7%

Contributors

Created July 11, 2024
Updated February 26, 2026
Morvin-Ian/geodjango-kenyan-counties | GitHunt