Skip to content

This processing sketch visualize the human population.

License

Notifications You must be signed in to change notification settings

yonggeun/world-population

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

World Population Growth: A information visualization with pointillistic representation

screenshot

1. Introduction

This project depict the world population growth by year. It distinguishes itself by deploying a pointillism animation to represent population growth and density at the same time. To enable this the code calculates the number of dots to be filled in each territory based the ration given. Due to the insufficient computing power in calculating the random position of each dots in real-time the program preloads the verified coords of random dots on each territory based on Perlin noise. The ideal scale between the dataset and each single dot is 1,000,000 population to one single dot though any positive number is valid within the code.

watch video

2. Purpose

  1. To propose an alternative way of representing regional population instead of choropleth mapping method.
  2. To combine two relevant data— population density and population growth on the same visual space.
  3. To deliver the significant events in the population growth timeline together with the quantitative information.

3. Installation

  1. download processing IDE from processing.org
  2. install the dependencies from the contributed libraries
  • Geomerative library

4. Data source

  1. Estimates. https://www.slavevoyages.org/assessment/estimates. Accessed 3 June 2020. 2, “List of Epidemics.” Wikipedia, 3 June 2020. Wikipedia, https://en.wikipedia.org/w/index.php?title=List_of_epidemics&oldid=960441858.
  2. “List of Events Named Massacres.” Wikipedia, 30 May 2020. Wikipedia, https://en.wikipedia.org/w/index.php?title=List_of_events_named_massacres&oldid=959794027.
  3. “List of Famines.” Wikipedia, 25 May 2020. Wikipedia, https://en.wikipedia.org/w/index.php?title=List_of_famines&oldid=958757071.
  4. “List of Wars by Death Toll.” Wikipedia, 30 May 2020. Wikipedia, https://en.wikipedia.org/w/index.php?title=List_of_wars_by_death_toll&oldid=959762562.
  5. Roser, Max, et al. “World Population Growth.” Our World in Data, May 2013. ourworldindata.org, https://ourworldindata.org/world-population-growth.
  6. TIMELINE: World History. https://www.wdl.org/en/sets/world-history/timeline/. Accessed 3 June 2020.
  7. Total Population. www.gapminder.org, https://www.gapminder.org/data/documentation/gd003/. Accessed 27 May 2020.
  8. “World Population History.” World Population. worldpopulationhistory.org, https://worldpopulationhistory.org/. Accessed 3 June 2020.
  9. World Population Prospects - Population Division - United Nations. https://population.un.org/wpp/Download/Standard/Population/. Accessed 27 May 2020.

6. Credits

  1. Fonts
    1. Thanks Google fonts. all is Roboto and its family.

About

This processing sketch visualize the human population.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published