<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GIS Tips &#38; Tricks &#187; point</title>
	<atom:link href="http://www.aubreyrhea.net/gis/index.php/tag/point/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aubreyrhea.net/gis</link>
	<description>for ESRI&#039;s ArcGIS suite</description>
	<lastBuildDate>Sun, 25 Jul 2010 14:42:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Randomly placing points with Hawth&#8217;s Tools</title>
		<link>http://www.aubreyrhea.net/gis/index.php/2009/09/randomly-placing-points-with-hawths-tools/</link>
		<comments>http://www.aubreyrhea.net/gis/index.php/2009/09/randomly-placing-points-with-hawths-tools/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 15:10:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[point]]></category>
		<category><![CDATA[random]]></category>

		<guid isPermaLink="false">http://www.aubreyrhea.net/gis/?p=69</guid>
		<description><![CDATA[Problem: You need to position a specific number of points in random locations within a polygon Randomization is sometimes needed for environmental sampling in the field. In my case I needed to produce maps of random soil sample locations within property boundaries. There is no easy way within ArcGIS to accomplish such a thing. Luckily, [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Problem: You need to position a specific number of points in random locations within a polygon</strong></p>
<p>Randomization is sometimes needed for environmental sampling in the field. In my case I needed to produce maps of random soil sample locations within property boundaries. There is no easy way within ArcGIS to accomplish such a thing. Luckily, it is one of the many capabilities included with the fantastic Hawth&#8217;s Tools plugin. This plugin is available for free at <a href="http://www.spatialecology.com/htools/ ">http://www.spatialecology.com/htools/</a></p>
<p>Let&#8217;s put it to work in an ordinary neighborhood such as the one pictured below.</p>
<p><img src="http://www.aubreyrhea.net/gis/neighborhood.png" alt="" /></p>
<p>First, download Hawth&#8217;s Tools and run the setup package. Then, add it to your ArcMap toolbar by right clicking anywhere in the empty space, selecting Customize, and checking on Hawth&#8217;s Tools in the list of available toolbars. Before you run the tool, zoom in on your property and select it (indicated by the cyan outline). Once the parcel polygon is selected, chose Sampling Tools &#8211;&gt; Generate Random Points from the HawthsTools drop-down menu.</p>
<p><img src="http://www.aubreyrhea.net/gis/hawth.png" alt="" /></p>
<p>A dialog box will come up in which you&#8217;ll need to specify:</p>
<p><img src="http://www.aubreyrhea.net/gis/sample.png" alt="" /></p>
<ol>
<li>The Reference layer (layer within which you want to place the points). In this example that&#8217;s OwnerPLY, my parcel boundary layer. Check &#8220;Use selected features only&#8221; to limit the output to the single property you selected previously.</li>
<li>Any layers where you don&#8217;t want points to show up. In this case, it isn&#8217;t feasible to take soil samples under the house, so I&#8217;ve told the tool to prevent points from occurring in BldgPly.</li>
<li>Minimum distance between points, if you want that. I didn&#8217;t specify it here.</li>
<li>The number of points to generate. Five in this example. Note: stratified sampling would create your specified number of random points in <em>every</em> parcel polygon.</li>
<li>The name &amp; location of your output shapefile.</li>
</ol>
<p>The tool will generate five points following all those rules. It will add an ID column to the attribute table, filled with zeros. It&#8217;s an easy matter to change those zeros to numbered point IDs. Then, if you run your new shapefile through ArcToolbox&#8217;s Add XY Coordinates, and turn labels on for the ID field, you end up with this.</p>
<p><img src="http://www.aubreyrhea.net/gis/5locations.png" alt="" /></p>
<p>Give the field workers that map and table of coordinates, and they have what they need to go out and collect those samples. By the way, Hawth&#8217;s first Sampling tool: Create Random Selection, could be used to randomly select one of these 5 random points, for double duty.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aubreyrhea.net/gis/index.php/2009/09/randomly-placing-points-with-hawths-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
