4

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, and I was forced to use a MDB file as the feature class and then inport and export from it.

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Nov 16, 2011 at 18:51
1
  • Or if someone has example with VB, I could handle that too! Commented Nov 16, 2011 at 19:41

1 Answer 1

7

The tool accepts a Table View parameter, which actually includes both true standalone tables as well as table views, which are like what layers are to feature classes. See Working with layers and table views in the help for more information.

You can create a table view that is a subset of the full table by using Make Table View and supplying a where clause, and then pass that table view into the Geocode Addresses tool.

answered Nov 16, 2011 at 20:17

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.