# 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!"
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.