Design Challenge 8: Data Visualization
This time we are required to use p5.js to visualize a data set that is of interest to you.
https://bigdata-madesimple.com/70-amazing-and-free-data-sources-for-data-visualization/
-
The data set should have at least 100 data points or be dynamic
-
Your visualization can be scientific (i.e. useful), speculative, experimental, artistic, etc.
-
You can’t modify the data set (e.g. try not to manually parse, arrange, and clean the data, but use code instead).
-
Extra: Make it animated or interactive

The demo video is here:
https://vimeo.com/369222923 (Links to an external site.)
The code is here:
https://drive.google.com/file/d/1qyjL3U3VYgshSS8fpm9PNCCXuAJHCOZl/view?usp=sharing
Data visualization is an interesting topic. For this project, I get a data set from one of my Korean friends. It is about the position of the subway and the population on the train at different times in a period. I am mapping every subway station on the caravan and we can see the train moving through the time. The size of the square represents the people's size on the train. The only problem I had for this project is I cannot make Korean characters show correctly on my processing software.