Sunday, 7 December 2014

I want to get XML tag value lat and long and event description and print those point on shape file



http://ift.tt/ZogJ20



import arcpy
import xml.etree.ElementTree as etree

xmlD = etree.parse("C:\data.xml")
root = xmlD.getroot()

No comments:

Post a Comment