gdal.add_overviews

Build internal pyramid overviews on a raster.

  • Kind: standard
  • Network: no
  • Wraps: gdaladdo

Inputs🔗

NameTypeDescription
sourcefile (GeoTIFF)Input raster. A copy is made; the source is not modified.
levelsstringSpace-separated decimation factors, e.g. "2 4 8 16". Default "2 4 8 16".
resamplingstringResampling method for the overviews (default average).

Outputs🔗

NameTypeDescription
rasterfile (GeoTIFF)Raster with overviews attached.