<?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: split by attribute in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute/m-p/75844#M2646</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No worries Dan! Thanks for the response&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Apr 2015 13:12:54 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2015-04-15T13:12:54Z</dc:date>
    <item>
      <title>split by attribute</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute/m-p/75836#M2638</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;BR /&gt;&lt;SPAN&gt;Is there a way of splitting a shapefile (point, line or polygon) on the basis of a particular field in the attribute table? I have a point shapefile which shows Points of Interests on the basis of different categories. I want to split the shapefile on the basis of those categories, so that I get separate point shapefile for each of those categories. Is there an inbuilt tool in ArcGIS 10 for that? The split tool won't help as it does it on the basis of another feature class, and that is not what I am looking for. I found this tool through my search online &lt;/SPAN&gt;&lt;A href="http://www.umesc.usgs.gov/management/dss/split_by_attribute_tool.html"&gt;http://www.umesc.usgs.gov/management/dss/split_by_attribute_tool.html&lt;/A&gt;&lt;SPAN&gt;, but couldn't make it work. I am looking for a tool like this. Any kind of help or suggestion will be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tilo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2011 10:29:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute/m-p/75836#M2638</guid>
      <dc:creator>TilottamaGhosh</dc:creator>
      <dc:date>2011-11-04T10:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: split by attribute</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute/m-p/75837#M2639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is a Python script to do just that...&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://arcscripts.esri.com/details.asp?dbid=14127"&gt;http://arcscripts.esri.com/details.asp?dbid=14127&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2011 14:46:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute/m-p/75837#M2639</guid>
      <dc:creator>GerryGabrisch</dc:creator>
      <dc:date>2011-11-04T14:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: split by attribute</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute/m-p/75838#M2640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For ArcGIS 10 use&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/gallery/file/geoprocessing/details?entryID=37AEB018-1422-2418-A036-CA6D9920F808"&gt;http://resources.arcgis.com/gallery/file/geoprocessing/details?entryID=37AEB018-1422-2418-A036-CA6D9920F808&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2011 19:22:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute/m-p/75838#M2640</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2011-11-04T19:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: split by attribute</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute/m-p/75839#M2641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In ModelBuilder try Iterate Feature Selection or Iterate Row Selection iterators.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2011 20:13:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute/m-p/75839#M2641</guid>
      <dc:creator>ShitijMehta</dc:creator>
      <dc:date>2011-11-04T20:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: split by attribute</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute/m-p/75840#M2642</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;BR /&gt;&lt;SPAN&gt;Thanks so much for all your responses. I downloaded the tool from the ArcGIS resource gallery that Dan suggested and it worked perfectly. However, I will also try the methods suggested by gabrisch and Shitij. Thanks a bunch!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tilo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2011 04:42:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute/m-p/75840#M2642</guid>
      <dc:creator>TilottamaGhosh</dc:creator>
      <dc:date>2011-11-08T04:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: split by attribute</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute/m-p/75841#M2643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;Do you remember what this tool was? Since the website was updated the link no longer works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sarah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 21:19:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute/m-p/75841#M2643</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2015-04-14T21:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: split by attribute</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute/m-p/75842#M2644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;​Sarah...just checked the link myself...it worked recently, don't know what is happending now, sorry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 22:17:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute/m-p/75842#M2644</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-04-14T22:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: split by attribute</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute/m-p/75843#M2645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Selecting by attribute value and exporting to a new feature class wont work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I was in college programmable calculators were just hitting the scene.&amp;nbsp; A group of us approached our calculus professor and asked if we could use them in class.&amp;nbsp; He said : " Sure.&amp;nbsp; But you still need to learn the calculus.&amp;nbsp; Don't become a slave to the machine..."&amp;nbsp;&amp;nbsp; Man, that guy was cool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Translated: you still need to know data base manipulation, geographic principles and cartography.&amp;nbsp; Thinking and figuring out a solution are still valuable skills all these years later.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 12:17:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute/m-p/75843#M2645</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2015-04-15T12:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: split by attribute</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute/m-p/75844#M2646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No worries Dan! Thanks for the response&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 13:12:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute/m-p/75844#M2646</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2015-04-15T13:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: split by attribute</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute/m-p/75845#M2647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for 10.3&amp;nbsp; &lt;A href="http://www.arcgis.com/home/item.html?id=15ca63aebb4647a4b07bc94f3d051da5"&gt;Split Layer By Attributes&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 09:15:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute/m-p/75845#M2647</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-06-08T09:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: split by attribute</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute/m-p/75846#M2648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan. Thank you for a great tool. I've used it a couple of times &lt;SPAN style="line-height: 1.5;"&gt;before&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5;"&gt;, but now it runs into a problem that i have difficulties with solving.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;If you have time and would like to help I've pasted the error message below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;GST_LINTXT is being queried for unique values.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Failed script SplitLayerByAttributes...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Traceback (most recent call last):&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; File "M:\HAL\TeamNIS\Arbejdsdata\ANDEH\CoastlineL\Tools\SplitLayerByAttributes.py", line 121, in &amp;lt;module&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; aString = aString + " " + str(aVal)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;UnicodeEncodeError: 'ascii' codec can't encode character u'\xe5' in position 7: ordinal not in range(128)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Failed to execute (Split Layer By Attributes).&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Failed at Tue Jul 21 15:30:10 2015 (Elapsed Time: 0,95 seconds)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it my attributes in the column GST_LINTXT that might contain values inapplicable for this tool. The format is string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 13:36:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute/m-p/75846#M2648</guid>
      <dc:creator>AndreasElmelund_Hass</dc:creator>
      <dc:date>2015-07-21T13:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: split by attribute</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute/m-p/75847#M2649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unicode characters...not fixed yet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 21:29:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute/m-p/75847#M2649</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-07-21T21:29:40Z</dc:date>
    </item>
  </channel>
</rss>

