Introduction
Developer Guide
Index
Construct GeoBox from a polygon.
GeoBox
resolution (Union[float, int, Resolution]) – Either a single number or a Resolution object.
Union
float
int
Resolution
crs (Union[str, CRS, CRS, Dict[str, Any], None]) – CRS to use, if different from the geopolygon
str
CRS
Dict
Any
None
align (Optional[XY[float]]) – Align geobox such that point ‘align’ lies on the pixel boundary.
Optional
XY