<?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 &amp;amp; selection using density in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/creating-amp-amp-selection-using-density/m-p/762554#M42815</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank You sir,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ill certainly try out your method. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One more query, i need to just find the population data (ie. only selection &amp;amp; display of selected population is required). Can this be done in any other way except splitting/ cutting polygon. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is because ill have to carry out the procedure (of cutting polygon of village layers) on about 3000 threat zone (my project involves a large amount of data).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 May 2012 09:00:56 GMT</pubDate>
    <dc:creator>KrupaliVijaykar</dc:creator>
    <dc:date>2012-05-07T09:00:56Z</dc:date>
    <item>
      <title>Creating &amp;amp; selection using density</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-amp-amp-selection-using-density/m-p/762552#M42813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to work on a project where I need to find population data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One layer has population data of villages (polygon layer of villages, with population in attribute table)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Another layer has a threath zone for a particular disaster (again a polygon layer)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have to find the population data of villages, which comes under the threat zone only.. (ie. if a particular threat zone covers part of a village, only part of the population data should be the output &amp;amp; not the entire population)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions, how I can select only part of population &amp;amp; not just display population of the entire village&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 06:27:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-amp-amp-selection-using-density/m-p/762552#M42813</guid>
      <dc:creator>KrupaliVijaykar</dc:creator>
      <dc:date>2012-05-07T06:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Creating &amp; selection using density</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-amp-amp-selection-using-density/m-p/762553#M42814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;kvijaykar,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you cut the village polygons with the edge of the threat polygon and use a numeric domain for your population number field with a Split Policy called Geometry Ratio, the resultant polygons will have population numbers proportional to the areas of the splits.&amp;nbsp; This can also be accomplished by preserving the original village polygon area in a field and calculating the proportions of the new area to apply to the population, which would be useful if you are stuck with shapefiles.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can see the details of the cutting polygon and geometry ratio process in my recent post in&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/56094-Trying-to-divide-a-large-amount-of-polygons-with-a-single-line-shapefile"&gt;http://forums.arcgis.com/threads/56094-Trying-to-divide-a-large-amount-of-polygons-with-a-single-line-shapefile&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could also employ Analysis Tools &amp;gt; Overlay Intersect with a polygon output between the Threat and Village polygons to select villages and cut villages within the threat zone.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To get an ouline polyline from the Threat zone there are numerous ways including a couple of simple scripts in ArcGIS 9.3&amp;nbsp; Samples &amp;gt; Data Management&amp;nbsp; &amp;gt; &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;Write Features To Text File &lt;/SPAN&gt;&lt;SPAN&gt;and the companion reverse &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;Create Features From Text File &lt;/SPAN&gt;&lt;SPAN&gt;.&amp;nbsp; Just input the polygon feature class into the first script, edit the header in the output text file changing &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;polygon&lt;/SPAN&gt;&lt;SPAN&gt; to&lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt; polyline&lt;/SPAN&gt;&lt;SPAN&gt;, save and run the second script to generate the polyline. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hope that works for you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hardolph&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 07:42:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-amp-amp-selection-using-density/m-p/762553#M42814</guid>
      <dc:creator>HardolphWasteneys</dc:creator>
      <dc:date>2012-05-07T07:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Creating &amp; selection using density</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-amp-amp-selection-using-density/m-p/762554#M42815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank You sir,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ill certainly try out your method. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One more query, i need to just find the population data (ie. only selection &amp;amp; display of selected population is required). Can this be done in any other way except splitting/ cutting polygon. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is because ill have to carry out the procedure (of cutting polygon of village layers) on about 3000 threat zone (my project involves a large amount of data).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 09:00:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-amp-amp-selection-using-density/m-p/762554#M42815</guid>
      <dc:creator>KrupaliVijaykar</dc:creator>
      <dc:date>2012-05-07T09:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Creating &amp; selection using density</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-amp-amp-selection-using-density/m-p/762555#M42816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Krupali,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The "Cut Polygon" method can be completed on your &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;entire dataset &lt;/SPAN&gt;&lt;SPAN&gt;in one operation in a few minutes. The key is to make a &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;Merged copy &lt;/SPAN&gt;&lt;SPAN&gt;of the cutting Lines generated from your Threat Zones polygon Feature Class (or shapefile) via the 2 scripts (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=An_overview_of_the_sample_Features_toolset" rel="nofollow" target="_blank"&gt;http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=An_overview_of_the_sample_Features_toolset&lt;/A&gt;&lt;SPAN&gt; ) and to use that on your &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;Target&lt;/SPAN&gt;&lt;SPAN&gt; Feature Class of Villages. It is the part of the procedure I laid out in the other post (parts 3 to 11) and pasted in below. You should also do the operation on a copy of your Villages FC to preserve the original. The entire operation should not involve any repetitive action and I would not expect it to take very long. The first stage is to set things up in ArcCatalog: &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;1. create a file geodatabase, 2. import the polygon files, 3. set up a numeric domain &lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=An_overview_of_attribute_domains" rel="nofollow" target="_blank"&gt;http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=An_overview_of_attribute_domains&lt;/A&gt;&lt;SPAN&gt; ) &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt; with the &lt;SPAN style="text-decoration:underline;"&gt;Geometric Ratio split policy &lt;/SPAN&gt;and apply that to the population field in the villages FC, 4. create a scratch polyline FC and run the 2 scripts with a quick text editor session in between and start up ArcMap...&lt;/SPAN&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:&amp;quot;#0000FF&amp;quot;;"&gt;3. set up a scratch polyline file in ArcCatalog and bring into your map.&lt;BR /&gt;4. Start an EDITOR session with Task: Create New Features and Target: the scratch FC. select all the polylines that you want to use as splitters, whether from one shapefile or Feature Class or many (can be in different workspaces too)&lt;BR /&gt;6. with the edit tool on the map Right-Click COPY and Right-Click PASTE (makes a safe copy of the lines geometry in your scratch polyline FC)&lt;BR /&gt;7. leave the lines selected and hit EDITOR &amp;gt;&amp;gt; Merge and choose any feature as the merge to feature for symbology (it does not matter) &lt;BR /&gt;8. Change to TASK: CUT POLYGON FEATURES and Target: the new POLYGON FC.&lt;BR /&gt;9. Select the polygons to be split either in the attribute table or on screen (this will activate the SKETCH tool (pencil) in the EDITOR toolbar)&lt;BR /&gt;10. select the SKETCH tool and hover over any part of the Merged Polylines (to be sure I set snapping on the polyline FC and MapTips will show when it is being hovered over or snapped to) &lt;BR /&gt;11. Right-click and hit REPLACE SKETCH and then F-2 or Right-Click and Finish Sketch.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I mentioned you can also do this with just shapefiles if you are unfamiliar with domains, but geodatabases do offer more functionality and keep things neater. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know if you run into any difficulties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hardolph&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 17:48:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-amp-amp-selection-using-density/m-p/762555#M42816</guid>
      <dc:creator>HardolphWasteneys</dc:creator>
      <dc:date>2012-05-07T17:48:13Z</dc:date>
    </item>
  </channel>
</rss>

