block by mpmckenna8 9079827

UNHCR Persons of Concern Top 50 Places of Origin

Full Screen

Trying to make something out of some UN HCR data downloaded from their data portal then aggregated a little bit in MongoDB then using d3.js to try to visualize a little. Next step is figuring out what kind of text stuff i want to add like letting people know what each bar represents w/out them having to look in the array. Plus I should try making something with just the big .csv the UNHCR lets you download because it really wasn’t necessary to construct this array. Just practicing my Mongo Aggregation skills…

UNhcrPOC50.js contains an array called “top50POCunhcr” which contains 50 objects representing the top origins of refugees. What really caught my eye was the fourth value which is “Stateless” represented by the fourth column in the chart and how quickly the values drop off.

Lots of Stateless people out there need help I guess was my little takeaway.

index.html

UNhcrPOC50.js