You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Return intersection result as GeoDataFrame (instead of np.recarray) if geopandas is available.
Remove shapely<2.0 code. It's been released for a while now so perhaps we can get rid of some old code?
Deprecate method="structured" mode? This is somewhat complex to maintain, and performs worse than "vertex" mode in almost all cases, especially since Shapely 2.0 was released. This has the added advantage of "solving" the first issue in this list.
I'm curious to hear your thoughts about these suggestions, so let me know what you think, and I can put together a PR!
Some things I'd like to fix in gridintersect.py:
method="structured"mode? This is somewhat complex to maintain, and performs worse than "vertex" mode in almost all cases, especially since Shapely 2.0 was released. This has the added advantage of "solving" the first issue in this list.I'm curious to hear your thoughts about these suggestions, so let me know what you think, and I can put together a PR!