Voting-Rights-Code / Equitable-Polling-Locations

Optimization tool for selecting the most equiatable set of polling locations (by Kolm-Pollack distance)
GNU General Public License v3.0
9 stars 3 forks source link

Create an address validator #21

Closed abd1tus closed 7 months ago

abd1tus commented 7 months ago

We need a tool that compares the lat/lon from Bing generated from addresses in a CSV we already have, compare lat/lon to google equivalent. Flag errors of distances > 10meters using Haversine.

Daphne will share SC file off address that has the original address and bing lat/lon.

abd1tus commented 7 months ago

Changes have been committed to https://github.com/Voting-Rights-Code/Equitable-Polling-Locations/tree/17-driving-distances-table-version/util_scripts

Daphne and Dan will be taking ownership and integrating this into their own project scripts.