<?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: Newbie issue with Spatial Join (points into polygons) in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/newbie-issue-with-spatial-join-points-into/m-p/51600#M2951</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The coordinate systems need to be the same.&lt;/P&gt;&lt;P&gt;The addresses are not relevant the coordinate system of the file is, which appears that you need the points to be in a Geographic Coordinate system with decimal degrees for units (eg. GCS WGS84 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also.... this is not longitude/latitude since 103 can't be a latitude, perhaps you have them switched&lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0" dir="ltr" style="background-color: transparent; border-collapse: collapse; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; border-spacing: 0px 0px; color: #3d3d3d; font-family: arial,helvetica,&amp;amp;quot; helvetica neue&amp;amp;quot;,verdana,sans-serif; font-size: 13.33px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; outline-color: invert; outline-style: none; outline-width: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; padding: 0px; margin: 0px 0px 2px 0px; border: 0px none #3d3d3d;"&gt;&lt;TBODY style="border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; font-family: arial,helvetica,&amp;amp;quot; helvetica neue&amp;amp;quot;,verdana,sans-serif; font-size: 13.33px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-align: left; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px solid #3d3d3d;"&gt;&lt;TR style="border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; font-family: arial,helvetica,&amp;amp;quot; helvetica neue&amp;amp;quot;,verdana,sans-serif; font-size: 13.33px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-align: left; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px solid #3d3d3d;"&gt;&lt;TD data-sheets-value="{&amp;quot;1&amp;quot;:3,&amp;quot;3&amp;quot;:1.353138}" style="border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; font-family: arial,helvetica,&amp;amp;quot; helvetica neue&amp;amp;quot;,verdana,sans-serif; font-size: 13.33px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-align: left; vertical-align: baseline; padding: 2px 3px 2px 3px; margin: 0px; border: 0px solid #3d3d3d;"&gt;1.353138&lt;/TD&gt;&lt;TD data-sheets-value="{&amp;quot;1&amp;quot;:3,&amp;quot;3&amp;quot;:103.9379173}" style="border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; font-family: arial,helvetica,&amp;amp;quot; helvetica neue&amp;amp;quot;,verdana,sans-serif; font-size: 13.33px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-align: left; vertical-align: baseline; padding: 2px 3px 2px 3px; margin: 0px; border: 0px solid #3d3d3d;"&gt;103.9379173&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Just make sure that everything is in the same coordinate system.&lt;/P&gt;&lt;P&gt;lining up on screen is irrelevant because of projection on the fly which makes things look like they aren't&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 14 Apr 2018 03:14:16 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2018-04-14T03:14:16Z</dc:date>
    <item>
      <title>Newbie issue with Spatial Join (points into polygons)</title>
      <link>https://community.esri.com/t5/data-management-questions/newbie-issue-with-spatial-join-points-into/m-p/51599#M2950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to use Spatial Join to join my point data with my polygon data. I'm trying to associate points (representing housing resale sites) into polygons (subzones in a country). My goal is to calculate the mean of all these resale points and associate them into a polygon subzone using Spatial Join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's what I've been doing so far:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Target Feature - the polygon shapefile which demarcates the subzones&lt;/P&gt;&lt;P&gt;2) Join Features - the layer with the points (resale price per square foot, or resale_psf)&lt;/P&gt;&lt;P&gt;3)&amp;nbsp;Join Operation - one to one&lt;/P&gt;&lt;P&gt;4) Field Map of Join Features - I added a new field called "resale_mean", which computes mean using the source "resale_psf" using the Merge Rule option&lt;/P&gt;&lt;P&gt;5) Match Option - Intersect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm getting these errors:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR 999999: Error executing function.&lt;BR /&gt; An invalid SQL statement was used.&lt;BR /&gt; The table was not found. [MP14_SUBZONE_NO_SEA_PL_Spati1]&lt;BR /&gt; Failed to execute (SpatialJoin).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure if it's due to differing coordinate systems, although both points and polygon show up on the map just fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My points have long/lat values such as&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0" dir="ltr" style="border: none; font-size: 10pt;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD data-sheets-value="{&amp;quot;1&amp;quot;:3,&amp;quot;3&amp;quot;:1.353138}" style="padding: 2px 3px 2px 3px;"&gt;1.353138&lt;/TD&gt;&lt;TD data-sheets-value="{&amp;quot;1&amp;quot;:3,&amp;quot;3&amp;quot;:103.9379173}" style="padding: 2px 3px 2px 3px;"&gt;103.9379173&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And my shapefile has X_ADDR and Y_ADDR such as&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;31710 and 38310&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And both are in the same area&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice would be appreciated. Thank you!&lt;BR /&gt;&lt;BR /&gt;Bryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Apr 2018 03:03:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/newbie-issue-with-spatial-join-points-into/m-p/51599#M2950</guid>
      <dc:creator>Bryansum</dc:creator>
      <dc:date>2018-04-14T03:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie issue with Spatial Join (points into polygons)</title>
      <link>https://community.esri.com/t5/data-management-questions/newbie-issue-with-spatial-join-points-into/m-p/51600#M2951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The coordinate systems need to be the same.&lt;/P&gt;&lt;P&gt;The addresses are not relevant the coordinate system of the file is, which appears that you need the points to be in a Geographic Coordinate system with decimal degrees for units (eg. GCS WGS84 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also.... this is not longitude/latitude since 103 can't be a latitude, perhaps you have them switched&lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0" dir="ltr" style="background-color: transparent; border-collapse: collapse; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; border-spacing: 0px 0px; color: #3d3d3d; font-family: arial,helvetica,&amp;amp;quot; helvetica neue&amp;amp;quot;,verdana,sans-serif; font-size: 13.33px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; outline-color: invert; outline-style: none; outline-width: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; padding: 0px; margin: 0px 0px 2px 0px; border: 0px none #3d3d3d;"&gt;&lt;TBODY style="border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; font-family: arial,helvetica,&amp;amp;quot; helvetica neue&amp;amp;quot;,verdana,sans-serif; font-size: 13.33px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-align: left; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px solid #3d3d3d;"&gt;&lt;TR style="border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; font-family: arial,helvetica,&amp;amp;quot; helvetica neue&amp;amp;quot;,verdana,sans-serif; font-size: 13.33px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-align: left; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px solid #3d3d3d;"&gt;&lt;TD data-sheets-value="{&amp;quot;1&amp;quot;:3,&amp;quot;3&amp;quot;:1.353138}" style="border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; font-family: arial,helvetica,&amp;amp;quot; helvetica neue&amp;amp;quot;,verdana,sans-serif; font-size: 13.33px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-align: left; vertical-align: baseline; padding: 2px 3px 2px 3px; margin: 0px; border: 0px solid #3d3d3d;"&gt;1.353138&lt;/TD&gt;&lt;TD data-sheets-value="{&amp;quot;1&amp;quot;:3,&amp;quot;3&amp;quot;:103.9379173}" style="border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; font-family: arial,helvetica,&amp;amp;quot; helvetica neue&amp;amp;quot;,verdana,sans-serif; font-size: 13.33px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-align: left; vertical-align: baseline; padding: 2px 3px 2px 3px; margin: 0px; border: 0px solid #3d3d3d;"&gt;103.9379173&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Just make sure that everything is in the same coordinate system.&lt;/P&gt;&lt;P&gt;lining up on screen is irrelevant because of projection on the fly which makes things look like they aren't&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Apr 2018 03:14:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/newbie-issue-with-spatial-join-points-into/m-p/51600#M2951</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-04-14T03:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie issue with Spatial Join (points into polygons)</title>
      <link>https://community.esri.com/t5/data-management-questions/newbie-issue-with-spatial-join-points-into/m-p/51601#M2952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apologies yes it was supposed to be 103 and 1.35 for long/lat respectively.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks - I have managed to perform the spatial join and calculate the mean resale value in each polygon after matching the coordinate systems.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Apr 2018 03:23:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/newbie-issue-with-spatial-join-points-into/m-p/51601#M2952</guid>
      <dc:creator>Bryansum</dc:creator>
      <dc:date>2018-04-14T03:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie issue with Spatial Join (points into polygons)</title>
      <link>https://community.esri.com/t5/data-management-questions/newbie-issue-with-spatial-join-points-into/m-p/51602#M2953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bryan you might want to mark this answered then.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Apr 2018 13:33:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/newbie-issue-with-spatial-join-points-into/m-p/51602#M2953</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-04-14T13:33:47Z</dc:date>
    </item>
  </channel>
</rss>

