I have a dataset of points representing solar parks, also these points contain data on the year the solar park was developed. Now I would like to know the distance of these solar parks to the nearest solar park at the time it was developed.
I know how to get the distance between nearest points, but I would like to add a criteria based on the field "year developed". So that I dont get the distance to the nearest point, but to the nearest point with a value for "year developed" lower (earlier in time) than the point the distance is calculated from.
In short, I need to calculate distance to nearest point with a value for "year developed" < than value for designated point.
Does anyone know how to do this using ArcMap 10.3?