get_counties_uris
Functions
|
returns a list of all counties in US from the geonames platform, uncluding |
|
returns a csv with the uri of each county in USA. It assumes that you've |
Module Contents
- get_counties_uris.get_counties_in_batches(username: str) list[source]
returns a list of all counties in US from the geonames platform, uncluding a unique uri.
- Parameters:
username (str) – valid username for the geonames api
- Returns:
list of counties in US with the associated metadata
- Return type:
list