Is It Wise to Use Trivariate Map for Accommodating Three Information into one Visualization?
Published:
I was wondering if I could add one more variable to my previous bivariate map, and here they are: triangulating 1) Population Density (represented by point size); 2) Kilometers traveled per year by people who travel to work by Car or Van (gold color); and 3) Total carbon footprint per person in kgCO2e (blue color) into a trivariate map!
However, the visualization process was a bit tricky, considering MAUP and finding a balance between the precision and intuition of the map. That’s why I created two versions of the map with different mapping units: 1) using given mapping units (i.e., LSOAs) and 2) converting the LSOAs into Hexagonal Grids. The results are as seen in the figures.
Centroids by LSOAs
Centroids by Hexagonal Grids
Personally, it was quite challenging to interpret the map in a short period of time. It required careful consideration to understand what is happening with these three variables. Despite the complexity, I believe these maps are still interpretable enough to explain the correlation of higher dimensions of variables in one piece of visualization, which is a significant discovery for me personally.
While taking my time to create these maps, I wondered if there was any other way to visualize a trivariate map that is more intuitive. Additionally, is it possible to enhance a tri map into a quad map? I will leave these questions for another time.
Project code: https://github.com/ofitrahramadhan/trivariatemap_R Data source: https://www.carbon.place/

Housing has been an undeniable primary aspect of human life. Without a proper shelter, a person cannot fulfill his/her basic need in life. This need has given more pressure when we know that there is only a limited amount of land that can be utilized for it. On other side, the competition to obtain a proper housing is getting more intense overtime due to urbanization (more people are coming to urban area to settle in). That is the exact reason why the price for this resource is skyrocketed to the point of no return.
After learning about Google Earth Engine (GEE) from CASA0025: Building Spatial Applications with Big Data in 2024 from CASA, I was impressed by the vast potential of this tool. Not only does it provide access to extensive planetary data, but it also includes essential tools for in-depth analysis and prediction, which can be dynamically visualized and presented through its spatial application. It’s a truly full-stack process!