<?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 random points across a shapefile in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/creating-random-points-across-a-shapefile/m-p/473414#M26962</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I have a shapefile composed of multiple polygons representing a vegetation class. I would like to sprinkle a specified number of random points throughout this vegetation class, not in each polygon of the class. I could only get 'create random points' to place a specified number of points in each poly gon of the shapefile, resulting in way too many points. Does anyone have a solution?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Divide your specified number of points per polygon by the number of polygons in the feature class and use that as the specified number in the create random points tool?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Aug 2011 07:25:12 GMT</pubDate>
    <dc:creator>DanEvans</dc:creator>
    <dc:date>2011-08-17T07:25:12Z</dc:date>
    <item>
      <title>Creating random points across a shapefile</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-random-points-across-a-shapefile/m-p/473413#M26961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a shapefile composed of multiple polygons representing a vegetation class. I would like to sprinkle a specified number of random points throughout this vegetation class, not in each polygon of the class. I could only get 'create random points' to place a specified number of points in each poly gon of the shapefile, resulting in way too many points. Does anyone have a solution?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 15:53:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-random-points-across-a-shapefile/m-p/473413#M26961</guid>
      <dc:creator>KevinOsborne</dc:creator>
      <dc:date>2011-08-16T15:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Creating random points across a shapefile</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-random-points-across-a-shapefile/m-p/473414#M26962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I have a shapefile composed of multiple polygons representing a vegetation class. I would like to sprinkle a specified number of random points throughout this vegetation class, not in each polygon of the class. I could only get 'create random points' to place a specified number of points in each poly gon of the shapefile, resulting in way too many points. Does anyone have a solution?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Divide your specified number of points per polygon by the number of polygons in the feature class and use that as the specified number in the create random points tool?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2011 07:25:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-random-points-across-a-shapefile/m-p/473414#M26962</guid>
      <dc:creator>DanEvans</dc:creator>
      <dc:date>2011-08-17T07:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Creating random points across a shapefile</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-random-points-across-a-shapefile/m-p/473415#M26963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Divide your specified number of points per polygon by the number of polygons in the feature class and use that as the specified number in the create random points tool?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That makes snese but the number of points I want is actually less than the number of polygons I have by a good margin so that won't work in my situation. Any other thoughts? I think a script that randomly picks a polygon from the shapefile and then asigns one random point to that polygon and then iterates through a specified number of times would work but I do not know how to write custom scripts like that!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2011 13:38:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-random-points-across-a-shapefile/m-p/473415#M26963</guid>
      <dc:creator>KevinOsborne</dc:creator>
      <dc:date>2011-08-17T13:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Creating random points across a shapefile</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-random-points-across-a-shapefile/m-p/473416#M26964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, what if you make a copy of your polygons layer, dissolve it into one multipart polygon and use the create random points tool on that? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or if create random points won't work with multipart polygons, create a new feature class with one polygon covering the whole extent of the polygons, and create the random points over that? Although if there are gaps between polygons some of your points would be between the gaps... I was going to say that you could then select only points intersecting your original polygons but then you wouldn't be able to specify an exact number of points within the polygons... hmm&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Although, looking at the help files I think my first suggestion will work: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000002r000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000002r000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If you are using a Constraining Feature Class that has more than one feature, and you wish to specify the total number of random points to be generated (as opposed to the number of random points to be placed inside each feature), you must first dissolve the constraining feature class with the Dissolve tool so it only contains a single feature, then use that dissolved feature class as the Constraining Feature Class.&lt;BR /&gt;&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2011 14:28:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-random-points-across-a-shapefile/m-p/473416#M26964</guid>
      <dc:creator>DanEvans</dc:creator>
      <dc:date>2011-08-17T14:28:36Z</dc:date>
    </item>
  </channel>
</rss>

