This repository has been archived on 2026-08-09 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
31e5027dab3cebdd9b1459efa4d6f794a22ade29
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.
Languages
Python
100%