Skip to content

HURUmap is a Django application for exploring census data, based on Wazimap and the original CensusReporter project by the Northwestern University Knight Lab. Accessible at https://hurumap.org/

License

Notifications You must be signed in to change notification settings

TinaMurimi/HURUmap

 
 

Repository files navigation

HURUmap

HURUmap is a Django application for exploring census and other similar data. It makes it easy to understand a place through the eyes of the data, and to explore data across a range of places. It is most suited for census data but can easily be used with other data that is similarly focused on places in a country.

Check out HURUmap Tanzania and HURUmap Kenya to get an idea of what HURUmap is about.

HURUmap is a fork of Wazimap and the excellent Censusreporter project which was funded by a Knight News Challenge grant. You can also find Censusreporter on GitHub.

Using HURUmap

Read the full Wazimap documentation to get started.

Development

Releasing a New Version

  1. Run the tests:

    python manage.py test
    
  2. Update VERSION appropriately

  3. Update the CHANGES.rst

  4. Commit and push to github

  5. Release to PyPI:

    python setup.py sdist bdist_wheel upload
    

License and Copyright

HURUmap is licensed under the MIT License.

Other Licenses and Copyright

Copyright (c) 2014 Census Reporter.

Wazimap is licensed under the MIT License.

The Wazimap name and branding is Copyright 2013-2017 Media Monitoring Africa (MMA) and may not be used without permission.

If you use this software, please provide attribution to Census Reporter, Code for Africa, HURUmap, Wazimap, Media Monitoring Africa and Code for South Africa.

About

HURUmap is a Django application for exploring census data, based on Wazimap and the original CensusReporter project by the Northwestern University Knight Lab. Accessible at https://hurumap.org/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 35.7%
  • JavaScript 31.4%
  • Python 25.1%
  • CSS 7.8%