Skip to content

HURUmap is an interactive web platform that allows citizens and journalists to explore, visualise, and download census data. This gives them the power to give context to stories that was otherwise hard to spot. Accessible at https://hurumap.org

License

Notifications You must be signed in to change notification settings

EnterStudios/HURUmap

 
 

Repository files navigation

HURUmap

HURUmap is an interactive web platform that allows citizens and journalists to explore, visualise, and download census data. This gives them the power to give context to stories that was otherwise hard to spot. Accessible at https://hurumap.org

Goals

Instead of re-inventing the wheel, HURUmap relies on the excellent Wazimap and Census Reporter projects and aims to do the following:

  1. Extend the features available e.g download SVG / PNG
  2. Provide a platform of shared data - tables and geographies (using mapit) that can be re-used with the different apps
  3. Provide shared styling, design, attribution, and other engagement content preferences

Usage

  1. Install the package

    pip install -e git+https://github.com/CodeForAfrica/HURUmap.git@master#egg=hurumap
    
    
  2. Add the app to installed apps

        INSTALLED_APPS = [
            ...,
            'hurumap'
        ]
    
  3. Add these to your settings.py

    
    
  4. Run migrations

        python manage.py migrate
    
  5. Create an admin user to access the CMS

       python manage.py createsuperuser
  6. Read the full Wazimap documentation to get started.


License

GNU GPLv3

Copyright (C) 2018 Code for Africa

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

About

HURUmap is an interactive web platform that allows citizens and journalists to explore, visualise, and download census data. This gives them the power to give context to stories that was otherwise hard to spot. Accessible at https://hurumap.org

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 40.5%
  • HTML 29.7%
  • JavaScript 25.7%
  • CSS 3.0%
  • Dockerfile 0.5%
  • Makefile 0.3%
  • Shell 0.3%