<?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: Creating a point shapefile from a percentage? in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/creating-a-point-shapefile-from-a-percentage/m-p/500920#M16641</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'll try to extract the last value and then clip everything smaller.&amp;nbsp; Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jan 2014 12:38:12 GMT</pubDate>
    <dc:creator>DavidPrado</dc:creator>
    <dc:date>2014-01-13T12:38:12Z</dc:date>
    <item>
      <title>Creating a point shapefile from a percentage?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-a-point-shapefile-from-a-percentage/m-p/500912#M16633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have been trying to find a tool or script that will allow me to create a new point shapefile from an existing point shape file.&amp;nbsp; I need to select the first 1% of rows from my shapefile.&amp;nbsp; I can't use a set number of rows because the total count for each shapefile changes with each file.&amp;nbsp; Is there any tool or script that exits to do this?&amp;nbsp; I have been doing it manually but I have over 1000 files to work with and it has been taking me weeks each time I try to do this process.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jan 2014 12:42:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-a-point-shapefile-from-a-percentage/m-p/500912#M16633</guid>
      <dc:creator>DavidPrado</dc:creator>
      <dc:date>2014-01-11T12:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a point shapefile from a percentage?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-a-point-shapefile-from-a-percentage/m-p/500913#M16634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;David,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think the first issue you will have is, do you need to sort your attributes before you want to select the first 1%?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 11:46:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-a-point-shapefile-from-a-percentage/m-p/500913#M16634</guid>
      <dc:creator>TimWitt</dc:creator>
      <dc:date>2014-01-13T11:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a point shapefile from a percentage?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-a-point-shapefile-from-a-percentage/m-p/500914#M16635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes sir,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have them sorted as one of the processing steps.&amp;nbsp; I am looking to extract the lowest 1% of values within my current point shapefile.&amp;nbsp; I have been looking through tools for the last few weeks but I have been unable to find a tool that seems to be able to do it.&amp;nbsp; I have over 1000 shapefiles that I need to extract and the none of them have the same count so it would have to be done manually.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for any help you can provide,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 11:50:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-a-point-shapefile-from-a-percentage/m-p/500914#M16635</guid>
      <dc:creator>DavidPrado</dc:creator>
      <dc:date>2014-01-13T11:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a point shapefile from a percentage?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-a-point-shapefile-from-a-percentage/m-p/500915#M16636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To better understand it, what is the reason to select 1% of your data? What would be your criteria to sort your tables?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 12:03:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-a-point-shapefile-from-a-percentage/m-p/500915#M16636</guid>
      <dc:creator>TimWitt</dc:creator>
      <dc:date>2014-01-13T12:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a point shapefile from a percentage?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-a-point-shapefile-from-a-percentage/m-p/500916#M16637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The three fields are Lat, Long, and Elevation.&amp;nbsp; I am sorting by the elevation fields.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 12:06:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-a-point-shapefile-from-a-percentage/m-p/500916#M16637</guid>
      <dc:creator>DavidPrado</dc:creator>
      <dc:date>2014-01-13T12:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a point shapefile from a percentage?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-a-point-shapefile-from-a-percentage/m-p/500917#M16638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This sounds like something that needs to be done in python.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First you would have to run the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//0017000000n7000000"&gt;Get Count&lt;/A&gt;&lt;SPAN&gt; tool. This would give you the total count of rows.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The next step is divide the result by 100 to get your 1%.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After that use the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//001700000057000000"&gt;Sort &lt;/A&gt;&lt;SPAN&gt;tool, to sort your attribute table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is where I am stuck at the moment. How to select a certain amount of rows (which we have the number for) and then export it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 12:23:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-a-point-shapefile-from-a-percentage/m-p/500917#M16638</guid>
      <dc:creator>TimWitt</dc:creator>
      <dc:date>2014-01-13T12:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a point shapefile from a percentage?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-a-point-shapefile-from-a-percentage/m-p/500918#M16639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's where I am stuck at.&amp;nbsp; I have the counts for each file and they are sorted ascending, but I have been unable to extract by a count.&amp;nbsp; I might have to start looking into other programs that will handle shapefiles but can potentially do the extract.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 12:33:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-a-point-shapefile-from-a-percentage/m-p/500918#M16639</guid>
      <dc:creator>DavidPrado</dc:creator>
      <dc:date>2014-01-13T12:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a point shapefile from a percentage?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-a-point-shapefile-from-a-percentage/m-p/500919#M16640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Maybe &lt;/SPAN&gt;&lt;A href="http://gis.stackexchange.com/questions/28990/select-by-attribute-top-500-values-selection-in-attribute-table-arcgis"&gt;this &lt;/A&gt;&lt;SPAN&gt;can help you?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 12:34:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-a-point-shapefile-from-a-percentage/m-p/500919#M16640</guid>
      <dc:creator>TimWitt</dc:creator>
      <dc:date>2014-01-13T12:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a point shapefile from a percentage?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-a-point-shapefile-from-a-percentage/m-p/500920#M16641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'll try to extract the last value and then clip everything smaller.&amp;nbsp; Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 12:38:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-a-point-shapefile-from-a-percentage/m-p/500920#M16641</guid>
      <dc:creator>DavidPrado</dc:creator>
      <dc:date>2014-01-13T12:38:12Z</dc:date>
    </item>
  </channel>
</rss>

