<?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: update attribute data based on spatial location in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/update-attribute-data-based-on-spatial-location/m-p/163475#M9109</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thales007 - Thank you for your input, unfortunately your solution would not work in this case. The information in each polygon (and therefore point) is amended on a weekly, sometimes daily basis. Converting it to raster would just mean more work. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;jborgion - I have used a spatial join in the past but it creates a new feature which is not ideal (see above). However, I have given it some thought, and while I am no expert, I feel using modelbuilder to create a workflow would help speed things up. Tell me what you think:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Manually enter delivery information then - Dissolve feature based on delivery number &amp;gt; spatial join (SJ) polygons to points &amp;gt; Select points by location within dissolve feature (to speed things up) &amp;gt; join SJ feature to points based on postcode &amp;gt; field calculator data into relevant fields &amp;gt; Remove join &amp;gt; delete SJ feature.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not even sure model builder can do that but I would like to think it can.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 03 Mar 2012 13:32:43 GMT</pubDate>
    <dc:creator>DavidMcDermott</dc:creator>
    <dc:date>2012-03-03T13:32:43Z</dc:date>
    <item>
      <title>update attribute data based on spatial location</title>
      <link>https://community.esri.com/t5/data-management-questions/update-attribute-data-based-on-spatial-location/m-p/163470#M9104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a large number of polygons. Each polygon has 1 or more points within. I would like to populate a field in the point data with data from a polygon field based on spatial location. I know I could use spatial join but I don't want a new feature, I just want to update the information in the point feature.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;P.S. I this would work the other way would it would be great.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 08:01:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/update-attribute-data-based-on-spatial-location/m-p/163470#M9104</guid>
      <dc:creator>DavidMcDermott</dc:creator>
      <dc:date>2012-03-02T08:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: update attribute data based on spatial location</title>
      <link>https://community.esri.com/t5/data-management-questions/update-attribute-data-based-on-spatial-location/m-p/163471#M9105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How many is "a large number" ?&amp;nbsp; You could iterively select each polygon, perform a spatial selection of the points based on the selected polygon and update the point attributes accordingly.&amp;nbsp; I'm sure there is a way for Python to cursor through the same sort of process.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 11:12:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/update-attribute-data-based-on-spatial-location/m-p/163471#M9105</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2012-03-02T11:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: update attribute data based on spatial location</title>
      <link>https://community.esri.com/t5/data-management-questions/update-attribute-data-based-on-spatial-location/m-p/163472#M9106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;By large, I mean 3000 to 6000 hence why selecting each one is not an option. I am working with postcode centroids (points) inside postcode polygons. I create territories by entering delivery numbers into the polygons, then dissolving them based on that number. I then need to transfer the numbers to points inside the polygons. These points contain more detained address information which are then expored to a database. Thanks for the input though.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 12:15:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/update-attribute-data-based-on-spatial-location/m-p/163472#M9106</guid>
      <dc:creator>DavidMcDermott</dc:creator>
      <dc:date>2012-03-02T12:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: update attribute data based on spatial location</title>
      <link>https://community.esri.com/t5/data-management-questions/update-attribute-data-based-on-spatial-location/m-p/163473#M9107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is a little out there, but you could convert you polygon to raster, and then use the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00q900000016000000"&gt;Add Surface Information&lt;/A&gt;&lt;SPAN&gt; tool to add the raster values to the points.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 16:37:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/update-attribute-data-based-on-spatial-location/m-p/163473#M9107</guid>
      <dc:creator>TimothyHales</dc:creator>
      <dc:date>2012-03-02T16:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: update attribute data based on spatial location</title>
      <link>https://community.esri.com/t5/data-management-questions/update-attribute-data-based-on-spatial-location/m-p/163474#M9108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;By large, I mean 3000 to 6000 hence why selecting each one is not an option. I am working with postcode centroids (points) inside postcode polygons. I create territories by entering delivery numbers into the polygons, then dissolving them based on that number. I then need to transfer the numbers to points inside the polygons. These points contain more detained address information which are then expored to a database. Thanks for the input though.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yep!&amp;nbsp; 3K-6k qualifies as a large number!&amp;nbsp; Even if there was a common field to relate to, calculating the values you are after would be an arduous chore...&amp;nbsp; Maybe the spatial join option is looking better?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best of luck with this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 17:06:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/update-attribute-data-based-on-spatial-location/m-p/163474#M9108</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2012-03-02T17:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: update attribute data based on spatial location</title>
      <link>https://community.esri.com/t5/data-management-questions/update-attribute-data-based-on-spatial-location/m-p/163475#M9109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thales007 - Thank you for your input, unfortunately your solution would not work in this case. The information in each polygon (and therefore point) is amended on a weekly, sometimes daily basis. Converting it to raster would just mean more work. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;jborgion - I have used a spatial join in the past but it creates a new feature which is not ideal (see above). However, I have given it some thought, and while I am no expert, I feel using modelbuilder to create a workflow would help speed things up. Tell me what you think:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Manually enter delivery information then - Dissolve feature based on delivery number &amp;gt; spatial join (SJ) polygons to points &amp;gt; Select points by location within dissolve feature (to speed things up) &amp;gt; join SJ feature to points based on postcode &amp;gt; field calculator data into relevant fields &amp;gt; Remove join &amp;gt; delete SJ feature.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not even sure model builder can do that but I would like to think it can.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Mar 2012 13:32:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/update-attribute-data-based-on-spatial-location/m-p/163475#M9109</guid>
      <dc:creator>DavidMcDermott</dc:creator>
      <dc:date>2012-03-03T13:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: update attribute data based on spatial location</title>
      <link>https://community.esri.com/t5/data-management-questions/update-attribute-data-based-on-spatial-location/m-p/163476#M9110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is only one way to find out; try it...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Mar 2012 14:04:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/update-attribute-data-based-on-spatial-location/m-p/163476#M9110</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2012-03-03T14:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: update attribute data based on spatial location</title>
      <link>https://community.esri.com/t5/data-management-questions/update-attribute-data-based-on-spatial-location/m-p/163477#M9111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thales007 - Thank you for your input, unfortunately your solution would not work in this case. The information in each polygon (and therefore point) is amended on a weekly, sometimes daily basis. Converting it to raster would just mean more work. &lt;BR /&gt;&lt;BR /&gt;jborgion - I have used a spatial join in the past but it creates a new feature which is not ideal (see above). However, I have given it some thought, and while I am no expert, I feel using modelbuilder to create a workflow would help speed things up. Tell me what you think:&lt;BR /&gt;&lt;BR /&gt;Manually enter delivery information then - Dissolve feature based on delivery number &amp;gt; spatial join (SJ) polygons to points &amp;gt; Select points by location within dissolve feature (to speed things up) &amp;gt; join SJ feature to points based on postcode &amp;gt; field calculator data into relevant fields &amp;gt; Remove join &amp;gt; delete SJ feature.&lt;BR /&gt;&lt;BR /&gt;I'm not even sure model builder can do that but I would like to think it can.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Creating a temporary output in a model is a standard process, so the fact that you are using tools that create a new feature class that you ultimately want preserved in a permanent feature class is no reason to avoid using a tool.&amp;nbsp; My question is will every point you have only be located within a single Dissolved Polygon?&amp;nbsp; If so ModelBuilder definitely can definitely do the job.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If that is the case, you just need to use the JOIN ONE TO ONE option with the Spatial Join and make the Point the Target features and the Dissolved Polygons the Join Features.&amp;nbsp; That output will have a single record for each point with the attributes from the one matchin Dissolved Polyton.&amp;nbsp; You can perform a standard attribute join of the Spatial Join output to your points on the Point ObjectID to the Sparial Join Target_FID and do the data transfer.&amp;nbsp; The main trick in ModelBuilder is that you have to use the Create Feature Layer tool on the Point Feature Class first before you can do an attribute join of your points to the Spatial Join output.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, based on myu experience with doing most of my models based on this kind of workflow, here are the tools I would normally use:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dissove - Dissolve the Polygons and make sure any attributes you need to transfer to the points are in the summary.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Spatial Join - Points are the Target feature and Dissolved polygons are the Join feature using the JOIN ONE TO ONE option.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Add Attribute Index - Index the TARGET_FID field in the Spatial Join Output to improve attribute join performance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Create Featuer Layer - Create a feature Layer of the Points.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Join - perform an attribute Join of the Point Feature Layer (ObjectID) to the Spatial Join output (Target_FID).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(Optionally) Select By Attribute - Select where JOIN_FID &amp;gt; -1 if you only want to modify points that actually fell within a polygon or skip this step if you don;t care.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Field Calculator - Use this tool to transfer the information.&amp;nbsp; Use it as many times as you need to fill in all of the data derived from the Dissolved Polygons to the points.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Remove Join - Remove the Attribute Join&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Delete - Delete the Spatial Join output.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Mar 2012 14:59:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/update-attribute-data-based-on-spatial-location/m-p/163477#M9111</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2012-03-03T14:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: update attribute data based on spatial location</title>
      <link>https://community.esri.com/t5/data-management-questions/update-attribute-data-based-on-spatial-location/m-p/163478#M9112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;jborgion - I certainly will when I get to work Monday Morning and I will inform you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;rfairhur24 - Thanks for the input, you solution has given me some great ideas to streamline the process and improve accuracy. I will try it Monday morning.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Mar 2012 12:21:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/update-attribute-data-based-on-spatial-location/m-p/163478#M9112</guid>
      <dc:creator>DavidMcDermott</dc:creator>
      <dc:date>2012-03-04T12:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: update attribute data based on spatial location</title>
      <link>https://community.esri.com/t5/data-management-questions/update-attribute-data-based-on-spatial-location/m-p/163479#M9113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to do essentially the same thing - update multiple fields in an existing Feature Class with attributes from other Feature Classes, based on spatial relationships (overlay).&amp;nbsp; All without creating new output datasets.&amp;nbsp; Seems like this should be possible...any suggestions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 13:05:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/update-attribute-data-based-on-spatial-location/m-p/163479#M9113</guid>
      <dc:creator>JohnSandberg</dc:creator>
      <dc:date>2012-09-04T13:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: update attribute data based on spatial location</title>
      <link>https://community.esri.com/t5/data-management-questions/update-attribute-data-based-on-spatial-location/m-p/163480#M9114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I'm trying to do essentially the same thing - update multiple fields in an existing Feature Class with attributes from other Feature Classes, based on spatial relationships (overlay).&amp;nbsp; All without creating new output datasets.&amp;nbsp; Seems like this should be possible...any suggestions?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There are ways, but you either have to do it one record at a time (Attribute Transfer tool in an edit session) or you have to write a custom cursor pair in Python or ArcObjects, which normally performs much slower than the method I have outlined involving creating new output datasets.&amp;nbsp;&amp;nbsp; Overall Geoprocessing tools are definitely oriented to creating new outputs and not to modifying existing outputs.&amp;nbsp; In ModelBuilder you do not have to retain the intermediate datasets if you don't want to (they will be cleaned up when the process finishes), but they still must be created at least temporarily.&amp;nbsp; If you manage to retain a link back to your original dataset through the process I outlined, you can join the output to your original input and calculate the results back to it, but that only works if the final output has a one-to-one relationship to your original input.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Creating and using relationships (spatial and attributes) is practically 90% of my work.&amp;nbsp; If anyone has a more direct route to acheiving the correct ends I am interested, but these processes have worked for me over the years and been the easiest for me to debug.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 13:45:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/update-attribute-data-based-on-spatial-location/m-p/163480#M9114</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2012-09-04T13:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: update attribute data based on spatial location</title>
      <link>https://community.esri.com/t5/data-management-questions/update-attribute-data-based-on-spatial-location/m-p/163481#M9115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Depending on the size of your datasets and amount of RAM available on your system, you could potentially save some time writing/deleting by taking advantage of the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//002w0000005s000000"&gt;in-memory workspace&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 15:11:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/update-attribute-data-based-on-spatial-location/m-p/163481#M9115</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2012-09-04T15:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: update attribute data based on spatial location</title>
      <link>https://community.esri.com/t5/data-management-questions/update-attribute-data-based-on-spatial-location/m-p/163482#M9116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you want to join the polygon information to the points I have a Python script that will do that for you. Let me know.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 19:21:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/update-attribute-data-based-on-spatial-location/m-p/163482#M9116</guid>
      <dc:creator>SamCoggins1</dc:creator>
      <dc:date>2012-09-04T19:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: update attribute data based on spatial location</title>
      <link>https://community.esri.com/t5/data-management-questions/update-attribute-data-based-on-spatial-location/m-p/163483#M9117</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; Sorry for my absence. I went with rfairhur24 solution and it worked perfectly. With our new 64-bit PC's the process is very swift within modelbuilder. The in-memory option sounds very appealing not only for this model but other that I have built. I am currently looking to convert some of my tools into python scripts/tools to make them easier to share.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jan 2013 13:18:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/update-attribute-data-based-on-spatial-location/m-p/163483#M9117</guid>
      <dc:creator>DavidMcDermott</dc:creator>
      <dc:date>2013-01-20T13:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: update attribute data based on spatial location</title>
      <link>https://community.esri.com/t5/data-management-questions/update-attribute-data-based-on-spatial-location/m-p/163484#M9118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you still have that script Sam? I have to do something similar and I don't know much about scripts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 17:04:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/update-attribute-data-based-on-spatial-location/m-p/163484#M9118</guid>
      <dc:creator>KathrynLeBlanc</dc:creator>
      <dc:date>2016-04-21T17:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: update attribute data based on spatial location</title>
      <link>https://community.esri.com/t5/data-management-questions/update-attribute-data-based-on-spatial-location/m-p/163485#M9119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My strategy is to make sure there are unique ID's in the feature you want to update, even if you have to make a temp attribute. run an intersect. join the new feature to the old one using the unique ID and calculate the attribute based on the joined attribute that has the correct info cause it was intersected. For poly to poly intersects, I convert the one I need to update to a point first again... unique ID is the key.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2016 19:12:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/update-attribute-data-based-on-spatial-location/m-p/163485#M9119</guid>
      <dc:creator>LiseTremblay</dc:creator>
      <dc:date>2016-08-25T19:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: update attribute data based on spatial location</title>
      <link>https://community.esri.com/t5/data-management-questions/update-attribute-data-based-on-spatial-location/m-p/1024404#M43051</link>
      <description>&lt;P&gt;I'm not using models, but this answer pointed me to the procedure I needed to fill a field based on a spatial relationship with another feature class:&amp;nbsp; Spatial Join, Join that output to the original, Calculate Field, remove Join, delete Spatial Join output.&amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 15:58:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/update-attribute-data-based-on-spatial-location/m-p/1024404#M43051</guid>
      <dc:creator>CynthiaRoush2</dc:creator>
      <dc:date>2021-02-08T15:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: update attribute data based on spatial location</title>
      <link>https://community.esri.com/t5/data-management-questions/update-attribute-data-based-on-spatial-location/m-p/1374458#M44910</link>
      <description>&lt;P&gt;worked perfectly, I swear I had a mental block for this most basic GIS operation.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 16:36:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/update-attribute-data-based-on-spatial-location/m-p/1374458#M44910</guid>
      <dc:creator>AndyMaracini</dc:creator>
      <dc:date>2024-01-25T16:36:22Z</dc:date>
    </item>
  </channel>
</rss>

