<?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: Splitting polygons in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/splitting-polygons/m-p/734512#M24203</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: dkwiens&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not aware of any tool that will do this automatically for you, but it seems like you should be able to calculate the final population by multiplying the initial population by the proportion of the initial area in the new area. For example, if your final area is 60% of the initial area, then the final population should be 60% of the initial population. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.) Calculate the initial area in a new column so it won't change after your overlay (ie. not in the automatically updated GDB Shape_Area column)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.) Overlay your polygons&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3.) Calculate the new area (or if you're using a GDB there will be an updated area column)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4.) Calculate the proportion of the initial area in the new area (new area/initial area)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5.) Calculate the new population (initial population * area proportion)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Sep 2011 18:04:29 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2011-09-06T18:04:29Z</dc:date>
    <item>
      <title>Splitting polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/splitting-polygons/m-p/734511#M24202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: dougstanley&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Returning to use of ArcMap after 5-year absence and I've forgotten a few things... I am using ArcView 10 and, unfortunately, under a tight deadline. Please help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Layers&lt;/STRONG&gt;&lt;SPAN&gt;: Layer 1 contains polygons of sales territories. Layer 2 contains polygons with population projections by MSA.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Problem&lt;/STRONG&gt;&lt;SPAN&gt;: Sales territory boundaries sometimes cross (or divide) MSAs. Using the Geoprocessing tool, I can clip the MSA to adhere to the territory boundary, but the value in the population field remains unchanged. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want the software to apportion the population projection for the split MSAs to the appropriate Sales Territory. Many moons and versions of ArcView ago I knew how to do this. Any help appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 14:48:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/splitting-polygons/m-p/734511#M24202</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-09-06T14:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/splitting-polygons/m-p/734512#M24203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: dkwiens&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not aware of any tool that will do this automatically for you, but it seems like you should be able to calculate the final population by multiplying the initial population by the proportion of the initial area in the new area. For example, if your final area is 60% of the initial area, then the final population should be 60% of the initial population. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.) Calculate the initial area in a new column so it won't change after your overlay (ie. not in the automatically updated GDB Shape_Area column)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.) Overlay your polygons&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3.) Calculate the new area (or if you're using a GDB there will be an updated area column)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4.) Calculate the proportion of the initial area in the new area (new area/initial area)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5.) Calculate the new population (initial population * area proportion)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 18:04:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/splitting-polygons/m-p/734512#M24203</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-09-06T18:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/splitting-polygons/m-p/734513#M24204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: dougstanley&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your suggestion. I'm working to implement it. First, a bit more background and a question:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The MSA layer started life as an ESRI-provided package. It included a SQMI field that contains the number of square miles for each MSA. The layer is GCS. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Problem&lt;/STRONG&gt;&lt;SPAN&gt;: The Calculate Geometry tool does not accept GCS. It requires that one use a Projected Coordinate System. When I choose a a PCS that the software tells me is compatible with my GCS data, and I use the Calculate Area Tool, I get a different number than the SQMI number that came with the layer. Is that to be expected and is it acceptable for my purposes?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Doug&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 19:04:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/splitting-polygons/m-p/734513#M24204</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-09-06T19:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/splitting-polygons/m-p/734514#M24205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I suggest you project your original data to a new file using the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000007m000000"&gt;Project tool&lt;/A&gt;&lt;SPAN&gt;, first (to an equal area projection if you're picky about high accuracy). When you calculate the area, make sure it's reporting the number in the desired units - depending on how you do it, you may be able to choose the units or it may default to the projection units (e.g. meters).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 20:15:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/splitting-polygons/m-p/734514#M24205</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2011-09-06T20:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/splitting-polygons/m-p/734515#M24206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: dougstanley&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With your help, I am gaining on this and am now very close to accomplishing the objective. Thank you. Your suggestions for the next step would be much appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have 19 MSAs that I need to split and assign to multiple territories because territory boundaries cross them. I had originally thought using the Clip tool would divide the MSA polys where they are crossed by territory boundaries but this isn't working as expected. What would be the best approach?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 14:22:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/splitting-polygons/m-p/734515#M24206</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-09-07T14:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/splitting-polygons/m-p/734516#M24207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00080000000p000000.htm"&gt;Intersect &lt;/A&gt;&lt;SPAN&gt;will give you the areas split by &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;both &lt;/SPAN&gt;&lt;SPAN&gt;territory and MSA. &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Union/00080000000s000000/"&gt;Union &lt;/A&gt;&lt;SPAN&gt;will give you the entire original area split into polygons showing territory, MSA, or both, whichever is the case. You should also check out &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Identity/00080000000n000000/"&gt;Identity &lt;/A&gt;&lt;SPAN&gt;if you're interested in keeping all of the territory but only overlapping parts of MSA, or vice versa.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 14:39:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/splitting-polygons/m-p/734516#M24207</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2011-09-07T14:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/splitting-polygons/m-p/734517#M24208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: dougstanley&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Intersect was EXACTLY what I needed. Thank you so much for your help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 15:03:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/splitting-polygons/m-p/734517#M24208</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-09-07T15:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/splitting-polygons/m-p/734518#M24209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just for future reference (I guess your problem is solved already):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;First, run Make Feature Layer with MSA as input. Make sure, in the Field Info parameter, you check mark the 'Use Ratio Policy' column for population field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Next, run Intersect between the output of Make Feature Layer and your other polygon features (territory). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Your resulting output will have a POPULATION field with population as per ratio of the intersecting area. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is simpler and you don't need to perform any field calculation. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;See the attached image for Field Info parameter. You'll get detail info on this parameter here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Make_Feature_Layer/00170000006p000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Make_Feature_Layer/00170000006p000000/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Go down to the last but one usage.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 22:37:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/splitting-polygons/m-p/734518#M24209</guid>
      <dc:creator>NobbirAhmed</dc:creator>
      <dc:date>2011-09-07T22:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/splitting-polygons/m-p/734519#M24210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: dsstanley&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG style="font-style: italic;"&gt;Just for future reference (I guess your problem is solved already):&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I came back to this months later and tried your suggestion. Much simpler. Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 17:39:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/splitting-polygons/m-p/734519#M24210</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-05-17T17:39:50Z</dc:date>
    </item>
    <item>
      <title>US MSA map (metropolitan statistical area)</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/splitting-polygons/m-p/734520#M24211</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;BR /&gt;&lt;SPAN&gt;We are using Microstrategy BI tool and are trying to implement US MSA map (metropolitan statistical area) using ESRI.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is first time we are using ESRI and not sure how to start.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Following are few information on our project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ESRI has been configured in microstrategy and ready for use&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; our requirement is to show sales numbers for each of the MSA in a USA map&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; we have a microstartegy attribute which represents the MSA elements&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We need to know the following.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as MSA is not available as a standard region in ESRI, how do we geocode&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; do we need to use shape file or longitude/latitude&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; how do we create shape file&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or how do we get longitude/latitude information&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; how do we use shape file or longitude/latitude for geo coding&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; how do we configure US MSA map and use the same in MSTR document&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;basically, we are trying to implement this for the first time and do not know how to start and what should be available to start.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please share any information/document on the same.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 11:16:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/splitting-polygons/m-p/734520#M24211</guid>
      <dc:creator>guruprasadmv</dc:creator>
      <dc:date>2014-04-15T11:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/splitting-polygons/m-p/734521#M24212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: gmvenkateshaiah&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could anyone please reply to the above request of implementing US MSA map. Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 14:30:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/splitting-polygons/m-p/734521#M24212</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-04-15T14:30:36Z</dc:date>
    </item>
  </channel>
</rss>

