<?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 Atributes auto-filling dilema in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/atributes-auto-filling-dilema/m-p/575230#M45081</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;First of all I wana say that this is my first post on the esri forum, and I might not post on the right place, if so, could someone be so kind and tell me where should I post it?&lt;/P&gt;&lt;P&gt;For my curent project I have 2 feature classes and I need to determine if polygons in the first feature are covered by the second , if they are not , or if they are partialy covered&amp;nbsp; and fill a field(in atributes table) that has 3 integers. How can I do this &lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;withou&lt;/SPAN&gt;&lt;/SPAN&gt;t manualy checking for each one?&lt;/P&gt;&lt;P&gt;So far Ive scrached the basics of field calculator, but &lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;without&lt;/SPAN&gt;&lt;/SPAN&gt; any luck of resolving this dilema.&lt;BR /&gt;Well, Thank you verry much for your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 May 2017 12:32:44 GMT</pubDate>
    <dc:creator>IonIonescu</dc:creator>
    <dc:date>2017-05-17T12:32:44Z</dc:date>
    <item>
      <title>Atributes auto-filling dilema</title>
      <link>https://community.esri.com/t5/python-questions/atributes-auto-filling-dilema/m-p/575230#M45081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;First of all I wana say that this is my first post on the esri forum, and I might not post on the right place, if so, could someone be so kind and tell me where should I post it?&lt;/P&gt;&lt;P&gt;For my curent project I have 2 feature classes and I need to determine if polygons in the first feature are covered by the second , if they are not , or if they are partialy covered&amp;nbsp; and fill a field(in atributes table) that has 3 integers. How can I do this &lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;withou&lt;/SPAN&gt;&lt;/SPAN&gt;t manualy checking for each one?&lt;/P&gt;&lt;P&gt;So far Ive scrached the basics of field calculator, but &lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;without&lt;/SPAN&gt;&lt;/SPAN&gt; any luck of resolving this dilema.&lt;BR /&gt;Well, Thank you verry much for your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 12:32:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/atributes-auto-filling-dilema/m-p/575230#M45081</guid>
      <dc:creator>IonIonescu</dc:creator>
      <dc:date>2017-05-17T12:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Atributes auto-filling dilema</title>
      <link>https://community.esri.com/t5/python-questions/atributes-auto-filling-dilema/m-p/575231#M45082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out the different methods available to a geometry object in ArcPy for some options.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-classes/geometry.htm" title="http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-classes/geometry.htm"&gt;Geometry—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe also check out &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/analysis-toolbox/tabulate-intersection.htm"&gt;Tabulate Intersection&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could then use an &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-data-access/updatecursor-class.htm"&gt;Update Cursor&lt;/A&gt; to edit the attributes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 20:39:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/atributes-auto-filling-dilema/m-p/575231#M45082</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2017-05-17T20:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Atributes auto-filling dilema</title>
      <link>https://community.esri.com/t5/python-questions/atributes-auto-filling-dilema/m-p/575232#M45083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sadly I have yet 2 find out how to do it (I hope I will get enought time in the near future to dig into this)&lt;BR /&gt;In the mean while (for thouse who are searching for something similar) I do the following:&lt;/P&gt;&lt;P&gt;1. Polygons from the first Layer that intersect with the second Layer&lt;/P&gt;&lt;P&gt;"Selection" -&amp;gt; "Select by Location" -&amp;gt; Selection method - "Select features from " - Target layer(s) -&amp;gt; [the layer that needs to be edited] -&amp;gt; Source layer - [the second layer that restricts the selection] -&amp;gt; Spatial selection method for target layer feature(s) - "intersect the source layer feature"&lt;/P&gt;&lt;P&gt;The Im going to field calculator and just say that the selected polygons are mixt&amp;nbsp; and select the intenger for that , in my case Im typing "Int ( 1 )"&lt;/P&gt;&lt;P&gt;2. For the polygons outside second Layer range, I just reverse the selection(Swich Selection button)&amp;nbsp; on Attribute Table and type the option for that "Int ( 2 )"&lt;/P&gt;&lt;P&gt;3.Polygons strictly inside the second layer I go back to "Selection by Location"&amp;nbsp; and instead of "intersect the cource layer feature" Im going with "are completely withing the source layer feature" .&lt;/P&gt;&lt;P&gt;I hope I will find a faster way within the next 4-5 weeks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 12:24:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/atributes-auto-filling-dilema/m-p/575232#M45083</guid>
      <dc:creator>IonIonescu</dc:creator>
      <dc:date>2017-05-31T12:24:36Z</dc:date>
    </item>
  </channel>
</rss>

