We have a network of lines that we need to assign 2 values from the closest points in a point Feature Class.
The line segments need the values from the closest points to the beginning and end of the line assigned to their respective field in the line FC. They are Mileposts, and we need to get the Milepost value in the 'MpFrom' and 'MPTo' fields in the Line. The lines are not always drawn in a low to high orientation.
My hang up is I can't find a an arcpy tool or Arcade function that selects the point closest to the line endpoint(s).
Does this functionality really not exist? Arcade would make it easy to bring the value across from the point to the line if I could just select it based on spatial relationship to the endpoint.