Skip to content

dphillips97/hp_hydrants

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hp_hydrants

Top-level goal: read Excel sheet of hydrant locations to geocode

Problem: addresses are not consistent; there are several types of addresses. Examples:

  • Brickley & CDS
  • 687 W. Coy
  • Shevlin & Lennox
  • Mall - South End
  • American House N.
  • Barn #23 South
  • Service Road #1

Solution: Easiest to change values in Excel (I'd use pandas now). Changed "CDS" and "CDN" to "Chrysler Drive " and removed all full stops. Then passed locations directly to Google Maps API. Much easier than using regex data on my end; let Google do that!

About

Read excel sheet of hydrant locations to geocode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages