@martinfleis -- I am working on re-upping spec000, which would bring shapely==v2.1 up to the oldest version.
I am seeing these notes in morphological_tessellation() and enclosed_tessellation().
# TODO: remove the keyword and do simplification by default once it is
# safe to pin shapely 2.1
So we want to do this, correct?:
- Give a deprecation warning that the
simplify removed in a later release and hardcode simplify=True within both the functions
- Remove the key word entirely, maybe after the next release
@martinfleis -- I am working on re-upping spec000, which would bring
shapely==v2.1up to the oldest version.I am seeing these notes in
morphological_tessellation()andenclosed_tessellation().So we want to do this, correct?:
simplifyremoved in a later release and hardcodesimplify=Truewithin both the functions