This package provides adjacency information for US counties (or their equivalent).
Project description
This package provides adjacency information for US counties (or their equivalent). This data is derived from the US Census website.
Example
from county_adjacency import get_neighboring_areas, CountyNotFoundError, supported_areas
try:
print(get_neighboring_areas("San Francisco County, CA"))
except CountyNotFoundError as error:
print(error)
('Contra Costa County, CA', 'Marin County, CA', 'San Mateo County, CA')
supported_areas()
('Autauga County, AL', 'Baldwin County, AL', ... , 'St. John Island, VI', 'St. Thomas Island, VI')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
county_adjacency-0.1.3.tar.gz
(166.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file county_adjacency-0.1.3.tar.gz.
File metadata
- Download URL: county_adjacency-0.1.3.tar.gz
- Upload date:
- Size: 166.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
508b226aca140be8195ee5d1ff5ddeca792fa0395469547ccb26f4fd370c09d8
|
|
| MD5 |
df5e497e74eed26ce9a390f5f5095cfc
|
|
| BLAKE2b-256 |
0a72a3f1f02a12f253612415968f772e9b7d364ab5385e383d7ca8c4b1de8c05
|
File details
Details for the file county_adjacency-0.1.3-py3-none-any.whl.
File metadata
- Download URL: county_adjacency-0.1.3-py3-none-any.whl
- Upload date:
- Size: 168.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8998e37945a9009879c37f56d3322b7a10a711511a6449bf68ccd01da69732b0
|
|
| MD5 |
d23ee43d4d805247dfcc2811121d697b
|
|
| BLAKE2b-256 |
61a8384e9a913c4e89769651ffa8426e6f351b5c0dcb84f80bc046916f4d315d
|