<?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 Re: How can I create multiple shape files from a single multipoint shape file? in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/how-can-i-create-multiple-shape-files-from-a/m-p/373262#M2417</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well if you did do the conversion the multipoints to single points you could then use &lt;A href="http://www.arcgis.com/home/item.html?id=15ca63aebb4647a4b07bc94f3d051da5" title="http://www.arcgis.com/home/item.html?id=15ca63aebb4647a4b07bc94f3d051da5"&gt;http://www.arcgis.com/home/item.html?id=15ca63aebb4647a4b07bc94f3d051da5&lt;/A&gt; &lt;/P&gt;&lt;P&gt;to produce the individual shapefiles using the FID as the split key.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 May 2016 17:35:11 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2016-05-20T17:35:11Z</dc:date>
    <item>
      <title>How can I create multiple shape files from a single multipoint shape file?</title>
      <link>https://community.esri.com/t5/developers-questions/how-can-i-create-multiple-shape-files-from-a/m-p/373261#M2416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I am trying to run the TauDEM tools on multiple points that are saved in a single shapefile. I am trying to write a script that will separate the original multipoint file into multiple shape files that can be passed through TauDEM and with multiple outputs.&amp;nbsp; I do NOT want to convert my multipoint shapefile into one single point shapefile.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 17:18:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-can-i-create-multiple-shape-files-from-a/m-p/373261#M2416</guid>
      <dc:creator>KarlChristensen1</dc:creator>
      <dc:date>2016-05-20T17:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create multiple shape files from a single multipoint shape file?</title>
      <link>https://community.esri.com/t5/developers-questions/how-can-i-create-multiple-shape-files-from-a/m-p/373262#M2417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well if you did do the conversion the multipoints to single points you could then use &lt;A href="http://www.arcgis.com/home/item.html?id=15ca63aebb4647a4b07bc94f3d051da5" title="http://www.arcgis.com/home/item.html?id=15ca63aebb4647a4b07bc94f3d051da5"&gt;http://www.arcgis.com/home/item.html?id=15ca63aebb4647a4b07bc94f3d051da5&lt;/A&gt; &lt;/P&gt;&lt;P&gt;to produce the individual shapefiles using the FID as the split key.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 17:35:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-can-i-create-multiple-shape-files-from-a/m-p/373262#M2417</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-05-20T17:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create multiple shape files from a single multipoint shape file?</title>
      <link>https://community.esri.com/t5/developers-questions/how-can-i-create-multiple-shape-files-from-a/m-p/373263#M2418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am still new to ArcGIS, but I am trying to understand terms. Am I correct to say that I want to carry all of the attributes of each point over into the next shape file? If that is the case, what do I call each point that I am trying to split?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 18:50:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-can-i-create-multiple-shape-files-from-a/m-p/373263#M2418</guid>
      <dc:creator>KarlChristensen1</dc:creator>
      <dc:date>2016-05-20T18:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create multiple shape files from a single multipoint shape file?</title>
      <link>https://community.esri.com/t5/developers-questions/how-can-i-create-multiple-shape-files-from-a/m-p/373264#M2419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you just have multiple points (ie one record in the table for each point) you are ready to go.&amp;nbsp; &lt;/P&gt;&lt;P&gt;If you have a multipoint shapefile (there is a difference) then you need to use the MultipartToSinglePart tool first.&lt;/P&gt;&lt;P&gt;Next, unzip the toolbox and its scripts in a folder, start arctoolbox, and add the toolbox, then run the tool&lt;/P&gt;&lt;P&gt;I will do the rest for you, just specify the FID field as the field to split on so that each pont becomes its own shapefile&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 19:10:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-can-i-create-multiple-shape-files-from-a/m-p/373264#M2419</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-05-20T19:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create multiple shape files from a single multipoint shape file?</title>
      <link>https://community.esri.com/t5/developers-questions/how-can-i-create-multiple-shape-files-from-a/m-p/373265#M2420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That did it! I still want to study your code to see how it works, but it's solved the problem.&amp;nbsp; Thank you so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 21:25:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-can-i-create-multiple-shape-files-from-a/m-p/373265#M2420</guid>
      <dc:creator>KarlChristensen1</dc:creator>
      <dc:date>2016-05-20T21:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create multiple shape files from a single multipoint shape file?</title>
      <link>https://community.esri.com/t5/developers-questions/how-can-i-create-multiple-shape-files-from-a/m-p/373266#M2421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;keep your eyes on the site, I am finishing newer versions which are faster with more options and useable in 10.3 and 10.4 and ArcGIS PRO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 21:36:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-can-i-create-multiple-shape-files-from-a/m-p/373266#M2421</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-05-20T21:36:43Z</dc:date>
    </item>
  </channel>
</rss>

