{% extends '_base.html' %}{% load humanize partition staticfiles %} {% block head_title %}{{ block.super }}: Making Census Data Easy to Use{% endblock %} {% block head_meta_description %}{{ HURUMAP.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 %}

Where to?

{% endblock %} {% block homepage_detail %}
{% include "data/_blocks/_data_query_builder.html" %}
{% block hero %}

Discover the story behind the data.

Find facts

Populations and financial figures are broken down by category: Elections, Demographics, Service Delivery, Economics and Education.

Visualize

Our library of charts gives you insight into data from the places you research. Look for them on profile pages. You can even embed the charts on your own site.

Get context

Pre-computed statistics are presented alongside each data point, so you can see how each place fits into a larger context.

{% endblock %}

Using {{ HURUMAP.name }}

{% block tips %}

Finding places

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.

Exploring data

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 %}

About {{ HURUMAP.name }}

{% block about %}

HURUmap gives journalists access to census data in an easy to use format. HURUmap is a project by Code for Africa.

Read more about who we are and why we built HURUmap.

Shoulders of Giants

HURUmap is based on the amazing Census Reporter and Wazimap. It is completely open source.

{% endblock %}
{% endblock %} {% endblock %} {% block body_javascript_extra %} {{ block.super }} {% block homepage_javascripb_libs %} {% endblock %} {% endblock %}