Introduction
Developer Guide
to_crs()
__iter__()
GeoBox
GridSpec
Index
Create a 2D Polygon from an affine transform and shape.
Useful for computing footprints of a geo-registered raster images.
shape (Union[Tuple[int, int], XY[int], Shape2d, Index2d]) – Shape of the raster in pixels
Union
Tuple
int
XY
Shape2d
Index2d
transform (Affine) – Affine transfrom from pixel to CRS units
Affine
crs (Union[str, int, CRS, CRS, Dict[str, Any], Unset, None]) – CRS
str
CRS
Dict
Any
Unset
None
Geometry