<?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 Pathway... &#187; Spatial Join</title>
	<atom:link href="http://gispathway.com/tag/spatial-join/feed/" rel="self" type="application/rss+xml" />
	<link>http://gispathway.com</link>
	<description>...helping guiding you to success in the world of GIS!</description>
	<lastBuildDate>Wed, 24 Aug 2011 12:15:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Simplify Your Workflow with the Spatial Join Tool</title>
		<link>http://gispathway.com/2009/08/17/simplify-your-workflow-with-the-spatial-join-tool/</link>
		<comments>http://gispathway.com/2009/08/17/simplify-your-workflow-with-the-spatial-join-tool/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 13:00:55 +0000</pubDate>
		<dc:creator>Timothy</dc:creator>
				<category><![CDATA[Analysis]]></category>
		<category><![CDATA[ArcGIS]]></category>
		<category><![CDATA[GIS Tips]]></category>
		<category><![CDATA[Attribute Table]]></category>
		<category><![CDATA[Count]]></category>
		<category><![CDATA[point]]></category>
		<category><![CDATA[polygon]]></category>
		<category><![CDATA[Spatial Join]]></category>
		<category><![CDATA[Sum]]></category>

		<guid isPermaLink="false">http://gispathway.com/?p=1955</guid>
		<description><![CDATA[One of the benefits of GIS is the ability to summarize relationships between different types of data. In this example, a relationship is determined between students and study sectors.  Students being a point layer and study sectors being a polygon layer.  Determining the number of students within each sector is easy to do by simply [...]]]></description>
			<content:encoded><![CDATA[<p>One of the benefits of GIS is the ability to summarize relationships between different types of data.</p>
<p>In this example, a relationship is determined between students and study sectors.  Students being a point layer and study sectors being a polygon layer.  Determining the number of students within each sector is easy to do by simply counting the visible points for each area.  The is not always correct as some points can fall on top of each other.  You can use the select by location tool to find the exact number of student within each sector, but this can become time consuming if you have a lot of areas to cover.  The solution to this problem is the spatial join tool.  This tool determines the spatial relationship between the polygons and points.  A point count for each polygon is created and placed in the attribute table.</p>
<p>Here is a demonstration video:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/v-ekaL6hNRo&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/v-ekaL6hNRo&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><em>Note: Videos are broadcast through </em><a href="http://youtube.com/" target="_blank"><em>youtube.com</em></a><em>.  Some browsers may block this content.</em></p>
<p>Download the video to your computer: <a title="ArcMap Spatial Join Tool" href="../wp-content/uploads/2009/08/ArcMap_Spatial_Join_Tool.wmv" target="_self">ArcMap Spatial Join Tool</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gispathway.com/2009/08/17/simplify-your-workflow-with-the-spatial-join-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ArcGIS Geodatabase Benefits</title>
		<link>http://gispathway.com/2008/12/03/arcgis-geodatabase-benefits/</link>
		<comments>http://gispathway.com/2008/12/03/arcgis-geodatabase-benefits/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 02:57:20 +0000</pubDate>
		<dc:creator>Timothy</dc:creator>
				<category><![CDATA[ArcGIS]]></category>
		<category><![CDATA[Data Management]]></category>
		<category><![CDATA[GIS Tips]]></category>
		<category><![CDATA[File Geodatabase]]></category>
		<category><![CDATA[Geodatabase]]></category>
		<category><![CDATA[Geoprocessing]]></category>
		<category><![CDATA[GIS]]></category>
		<category><![CDATA[Personal Geodatabase]]></category>
		<category><![CDATA[SDE Geodatabase]]></category>
		<category><![CDATA[Shapefile]]></category>
		<category><![CDATA[Spatial Join]]></category>

		<guid isPermaLink="false">http://gispathway.com/?p=497</guid>
		<description><![CDATA[I was just recently doing a spatial join between a polygon shapefile and a point feature class file.  There were approximately 400 polygons and 38,000 points.   There were several fields within the point file which were being summarized based upon which polygon they fell within.  The entire join process took about an hour.  I then [...]]]></description>
			<content:encoded><![CDATA[<p>I was just recently doing a spatial join between a polygon shapefile and a point feature class file.  There were approximately 400 polygons and 38,000 points.   There were several fields within the point file which were being summarized based upon which polygon they fell within.  The entire join process took about an hour.  I then took the output file, which was a geodatabase polygon feature class and joined it to a similar point file.  Amazingly, that join process only took 5 minutes.</p>
<p>This is just one example of the efficiency of the Geodatabase.  Geoprocessing is so much quicker.  A savings of time is a savings of money.  Here are a few other things to know about the various types of geodatabases.</p>
<p><strong>Personal Geodatabase</strong></p>
<ul>
<li> Single User Editing</li>
<li> Stored in Access Database File</li>
<li>2 GB Max Size</li>
</ul>
<p><strong>File Geodatabase (ArcGIS 9.2+)</strong></p>
<ul>
<li>Single User Editing</li>
<li>Stored in a Folder</li>
<li>Efficient Data Structure for Increased Performance</li>
<li>1 TB per Table Max Size</li>
</ul>
<p><strong>SDE Geodatabase</strong></p>
<ul>
<li> Multiuser Editing</li>
<li> Disconnected Editing</li>
<li>Stored in a RDBMS</li>
</ul>
<p>Additionally, with the geodatabase you can create:</p>
<p>Topologies<br />
Geometric Networks<br />
Feature Linked Annotation<br />
Relationship Classes<br />
Sub Types and Domains<br />
A Centralized location for all the geographic data</p>
<p>So with these benefits of the geodatabase, try converting some of your data.  Creating a geodatabase does not take long as you can find out in my <a href="http://gispathway.com/2008/09/04/90-second-file-geodatabase/" target="_blank">90 Second Geodatabase</a> post.  Also, ESRI has a great blog post entitled: <a title="ESRI Blog" href="http://blogs.esri.com/Dev/blogs/geodatabase/archive/2008/11/11/Migrating-your-existing-data-into-the-Geodatabase.aspx" target="_blank">Migrating your existing data into the Geodatabase</a>.  It goes into great detail into how to import the following file types into the geodatabase.</p>
<ul>
<li>Shapefiles</li>
<li>Coverages</li>
<li>CAD</li>
<li>Tables</li>
<li>Imagery</li>
</ul>
<p>Try out the geodatabase today, you will find many benefits.  If it seems a little awkward, give it time as you will get adjusted to the concept.  There is nothing to loose.  If you don&#8217;t like it then delete the geodatabase and go back to using your shapefiles.</p>
<p>Good Luck!</p>
<h3>Related Website Pages</h3>
<p><a title="Permanent Link to File Format Support in GeoCommons - Do Geodatabases Make Sense?" rel="bookmark" href="http://blog.fortiusone.com/2008/11/03/file-format-support-in-geocommons-do-geodatabases-make-sense/">File Format Support in GeoCommons &#8211; Do Geodatabases Make Sense?</a></p>
<p><a title="ESRI Blog" href="http://blogs.esri.com/Dev/blogs/geodatabase/archive/2008/05/30/Five-reasons-why-you-should-be-using-the-File-Geodatabase-.aspx" target="_blank">Five reasons why you should be using the File Geodatabase </a></p>
<h3>Related Books</h3>
<p><a href="http://www.amazon.com/gp/product/158948021X?ie=UTF8&amp;tag=gimare-20&amp;link_code=as3&amp;camp=211189&amp;creative=373489&amp;creativeASIN=158948021X"><img class="alignnone size-medium wp-image-515" title="158948021x" src="http://gispathway.com/wp-content/uploads/2008/12/158948021x.jpg" alt="" width="144" height="144" /></a><a href="http://www.amazon.com/gp/product/1879102625?ie=UTF8&amp;tag=gimare-20&amp;link_code=as3&amp;camp=211189&amp;creative=373489&amp;creativeASIN=1879102625"><img class="alignnone size-medium wp-image-516" title="1879102625" src="http://gispathway.com/wp-content/uploads/2008/12/1879102625.jpg" alt="" width="106" height="128" /></a></p>
<p><a id="static_txt_preview" name="evtst|a|158948021X" href="http://www.amazon.com/gp/product/158948021X?ie=UTF8&amp;tag=gimare-20&amp;link_code=as3&amp;camp=211189&amp;creative=373489&amp;creativeASIN=158948021X">Designing Geodatabases: Case Studies in GIS Data Modeling</a></p>
<p><a id="static_txt_preview" name="evtst|a|1879102625" href="http://www.amazon.com/gp/product/1879102625?ie=UTF8&amp;tag=gimare-20&amp;link_code=as3&amp;camp=211189&amp;creative=373489&amp;creativeASIN=1879102625">Modeling Our World: The ESRI Guide to Geodatabase Design</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gispathway.com/2008/12/03/arcgis-geodatabase-benefits/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

