Global Human Settlement Layer Dataset - Stats In The City Database
@owid.ghsl_urban_centers
@owid.ghsl_urban_centers
The "Stats in the City Database" offers harmonized data on population and population density for 11,422 urban centres.
This data, based on the Global Human Settlement Layer Dataset, uses the Degree of Urbanisation framework to delineate spatial entities and integrates geospatial data from a variety of open-source datasets. It represents one of the most comprehensive resources for understanding urban population patterns and densities worldwide
CREATE TABLE owid_ghsl_urban_centers (
"country" VARCHAR,
"year" INTEGER,
"urban_pop_estimates" FLOAT,
"urban_density_estimates" FLOAT,
"urban_density_top_100_estimates" FLOAT,
"urban_pop_top_100_estimates" UINTEGER,
"urban_pop_projections" FLOAT,
"urban_density_projections" FLOAT,
"urban_density_top_100_projections" FLOAT,
"urban_pop_top_100_projections" UINTEGER
);Anyone who has the link will be able to view this.