Population distribution in Mumbai
Mumbai is a city of incredible heterogeneity and diversity. One of the many indicators of this aspect is how and where people live. To answer questions of where people live, we can either find census information per ward or other spatially resolved sources. Census information is unfortunately rather out of date, over 12 years old [1], so an alternative source is required.
The search led me to WorldPop [2] which provides population counts at a 100m\(^2\) spatial resolution. While the WorldPop estimates use clever statistical models for generating spatial distribution of population, the total for Mumbai comes to 13.38 million people as at 2020 [3]. This value is 25% lower than the recent 2023 population estimate of 17.2 million from the Indian government [1]. It is likely that the mismatch results from the Indian population being generated from a generic top-down model that covers the world while the Indian government has projected population using past trends in growth rates specific to the area.
Despite low confidence in its accuracy, the WorldPop dataset was a good opportunity to learn how to wrangle raster data and to combine it with vector data. The population data from WorldPop covers the entire country so cropping to the Mumbai boundaries (full and by the two main districts) was required before any plotting or analysis. After some initial confusion over which package to use, I found that the R package stars
[4] is a very convenient way to read raster data into R and the geom_stars
geom allows for easy plotting with ggplot2
. Usefully, st_crop
also works out of the box when combining polygon sf
objects with a stars
object.
Separating the population counts for the two districts of Mumbai, draws attention apparent homogeneity of Mumbai city. This corresponds well to the more business-centric landuse of Mumbai city especially at the southern tip of Colaba. The northern and eastern areas of Mumbai suburban are significantly more populated than the city district, and are spatially congruous with extensive slum settlements though the population estimates smear out the higher density of slums beyond the expected slum limits.
References
Credits
Post photo by Harsh Kondekar on Unsplash