dkahle / ggmap

A package for plotting maps in R with ggplot2
763 stars 231 forks source link

Feature Request: Flagging - not uniquely geocoded #339

Open KLBoles opened 1 year ago

KLBoles commented 1 year ago

As I'm working with large sets of spatial data, I find that several of my locations are returning as not uniquely geocoded. For cleaning purposes, it would be nice for those that return as such to be flagged and then additional possible addresses to also be returned. See stackoverflow for current manual solution.

mrhumanzee commented 7 months ago

On a related note, it would nice if the warning message returned by geocode() indicated the index of the observation(s) that cannot be assigned a unique address. This would make flagging those observations much easier.