<?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: Intersecting and Update Field Value to feature Class, How?  in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/intersecting-and-update-field-value-to-feature/m-p/397108#M31331</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will need to &lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/make-feature-layer.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/make-feature-layer.htm"&gt;Make Feature Layer&lt;/A&gt;&amp;nbsp;out of both feature classes. &amp;nbsp;Then run the&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/select-layer-by-location.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/select-layer-by-location.htm"&gt;Select Layer By Location&lt;/A&gt;&amp;nbsp;tool. &amp;nbsp;From there you can grab necessary data based on the selected layer with the&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/functions/searchcursor.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/functions/searchcursor.htm"&gt;SearchCursor&lt;/A&gt;&amp;nbsp;function.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Feb 2017 14:40:56 GMT</pubDate>
    <dc:creator>MitchHolley1</dc:creator>
    <dc:date>2017-02-13T14:40:56Z</dc:date>
    <item>
      <title>Intersecting and Update Field Value to feature Class, How?</title>
      <link>https://community.esri.com/t5/python-questions/intersecting-and-update-field-value-to-feature/m-p/397106#M31329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello guys, I'm sorta new and would like to ask for advice on Arcpy.&lt;/P&gt;&lt;P&gt;I have 2 feature classes; wells(point) and city_boundary(polygon). &amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to write a script to see where the points fall or intersect each city boundary and return a specific value from the city boundary or return a specific coded value if that point &amp;nbsp;intersect a particular boundary.&lt;/P&gt;&lt;P&gt;Example: &amp;nbsp;If well(point) 505 falls/intersect in xyz boundary(polygon), return a value of xyz. &amp;nbsp;Then take the value of xyz&lt;/P&gt;&lt;P&gt;and update well(point) 505's City field/column with the value of xyz. &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know I can manually do this, but there are thousands of well(point) and it also have new well(point) feature created everyday. &amp;nbsp;So this would save a lot of time by scripting it.&lt;/P&gt;&lt;P&gt;How would you guys approach this or the general workflow? &amp;nbsp;Thanks!&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 02:37:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/intersecting-and-update-field-value-to-feature/m-p/397106#M31329</guid>
      <dc:creator>TateM</dc:creator>
      <dc:date>2017-02-13T02:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Intersecting and Update Field Value to feature Class, How?</title>
      <link>https://community.esri.com/t5/python-questions/intersecting-and-update-field-value-to-feature/m-p/397107#M31330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you ruled out putting your workflow into a model?&amp;nbsp; You indicate that you are new at this, so diving into python and arcpy and creating conventional or python toolbox tools wouldn't be my first recommendation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 03:22:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/intersecting-and-update-field-value-to-feature/m-p/397107#M31330</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-02-13T03:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Intersecting and Update Field Value to feature Class, How?</title>
      <link>https://community.esri.com/t5/python-questions/intersecting-and-update-field-value-to-feature/m-p/397108#M31331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will need to &lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/make-feature-layer.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/make-feature-layer.htm"&gt;Make Feature Layer&lt;/A&gt;&amp;nbsp;out of both feature classes. &amp;nbsp;Then run the&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/select-layer-by-location.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/select-layer-by-location.htm"&gt;Select Layer By Location&lt;/A&gt;&amp;nbsp;tool. &amp;nbsp;From there you can grab necessary data based on the selected layer with the&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/functions/searchcursor.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/functions/searchcursor.htm"&gt;SearchCursor&lt;/A&gt;&amp;nbsp;function.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 14:40:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/intersecting-and-update-field-value-to-feature/m-p/397108#M31331</guid>
      <dc:creator>MitchHolley1</dc:creator>
      <dc:date>2017-02-13T14:40:56Z</dc:date>
    </item>
  </channel>
</rss>

