Hello
I have two datasets of points that exist on either side of a buffered line (one that resides inside of a buffer and one that resides outside). I am going to take values of each point based on vegetation classes found in an underlying raster layer and compare those that are directly across from one another along the buffered line.
What I am trying to work out is how I can match the points that are across from one another into a new dataset? Or, is there a way I can create a common field with a common value that will can be shared between the adjacent points that will ensure that the points that are directly across from one another will inherit that same value?
Here is a pic of the points that I am trying to match for further analysis:

Thanks