Hi, I am new to GeoNet so apologies if this question has been answered elsewhere and I have not found it yet. I have searched previous posts and have not found a solution (for what I can tell) to my problem.
I have a point shapefile with ~60,000 points. For each point in this shapefile, I need to obtain the distance between that point and every other point along a polyline, which is a separate line shape file. The line shapefile represents a complex dendritic river network. For example, for point xi, I need to calculate the distance between point xi and point y1, y2...yn, where n is the number of points in the point shapefile. I do not have access to the Network Analyst extension. I am a python novice, but competent at coding in R which has been somewhat helpful trying to learn python. I have also used model builder if there is a solution using that approach. Thanks for the help!