Closed juliohm closed 10 months ago
Currently the geojoin only considers the geometric predicate function to perform a match. Sometimes it is useful to match both in terms of geometric predicates and other variables in the geotables. We could consider an extra keyword option:
geojoin
geojoin(gt1, gt2, pred=pred, match=cols)
Fixed on master.
Currently the
geojoin
only considers the geometric predicate function to perform a match. Sometimes it is useful to match both in terms of geometric predicates and other variables in the geotables. We could consider an extra keyword option: