-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add proj centroid #38
Conversation
These tests pass locally, but fail in CI, so I'm going to have to figure out what the difference is. |
I'd look at shapely version first? |
That was my thought too |
I don't think is shapely -- for whatever reason, the calculation of the centroid returns an empty point, and I can't repro it locally, even after creating that same conda env 🤷🏻 |
51c4d2a
to
592d521
Compare
Next place I'd look is GEOS errors/warnings. I've seen times when libraries might not link up correctly, but it doesn't error on import; instead, it'll just break behavior in weird ways. |
Related Issue(s):
Proposed Changes:
PR Checklist: