odc.geo.geobox.GeoBox.footprint

GeoBox.footprint(crs, buffer=0, npoints=100)[source]

Compute footprint in foreign CRS.

Parameters
  • crs (Union[str, CRS, CRS, Dict[str, Any]]) – CRS of the destination

  • buffer (float) – amount to buffer in source pixels before transforming

  • npoints (int) – number of points per-side to use, higher number is slower but more accurate

Return type

Geometry