{% extends '_base.html' %}{% load humanize partition staticfiles jsonify %} {% block head_title %}{{ block.super }}: Making Census Data Easy to Use{% endblock %} {% block head_meta_description %}{{ WAZIMAP.name }} provides useful facts about places in {{ root_geo.name }}. Compare places using tables and maps, download data, and embed charts on your site!{% endblock %} {% block body_id %}homepage{% endblock %} {% block head_css_extra %} {% endblock %} {% block content_container %} {% block place_finder %}
Type in the name or address of a place. Then select the location you are interested in from the dropdown.
Alternatively, click on the map area you want to go to. The + and - buttons zoom in an out.
Statistics are broken down into categories, e.g. Service Delivery. Find a key figure for a sub-category on the left.
Hover over graphs to see comparisons with the province and country averages.
{% endblock %}
Wazimap, from the Xhosa word ulwazi for knowledge, is a joint project by Media Monitoring Africa and OpenUp that provides easy access to South African census and elections data.
Read more about who we are and why we built Wazimap.
Wazimap is based on the amazing Census Reporter and is completely open source. You can build a Wazimap for your own country.
{% endblock %}