0

ArcGIS Pro. I've merged my point feature classes of species and have gone to run an Intersect Analysis on these with a line (river) feature class. However, I only receive one point in the output and I know there is hundreds....

Vince
20.5k16 gold badges49 silver badges65 bronze badges
asked Jul 29, 2020 at 10:03
3
  • How do you know they intersect? Try Snap, but backup your data first Commented Jul 29, 2020 at 10:15
  • Okay I'll give this a go. Thanks BERA Commented Jul 29, 2020 at 10:19
  • Point-on-line is often an impossible task. Instead use point-near-line with a suitable small distance tolerance. Commented Jul 29, 2020 at 13:03

1 Answer 1

0

line and points have very precise coordinates and therefore rarely match. Instead of intersect, I recommand you to use spatial join:

  1. this will give you all the points with the attribute of the closest line.

  2. you will have a distance field to check (with an arbitrary tolerance) if the point is near the line (or not)

answered Jul 29, 2020 at 13:11

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.