pyprecag.errors

Custom Error Types

exception pyprecag.errors.DriverError[source]

Encapsulates unsupported driver and driver mode errors.

exception pyprecag.errors.GeometryError[source]

Encapsulates unexpected geometry type. eg. Expects Polygon Geometry, receives Line geometry

exception pyprecag.errors.OutOfRangeError[source]
exception pyprecag.errors.SpatialReferenceError[source]

Encapsulates spatial reference Error eg. expecting projected CRS but receives geographic

exception pyprecag.errors.TransformationError[source]

Encapsulates errors when projecting features eg. expecting projected CRS but receives geographic