I have a stand alone table in SQL server. I want to create a Python script to Geocode that table.
Can I set up a Geocoder to process that table and place XY coordinates into an XY Field in the table?
It has to process address and intersections.
I would have three fields House Number, Street, Intersecting Street
Any thoughts, examples on how to get started?
Do I create an mxd with the table in it and save it.
Then write soem python script to point to that mxd and process the Geocode?
Thanks