About

Just for fun, a little project to help visualize contemporaneous events in history. Here's the code.

Also see https://runningreality.org, a far more complete project with similar goals.

The data

The map shows two types of data, each with its own caveats:

Historical borders, collected and made available by André Ourednik (aourednik/historical-basemaps).

Ourednik emphasises:

When using the data, keep in mind that

  • historical boundaries are even more disputed than contemporary ones, that
  • the actual concept of territory and national boundary becomes meaningful, in Europe, only since the Peace of Westphalia (1648), that
  • areas of civilizations actually overlap, especially in ancient history, and that
  • overlaying these ancient vector maps on contemporary physical maps can be misleading; rivers, lakes, shorelines do change very much over millennia; think for instance about the evolution of the Aral Sea since the 1980s.

"On this day" events, obtained from the Wikimedia onthisday Feed API. See the code for this on GitHub (ayaankazerouni/map-history). Only events with coordinates (locations) were included. If an event contained multiple coordinates, the event is included twice, once at each place. Data was sourced from English Wikipedia; there is a bit of a bias toward events that involved Europeans, especially farther back in time.

A note about colours

The specific colours in the map don't mean anything. They are chosen by cycling through a list of 50 colours. Some effort was made for consistency (e.g., different regions under British rule appear in the same colour). But there are still colour collisions (because there are more than 50 regions/governments/political entities in most of the maps). For example, in 2010 CE, Australia and Canada are both light blue.

TO-DOs

This is a work in progress.