This project implements Phoenixmap, a visualization algorithm designed to tackle the problems of visualizing multiple spatial or spatiotemporal distributions at once. The working demo can be found here, the source code and technical documentation here
The essence of the algorithm is that it assigns an outline to the given data points in a certain way, with varying thickness to represent the density of data points in certain regions. The steps of the algorithm are:
For my visualization, I used three different datasets: rat sightings in New York between 2010 and 2017, meteorite landings, and fires in Oregon between 2000 and 2022. Each dataset corresponds to a different use case:
Reference: Zhao, Junhan, et al. "Phoenixmap: An abstract approach to visualize 2d spatial distributions." IEEE Transactions on Visualization and Computer Graphics 27.3 (2019): 2000-2014.