Raised when the GEOS library version does not support a certain operation.
| 33 | |
| 34 | |
| 35 | class UnsupportedGEOSVersionError(ShapelyError): |
| 36 | """Raised when the GEOS library version does not support a certain operation.""" |
| 37 | |
| 38 | |
| 39 | class DimensionError(ShapelyError): |
no outgoing calls
no test coverage detected
searching dependent graphs…