<?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 Assign attributes in Spatial Data Science Questions</title>
    <link>https://community.esri.com/t5/spatial-data-science-questions/assign-attributes/m-p/676671#M1533</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="j-excerpt-slug"&gt;Hi,&amp;nbsp; i have a view in postgres view comprising of X Y coordinates (Non-spatial) and a polygon layer(spatial).&amp;nbsp; i need to assign the polygon attributes to the XY table under which the coordinates are falling without any intermediate stages like creating a point feature class from the view.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jul 2016 06:10:50 GMT</pubDate>
    <dc:creator>SatyanarayanaNarmala</dc:creator>
    <dc:date>2016-07-19T06:10:50Z</dc:date>
    <item>
      <title>Assign attributes</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/assign-attributes/m-p/676671#M1533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="j-excerpt-slug"&gt;Hi,&amp;nbsp; i have a view in postgres view comprising of X Y coordinates (Non-spatial) and a polygon layer(spatial).&amp;nbsp; i need to assign the polygon attributes to the XY table under which the coordinates are falling without any intermediate stages like creating a point feature class from the view.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 06:10:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/assign-attributes/m-p/676671#M1533</guid>
      <dc:creator>SatyanarayanaNarmala</dc:creator>
      <dc:date>2016-07-19T06:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Assign attributes</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/assign-attributes/m-p/676672#M1534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can make an XY event layer from the XY table in ArcMap, which is sort of like a temporary feature class.&lt;/P&gt;&lt;P&gt;Then a spatial join between the points and the polygons should enable you to calculate the attributes from one to the other.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 06:13:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/assign-attributes/m-p/676672#M1534</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2016-07-19T06:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Assign attributes</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/assign-attributes/m-p/676673#M1535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can i do it directly, with out any intermediate stage such as converting the XY event theme to point then spatial join.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 06:19:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/assign-attributes/m-p/676673#M1535</guid>
      <dc:creator>SatyanarayanaNarmala</dc:creator>
      <dc:date>2016-07-19T06:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Assign attributes</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/assign-attributes/m-p/676674#M1536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I do not know what your db is, but if it is a spatially enabled database, there will be ways to create a temporary geometry from the points then do some overlay inside the db in SQL. But I am not an expert in that.&lt;/P&gt;&lt;P&gt;But you will need some form of geometry both sides to use any sort of spatial query.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 06:33:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/assign-attributes/m-p/676674#M1536</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2016-07-19T06:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: Assign attributes</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/assign-attributes/m-p/676675#M1537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know anything about postgres, but if you are just trying to add the polygon fields to the point file...and assuming they have some type of common field between the two tables, and/or you can add a common field, and/or, they all are in on polygon, you may want to look at &lt;A href="https://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/join-field.htm" title="https://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/join-field.htm"&gt;Join Field—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is a lot of assumptions, but without having some intermediate step to make the XY coordinates become spatially aware, you would have to do a lot more work, and most likely some type of python or other program.&amp;nbsp; There may be tools that already automate that (i.e., creating the temp spatial, join, and then wipe our the temp file), but I don't know of one off hand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 15:18:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/assign-attributes/m-p/676675#M1537</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-07-19T15:18:20Z</dc:date>
    </item>
  </channel>
</rss>

