We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It has been happening for years. For instance you can run ALS and get
/home/michele/openquake/lib/python3.11/site-packages/shapely/constructive.py:180: RuntimeWarning: divide by zero encountered in buffer
It is harmless, but it would be nice to remove the warning. See also pygeos/pygeos#357.
The text was updated successfully, but these errors were encountered:
There is also another warning coming from a different call:
shapely/set_operations.py:419: RuntimeWarning: divide by zero encountered in unary_union
It is invoked by shapely.ops.unary_union(polygons).
shapely.ops.unary_union(polygons)
Sorry, something went wrong.
ptormene
No branches or pull requests
It has been happening for years. For instance you can run ALS and get
It is harmless, but it would be nice to remove the warning. See also pygeos/pygeos#357.
The text was updated successfully, but these errors were encountered: