<?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: Run Thiessen polygons to a specific boundary shapefile in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/run-thiessen-polygons-to-a-specific-boundary/m-p/579435#M19208</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you were into scripting, you could:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For each county:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Build a Thiessen polygon for just the points within the county&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Intersect the county boundary with the Thiessen polygon&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then merge all the intersect polygon outputs together.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jun 2011 16:43:43 GMT</pubDate>
    <dc:creator>ChrisSnyder</dc:creator>
    <dc:date>2011-06-08T16:43:43Z</dc:date>
    <item>
      <title>Run Thiessen polygons to a specific boundary shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/run-thiessen-polygons-to-a-specific-boundary/m-p/579431#M19204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a point file with township info, but it has no corresponding polygons. I need to create a polygon file, such that for each given county (I do have the county polygon file), each centroid gives an estimated township boundaries which we can then turn into polygons. These polygons need to fit such that they are contained and define the boundary of each county.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 May 2010 21:53:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/run-thiessen-polygons-to-a-specific-boundary/m-p/579431#M19204</guid>
      <dc:creator>PatriciaCarbajales-Dale</dc:creator>
      <dc:date>2010-05-12T21:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Run Thiessen polygons to a specific boundary shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/run-thiessen-polygons-to-a-specific-boundary/m-p/579432#M19205</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;SPAN&gt;I have exactly the same problem... Unfortunately, I also do not&amp;nbsp; have a solution. Did you find one in the mean time? Would be great if you could tell me more...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards, Jutta&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 13:29:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/run-thiessen-polygons-to-a-specific-boundary/m-p/579432#M19205</guid>
      <dc:creator>JuttaSchmieder</dc:creator>
      <dc:date>2011-06-07T13:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Run Thiessen polygons to a specific boundary shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/run-thiessen-polygons-to-a-specific-boundary/m-p/579433#M19206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Why not just clip the Thiessen polygons to the county border?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 16:45:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/run-thiessen-polygons-to-a-specific-boundary/m-p/579433#M19206</guid>
      <dc:creator>GerryGabrisch</dc:creator>
      <dc:date>2011-06-07T16:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Run Thiessen polygons to a specific boundary shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/run-thiessen-polygons-to-a-specific-boundary/m-p/579434#M19207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The problem is, that there are many neighbouring polygons. That means if you clip polygons with the county border, there are "leftovers" of the Thiessen polygons in the neighbouring county polygons. Possibly it is easier to understand by looking at the attached jpg, where I tried to illustrate the problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2011 09:17:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/run-thiessen-polygons-to-a-specific-boundary/m-p/579434#M19207</guid>
      <dc:creator>JuttaSchmieder</dc:creator>
      <dc:date>2011-06-08T09:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Run Thiessen polygons to a specific boundary shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/run-thiessen-polygons-to-a-specific-boundary/m-p/579435#M19208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you were into scripting, you could:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For each county:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Build a Thiessen polygon for just the points within the county&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Intersect the county boundary with the Thiessen polygon&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then merge all the intersect polygon outputs together.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2011 16:43:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/run-thiessen-polygons-to-a-specific-boundary/m-p/579435#M19208</guid>
      <dc:creator>ChrisSnyder</dc:creator>
      <dc:date>2011-06-08T16:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Run Thiessen polygons to a specific boundary shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/run-thiessen-polygons-to-a-specific-boundary/m-p/579436#M19209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Chris has the solution, but you could do the same iteration in ModelBuilder using Iterate Feature Selection (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00400000000s000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00400000000s000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(assumes you have 10.0)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 18:00:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/run-thiessen-polygons-to-a-specific-boundary/m-p/579436#M19209</guid>
      <dc:creator>DaleHoneycutt</dc:creator>
      <dc:date>2011-06-14T18:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Run Thiessen polygons to a specific boundary shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/run-thiessen-polygons-to-a-specific-boundary/m-p/579437#M19210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Chris and Dale, thank you for your help. Now it works!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2011 13:42:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/run-thiessen-polygons-to-a-specific-boundary/m-p/579437#M19210</guid>
      <dc:creator>JuttaSchmieder</dc:creator>
      <dc:date>2011-06-16T13:42:08Z</dc:date>
    </item>
  </channel>
</rss>

