An error raised when the geometry has an unrecognized or inappropriate type.
| 53 | |
| 54 | |
| 55 | class GeometryTypeError(ShapelyError): |
| 56 | """An error raised when the geometry has an unrecognized or inappropriate type.""" |
| 57 | |
| 58 | |
| 59 | def __getattr__(name): |
no outgoing calls
no test coverage detected
searching dependent graphs…