2
votes
1answer
66 views

What data does ESRI use to create their US_RoofTop locator?

I'm creating address locators to be published on my local ArcGIS server instance and used by various applications. My server does not have access to the internet so I'm unable to use ESRI's online ...
2
votes
1answer
179 views

Autocomplete against geocode.arcgis.com?

I have built a tool that allows my users to perform geocode requests against the World Geocoding Service provided from Esri. I would like to extend my tool to have an autocomplete feature, similar to ...
4
votes
1answer
341 views

ArcGIS Geocode Single Address Python

How can I geocode a single address in python using arcgis 9.3? I found http://webhelp.esri.com/arcgiSDEsktop/9.3/index.cfm?TopicName=Geocode_Addresses_%28Geocoding%29 - but this does a whole table, ...