Should we upgrade to Shapely 2.0 in new riverscapes-tools release? #872
-
I'm looking into some calculation of metrics, and there's some useful functionality shapely introduced in v 2.0. There were some significant changes from v 1 to 2 which deprecated some functionality that we'd have to go through and update in our model code, but I think we do it now before Shapely v1 is totally abandoned. |
Beta Was this translation helpful? Give feedback.
Answered by
MattReimer
Jan 11, 2024
Replies: 1 comment 4 replies
-
This is above my pay grade. @MattReimer ? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We cannot do this lightly or assume that our tools will work after this upgrade. We did an upgrade to GDAL a while back and I missed that in the new version sometimes the
lat
andlng
are switched so.... yeah. let's not assume anything hereSome questions that need answering:
proj4
which is a pretty gnarly compile.I think there is a pretty easy branch experiment to do here. Let's upgrade it on a branch and test the living heck out of it. We need to find every
import sha…