<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic script to convert XML to shapefile in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/script-to-convert-xml-to-shapefile/m-p/121054#M4180</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;please does anyone know where I can get a script to convert my xml file into ESRI shapefile?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jun 2012 20:47:08 GMT</pubDate>
    <dc:creator>IreneDaniel</dc:creator>
    <dc:date>2012-06-13T20:47:08Z</dc:date>
    <item>
      <title>script to convert XML to shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/script-to-convert-xml-to-shapefile/m-p/121054#M4180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;please does anyone know where I can get a script to convert my xml file into ESRI shapefile?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 20:47:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/script-to-convert-xml-to-shapefile/m-p/121054#M4180</guid>
      <dc:creator>IreneDaniel</dc:creator>
      <dc:date>2012-06-13T20:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: script to convert XML to shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/script-to-convert-xml-to-shapefile/m-p/121055#M4181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The XML file only stores the metadata of a shapefile. For example, the schema (fields and their types) of the table. Features are not stored in the XML file. You can read through this help topic to find more information:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//002t0000000m000000"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//002t0000000m000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found this table important (note the 3rd column - yes means the file is required):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[TABLE="class: table"].shp&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The main file that stores the &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;feature geometry. No attributes are stored in this file�??only geometry.&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Yes&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;.shx&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A companion file to the .shp &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;that stores the position of individual feature IDs in the .shp file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Yes&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;.dbf&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The dBASE table that stores the &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;attribute information of features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Yes&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;.sbn &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and .sbx&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Files that store the spatial &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;index of the features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;No&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;.atx&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Created for each dBASE attribute &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;index created in ArcCatalog.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;No&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;.ixs &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and .mxs&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Geocoding index for read-write &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;shapefiles.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;No&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;.prj&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The file that stores the &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;coordinate system information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;No&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Metadata for ArcGIS; stores &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;information about the shapefile.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;No&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[/TABLE]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In short, you may not create the shapefile just from one xml file &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; You can try exploring the Schematics tools.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 16:13:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/script-to-convert-xml-to-shapefile/m-p/121055#M4181</guid>
      <dc:creator>NobbirAhmed</dc:creator>
      <dc:date>2012-06-14T16:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: script to convert XML to shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/script-to-convert-xml-to-shapefile/m-p/121056#M4182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What document format is you XML (Atom/GeoRSS, GML, KML, etc...)? There are hundreds of document formats using XML syntax.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 12:47:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/script-to-convert-xml-to-shapefile/m-p/121056#M4182</guid>
      <dc:creator>ermiastesfamariam</dc:creator>
      <dc:date>2013-05-23T12:47:08Z</dc:date>
    </item>
  </channel>
</rss>

