Select to view content in your preferred language

Geocoding addresses that already have been geocoded previously

1147
5
11-10-2022 02:01 PM
jzcgis
by
Regular Contributor

I have a dataset that comes in every month and needs to be geocoded. Usually 70-80% of it is the same addresses with the rest being additions or changes. Is there a good workflow to avoid not using credits? It’s a big waste of credits to keep geocoding these!

0 Kudos
5 Replies
DavidSolari
MVP Regular Contributor

To my knowledge the Geocoder doesn't return a unique key per address or address range, so your best bet is to cache the results in a table somewhere and test against said table to determine what needs another run. Annoying, but if your duplicate addresses have the same format every time they repeat then you can save a ton of credits and time easily.

0 Kudos
MichaelVolz
Esteemed Contributor

Do you have the ability to create your own geocoder as that would not use credits and you can keep your current process in place?

0 Kudos
jzcgis
by
Regular Contributor

I never even thought of this. What’s a good documentation to start?

0 Kudos
MichaelVolz
Esteemed Contributor

Try this link: https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/create-a-locator.htm

I am much more familiar with ArcMap based address locators, but hopefully this can help you to build an address locator in Pro and avoid having to worry about using credits.

0 Kudos