odc.geo.geobox.GeoBox.footprint
- GeoBox.footprint(crs, buffer=0, npoints=100, wrapdateline=False)
Compute footprint in foreign CRS.
- Parameters:
crs (
Union[str,int,CRS,CRS,Dict[str,Any]]) – CRS of the destinationbuffer (
float) – amount to buffer in source pixels before transformingnpoints (
int) – number of points per-side to use, higher number is slower but more accuratewrapdateline (
bool) – Handle geometries that cross the antimeridian
- Return type: