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
Shapely 2.0 has been recently released. A great feature it brings is its inclusion of the work of pygeos. Thus, we could migrate the pygeos code we have in core.subset.create_mask to pure-shapely, which would remove pygeos as an optional dependency.
The text was updated successfully, but these errors were encountered:
Description
Shapely 2.0 has been recently released. A great feature it brings is its inclusion of the work of
pygeos
. Thus, we could migrate thepygeos
code we have incore.subset.create_mask
to pure-shapely, which would removepygeos
as an optional dependency.The text was updated successfully, but these errors were encountered: