Geometry Classes

Coordinate(values, units, resolution)

Create new instance of Coordinate(values, units, resolution)

BoundingBox(left, bottom, right, top)

Bounding box, defining extent in cartesian coordinates.

CRS(crs_str)

Wrapper around pyproj.CRS for backwards compatibility.

Geometry(geom[, crs])

2D Geometry with CRS

GeoBox(width, height, affine, crs)

Defines the location and resolution of a rectangular grid of data, including its CRS.

BoundingBox(left, bottom, right, top)

Bounding box, defining extent in cartesian coordinates.

GeoboxTiles(box, tile_shape)

Partition GeoBox into sub geoboxes

GridSpec(crs, tile_size, resolution[, origin])

Definition for a regular spatial grid.

CRSError(error_message)

Raised when a CRS error occurs.

CRSMismatchError

Raised when geometry operation is attempted on geometries in different coordinate references.