Geometry Classes#

utils.geometry.Coordinate(values, units, ...)

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

utils.geometry.BoundingBox(left, bottom, ...)

Bounding box, defining extent in cartesian coordinates.

utils.geometry.CRS(crs_spec)

Wrapper around pyproj.CRS for backwards compatibility.

utils.geometry.Geometry(geom[, crs])

2D Geometry with CRS

utils.geometry.GeoBox(width, height, affine, crs)

Defines the location and resolution of a rectangular grid of data, including it's CRS.

utils.geometry.BoundingBox(left, bottom, ...)

Bounding box, defining extent in cartesian coordinates.

utils.geometry.gbox.GeoboxTiles(box, tile_shape)

Partition GeoBox into sub geoboxes

model.GridSpec(crs, tile_size, resolution[, ...])

Definition for a regular spatial grid

utils.geometry.CRSError(error_message)

Raised when a CRS error occurs.

utils.geometry.CRSMismatchError

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