Categorygithub.com/paulstuart/go-counties
repositorypackage
0.0.0-20230201022039-23cc5a12bb43
Repository: https://github.com/paulstuart/go-counties.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

go-counties

Geo lookup for US Counties

This library uses the output generated from US County Data to identify the U.S. county by lat,lon.

Performance is aided by first identifying possible candidates by bounding box, and only checking the possible enclosing polygons of resulting candidates.