# Import system modules import arcpy # Set local variables: address_table = r"C:\Data\Locations\geocodeONLINE\Addresses.dbf" address_locator = r"GIS Servers\arcgis on tasks.arcgisonline.com\Locators\TA_Address_NA_10.geocodeServer" geocode_result = r"C:\Data\Locations\geocodeONLINE\geocode_result.shp" arcpy.geocodeAddresses_geocoding(address_table, address_locator, "Address Address VISIBLE NONE;City CITY VISIBLE NONE;State State VISIBLE NONE;Zip Zip VISIBLE NONE", geocode_result, "STATIC") print "done!"
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.