2026-02-16 16:18:36 -08:00
2026-02-16 15:11:00 -08:00
2026-02-16 16:18:36 -08:00
2026-02-16 16:18:36 -08:00
2026-02-15 10:31:51 -08:00
2026-02-16 14:55:44 -08:00

Minimum Distance to Major City (in Africa)

Usage

Install Dependencies

pip install -r requirements.txt

Usage

from citydist import closest_city
point = 30.0444, 31.2357
print(closest_city(point, population_threshold=10000)) #default threshold is 0, returns a dict

About the Data

africapolis.csv is pulled from Africapolis. Population data is from the Population_2020 column.

Description
No description provided
Readme 18 MiB
Languages
Python 100%