[ENH] Overlay functionality with Dask-geopandas - #217
Conversation
|
Thanks for looking into this. Seeing that this is essentially a mirror of sjoin inner implementation we have here, I am a bit afraid it won't be that easy. Take an example of We face very similar issue in left For overlay, we would need some form of very smart overlapping computation (#40) and I am not fully sure how would that work at the moment. |
d1a6bcd to
f8da2f6
Compare
|
I wonder if it would not be better to solve this using the map-reduce pattern? For computing differences, That way, we can avoid increasing the partition sizes to implement |

To-Do