CodeForAfrica / 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
https://hurumap.org
GNU General Public License v3.0
8 stars 7 forks source link

Implement Mapit #52

Closed KhadijaMahanga closed 5 years ago

KhadijaMahanga commented 5 years ago

Description

Mapit Implementation on HURUmap, default country KE

Fixes # (issue)

Type of change

Screenshots

Checklist:

KhadijaMahanga commented 5 years ago

@kilemensi the error min() args is an empty sequence is a data issue. You can remove it by running docker exec -it <hurumap container-id> ./contrib/loaddata.sh

KhadijaMahanga commented 5 years ago

@kilemensi this PR is ready for review

kilemensi commented 5 years ago

@kilemensi the error min() args is an empty sequence is a data issue. You can remove it by running docker exec -it <hurumap container-id> ./contrib/loaddata.sh

I make loaddata, doesn't it do the same thing? I'll test it again and see.


Still fails @KhadijaMahanga.

When data is missing, I usually get list index out of range. The min() args is an empty sequence is different. If memory serves me correctly, I've only seen this after starting to use Datasets & Releases