<?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: Populating a field in a points layer with polygon number where the point is locat in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/populating-a-field-in-a-points-layer-with-polygon/m-p/507571#M16876</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You may also use Spatial Join tool (Analysis toolbox - Overlay toolset):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Target Featueres = manholes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Join Features = sections&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- For the Field Map of Join Features, you can keep the fields you want from the sections and the manholes, and remove other fields.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Match Option = INTERSECT&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should get a new output with the desired fields. Spatial Join tool combines the processes of selecting by location (you were on the right track), add field, and calculate field in one shot - a powerful tool!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Aug 2010 20:17:41 GMT</pubDate>
    <dc:creator>DanLee</dc:creator>
    <dc:date>2010-08-06T20:17:41Z</dc:date>
    <item>
      <title>Populating a field in a points layer with polygon number where the point is located</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/populating-a-field-in-a-points-layer-with-polygon/m-p/507569#M16874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would like to populate a field which I added to a points layer with the number of a polygon layer in which the point is located.&amp;nbsp; For example, the points are manholes in a County.&amp;nbsp; The polygons are sections (with unique numbers).&amp;nbsp; I would like to populate a field in the manholes layer with the appropriate number from the sections.&amp;nbsp; I think that I will have to do a select by location-type operation, but I am unsure what to do from there.&amp;nbsp; I am sure that there is a simple, but...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I appreciate your help/input.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jason&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Aug 2010 18:29:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/populating-a-field-in-a-points-layer-with-polygon/m-p/507569#M16874</guid>
      <dc:creator>JasonWinoker</dc:creator>
      <dc:date>2010-08-04T18:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Populating a field in a points layer with polygon number where the point is locat</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/populating-a-field-in-a-points-layer-with-polygon/m-p/507570#M16875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I would like to populate a field which I added to a points layer with the number of a polygon layer in which the point is located.&amp;nbsp; For example, the points are manholes in a County.&amp;nbsp; The polygons are sections (with unique numbers).&amp;nbsp; I would like to populate a field in the manholes layer with the appropriate number from the sections.&amp;nbsp; I think that I will have to do a select by location-type operation, but I am unsure what to do from there.&amp;nbsp; I am sure that there is a simple, but...&lt;BR /&gt;&lt;BR /&gt;I appreciate your help/input.&lt;BR /&gt;&lt;BR /&gt;Jason&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Jason,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;see if this workflow in MBldr will get you what you want:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Intersect ManHoles points w/Section polies&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;AddField 'ManHoleInSection'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CalculateField -&amp;gt;in the expression you assign the section value from the field that holds it to the 'ManHoleInSection' field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Barbara Bicking&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 16:24:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/populating-a-field-in-a-points-layer-with-polygon/m-p/507570#M16875</guid>
      <dc:creator>BBicking1</dc:creator>
      <dc:date>2010-08-05T16:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Populating a field in a points layer with polygon number where the point is locat</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/populating-a-field-in-a-points-layer-with-polygon/m-p/507571#M16876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You may also use Spatial Join tool (Analysis toolbox - Overlay toolset):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Target Featueres = manholes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Join Features = sections&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- For the Field Map of Join Features, you can keep the fields you want from the sections and the manholes, and remove other fields.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Match Option = INTERSECT&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should get a new output with the desired fields. Spatial Join tool combines the processes of selecting by location (you were on the right track), add field, and calculate field in one shot - a powerful tool!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 20:17:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/populating-a-field-in-a-points-layer-with-polygon/m-p/507571#M16876</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2010-08-06T20:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Populating a field in a points layer with polygon number where the point is locat</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/populating-a-field-in-a-points-layer-with-polygon/m-p/507572#M16877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In a similar project, I've used a spatial join to a set of points where the polygon number matches what I want the point number to be 95% of the time.&amp;nbsp; Because of this I need a script to assign the polygon number from the spatial join output points layer to a field on the original points attribute table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've joined the output of the spatial join to the original points layer.&amp;nbsp; Does anyone have a good approach to a field calculate to assign the new number to the original field only if the original field is empty?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 20:17:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/populating-a-field-in-a-points-layer-with-polygon/m-p/507572#M16877</guid>
      <dc:creator>RickWahl</dc:creator>
      <dc:date>2010-08-10T20:17:06Z</dc:date>
    </item>
  </channel>
</rss>

