Riot Heatmap

I’d like to make a world heat map of the riots going on. Doing a quick google search didn’t get me any results of such an app. I was thinking about riots because of somewhat of a long story. There is a podcast that I listen to called The White Vault, that has a voice actor that lives in Chile. Now recently the podcast had to postpone an episode because there was a riot going on in Chile and it was unsafe for the voice actor to make it into the studio to record. This got me curios about riots.

There are many questions I have about riots. How do they form, what is the root cause, what are the initial conditions, how do governments handle them? How useful are they for bringing about real change? What sort of metrics and data can we collect to answer these questions? Can we then use this collected data in order to predict when riots will form? Riots are interesting and seemingly most of the world experiences them.

But, for the heatmap, I think initially the heat should be based on the number of news articles.  Make another map that is based on NLP extraction of the number of deaths/money/etc that shows how actually bad the thing is.

Could look into doing it using javascript sort of like:
https://hicsuntdra.co/blog/earth-global-wind-map/
https://earth.nullschool.net/#current/wind/surface/level/orthographic=-76.30,32.01,1308

But, really i’d like to also link to the list of the news articles/outlets etc.

I know d3 is pretty complex but maybe something like:

http://d3.artzub.com/wbca/

where maybe the connectors would be the country that was reporting on the riot.

Macro Scale Agent Based Modeling

I was reading about this book called Factfulness: Ten Reasons We’re Wrong About the World—and Why Things Are Better Than You Think by Hans Rosling that Bill Gates recommend reading. From this I found the Gapminder (which is a spin off from Han’s work) and their tool:

https://www.gapminder.org/tools/#$chart-type=bubbles

which lets you explore a dizzying number of statistics in order to get a better idea of the world from a macro perspective.

Open Numbers is a cool organization that has a lot of data and is where gapminder pulls its data to put into their tool.  Particularly this dataset:

https://github.com/open-numbers/ddf–gapminder–systema_globalis

As I am into multiagent systems and agent based modeling this seems like an amazing resource for providing real world data to back up simulations.  There are so many interesting things to try and model this data and then with those models be able to code “what if” scenarios.  Like say what if we taxed all the millionaires and billionaires 1% every year and redistributed it somehow to the poorest 6 billion?  With this data we could see how nations could change and populations grow.  We might even find that the people we tax grow even richer due to the increase in the number of people that would be buying things.  So many other things we could study with sort of simulation.  We could consider what would happen if we had trade tariffs, or natural disasters, or famines… We would see what would happen globally not just locally and not just to a particular sector but to a variety of variables.  Clearly this would require a massive amount of research and more data than is currently available.  It would be awesome just modeling the behavior of these datasets would be beneficial to understanding how the world works and possibly aiding decision making to possibly reveal outcomes previously not thought of.