OpenUpSA / wazimap-za

The ZA implementation of Wazimap, a Django application for exploring census and other similar data
http://wazimap.co.za
MIT License
16 stars 12 forks source link

2016 release label shows as 2011 #276

Open adieyal opened 6 years ago

adieyal commented 6 years ago

https://wazimap.co.za/data/distribution/?table=POPULATION&geo_ids=province-GT,country-ZA,province|country-ZA&primary_geo_id=province-GT&release=2016

xybrnet commented 6 years ago

Importing CS 2016 for this table got missed, because none of the calls on the profile page rely on this table. We get population numbers from the population group table:

https://wazimap.co.za/data/distribution/?table=POPULATIONGROUP&primary_geo_id=country-ZA&geo_ids=province|country-ZA&release=2016

We can add the CS 2016 numbers for the clean population table.