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
The vectorised geometry functions are not coherent. Some go via GeoPandas, others directly to shapely or pygeos.
If there was a module for all vectorised functions:
pygeos could be made an optional dependency, making installation easier. Although we couldn't recommend this as it would decimate performance.
It would be easier to update as the different pygeos/shapely packages evolve.
The text was updated successfully, but these errors were encountered:
The vectorised geometry functions are not coherent. Some go via GeoPandas, others directly to shapely or pygeos.
If there was a module for all vectorised functions:
The text was updated successfully, but these errors were encountered: