I have two point layers, one with 233 row, other with 1531.For every point in layer 1, I would like to get the closest point from layer 2, (ok simple enough, but here's a trick) that has the value of attribute 1 lower than the compared point in layer 2.This attribute being time, so it occurred before (I converted time to integer for easier comparison).
I wanted to go with distance matrix, but there's no filter option, so I just tried to do the complete matrix, but that didn't work since there s too much data. The solution doesn't need to include distance matrix, I can also do some simplescripting I guess.
Sorry if I didn't express myself clearly, I will edit, update if needed.
أكثر...
I wanted to go with distance matrix, but there's no filter option, so I just tried to do the complete matrix, but that didn't work since there s too much data. The solution doesn't need to include distance matrix, I can also do some simplescripting I guess.
Sorry if I didn't express myself clearly, I will edit, update if needed.
أكثر...