crazyfox55 / VotingApplication

An application creating ballots, collecting votes, and registering voters.
2 stars 0 forks source link

Zip code regions #30

Closed crazyfox55 closed 6 years ago

crazyfox55 commented 6 years ago

The zip_code_database.csv is the raw data of the zip codes for the united states. The ZipCodeImportCreator.py is a script that reads the raw zip code data and then chooses which data to include and caculates the Voronoi diagram for the zip codes. The ZipCodeImport.sql is an SQL query to setup the ZipCode table in the database.