Introduction
Developer Guide
to_crs()
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, CRS, CRS, Dict[str, Any], None]) – CRS
str
CRS
Dict
Any
None
Geometry