Select to view content in your preferred language

Spatial join issue

894
1
Jump to solution
03-05-2024 04:42 PM
Labels (1)
KKelechenyi
Occasional Contributor

Hello all,

I am using ArcGIS Pro 2.8, and I'm having trouble with spatial joins between two point layers of 40K records each.  I ran the first spatial join and had 127 records with join count 0.  These 127 points were in the incorrect spot, so I moved them to their correct location. Then I ran the spatial join again, using the same parameters and tolerances.  This time there are 15K records with join count 0.  Does anyone have any suggestions?

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
AlexanderDanielPratama
Esri Contributor

You are doing spatial join between two points, right? Doing the joins between points is not the best practice. You need to create the buffer one of the points that you tend as a join feature in the spatial join. After that, you can do the spatial join. 

To maximize the result, please use the same coordinate system.

Hope it helps you

Cheers

View solution in original post

1 Reply
AlexanderDanielPratama
Esri Contributor

You are doing spatial join between two points, right? Doing the joins between points is not the best practice. You need to create the buffer one of the points that you tend as a join feature in the spatial join. After that, you can do the spatial join. 

To maximize the result, please use the same coordinate system.

Hope it helps you

Cheers