Bivariate Mapping

Short DescriptionBivariate mapping is a visualisation technique used it to visually represent two different variables on a single map.
Data
Suggested toolsPythonR
CategorySpatial Visualisation
Variable

Overview


Bivariate mapping is a visualisation technique used it to visually represent two different variables on a single map. This method combines two data layers into one map visualization, allowing for the exploration of relationships between the two variables.

In the context of urban health, bivariate mapping can be particularly useful for analyzing spatial patterns and relationships between health-related factors (e.g., disease incidence rates, access to healthcare facilities) and demographic or environmental variables (e.g., population density, pollution levels).

Example of Low birthweight and obesity represented together as a single bivariate choropleth map. From Nelson, J. (2020). Multivariate Mapping. The Geographic Information Science & Technology Body of Knowledge (1st Quarter 2020 Edition), John P. Wilson (ed.).

Applications in Urban Health and Wellbeing


Tutorial (External)


[Python]How to make bi-variate choropleth with GeoPandas and Matplotlib

[R]Bivariate choropleth maps