Skip to content
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

Handle some spurious (?) warnings? #128

Open
brucecrevensten opened this issue Mar 4, 2022 · 2 comments
Open

Handle some spurious (?) warnings? #128

brucecrevensten opened this issue Mar 4, 2022 · 2 comments

Comments

@brucecrevensten
Copy link
Member

brucecrevensten commented Mar 4, 2022

Two warnings show up in the stdout --

"UserWarning: The Shapely GEOS version (3.10.2-CAPI-1.16.0) is incompatible with the GEOS version PyGEOS was compiled with (3.10.1-CAPI-1.16.0). Conversions between both will be slow."
ShapelyDeprecationWarning: The array interface is deprecated and will no longer work in Shapely 2.0. Convert the '.coords' to a numpy array instead.

We are not convinced either of these are legit warnings - they may be a consequence of the ongoing Shapely development toward a 2.0 with tighter pyGEOS integration (see https://shapely.readthedocs.io/en/stable/migration.html). We could downgrade Shapely to 1.7 (unknown if/what impacts for other packages), shush the warnings, or leave them in place to address at a later time.

@brucecrevensten
Copy link
Member Author

Shapely 2.0 is out but unclear if we'll be needing/using it after #270 is done?

@charparr
Copy link
Member

Addressing #506 should also resolve this issue.

We might want to consider uv to handle our API dependencies

https://docs.astral.sh/uv/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

2 participants