GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
GDAL-RASTER-OVERVIEW-DELETE(1) GDAL GDAL-RASTER-OVERVIEW-DELETE(1)

gdal-raster-overview-delete - Delete overviews of a raster dataset

Added in version 3.11.

Usage: gdal raster overview delete [OPTIONS] <DATASET>
Deleting overviews.
Positional arguments:

--dataset <DATASET> Dataset (to be updated in-place, unless --read-only) [required] Common Options:
-h, --help Display help message and exit
--json-usage Display usage as JSON document and exit
--config <KEY>=<VALUE> Configuration option [may be repeated]
--progress Display progress bar Options:
--external Delete external overviews Advanced Options:
--oo, --open-option <KEY>=<VALUE> Open options [may be repeated]


gdal raster overview delete can be used to delete all existing overviews of a dataset.

NOTE:

For most file formats (including GeoTIFF or GeoPackage), the space previously occupied by the removed overviews may not be reclaimed. It might be needed for use gdal raster convert to create a new compact dataset.


Dataset name, to be updated in-place by default (unless --external is specified). Required.

Remove external .ovr overviews.

gdal raster overview delete my.tif


Even Rouault <even.rouault@spatialys.com>

1998-2025

May 6, 2025

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.