geomarker-io / addr

Clean, Parse, Harmonize, Match, and Geocode Messy Real-World Addresses
https://geomarker.io/addr/
Other
2 stars 0 forks source link

create haddr (hashed addr character vector) #7

Closed cole-brokamp closed 1 month ago

cole-brokamp commented 4 months ago

use this for as character methods instead?

e.g.,

addr(c("3333 Burnet Ave Cincinnati OH 45229", "1324 Burnet Ave Cincinnati OH 45229")) |>
  lapply(digest::digest, algo = "spookyhash", serialize = TRUE, skip = 30)