Hi,
It would be nice on the join to add some of the kind of customs ids. Because we need to broadcast all the data around if we want for example to append some data.
Example:
val matchedPairs = BroadcastSpatialJoin(sc, leftGeometryById, rightGeometryById, SpatialOperator.Intersects, 0.0)
now I need to join all the data again.... the join should take this into account...
Hi,
It would be nice on the join to add some of the kind of customs ids. Because we need to broadcast all the data around if we want for example to append some data.
Example:
val matchedPairs = BroadcastSpatialJoin(sc, leftGeometryById, rightGeometryById, SpatialOperator.Intersects, 0.0)
now I need to join all the data again.... the join should take this into account...