MCPcopy Create free account
hub / github.com/shapely/shapely / UnsupportedGEOSVersionError

Class UnsupportedGEOSVersionError

shapely/errors.py:35–36  ·  view source on GitHub ↗

Raised when the GEOS library version does not support a certain operation.

Source from the content-addressed store, hash-verified

33
34
35class UnsupportedGEOSVersionError(ShapelyError):
36 """Raised when the GEOS library version does not support a certain operation."""
37
38
39class DimensionError(ShapelyError):

Callers 5

to_wkbFunction · 0.90
line_mergeFunction · 0.90
wrappedMethod · 0.90
voronoi_polygonsFunction · 0.90
queryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…