Opened 12 years ago
Closed 12 years ago
#4044 closed defect (fixed)
Error running gdaladdo on images with an internal overview
Reported by: | brushtyler | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | 1.9.0 |
Component: | default | Version: | unspecified |
Severity: | normal | Keywords: | |
Cc: |
Description (last modified by )
I get an error running gdaladdo on a geotiff with an internal overview.
I'm trying to create an external overview (-ro option) for the file but I get the following error:
ERROR 4: `../001.tif.ovr' does not exist in the file system, and is not recognised as a supported dataset name.
Obviously 001.tif.ovr doesn't exist as 001.tif has an internal overview.
The same problem using as input a .img file with an internal overview, so I can suppose it's a general problem not related to the tiff format.
Change History (3)
comment:1 by , 12 years ago
Description: | modified (diff) |
---|---|
Summary: | Error running gdaladdo on GeoTIFFs with an internal overview → Error running gdaladdo on images with an internal overview |
comment:2 by , 12 years ago
comment:3 by , 12 years ago
Milestone: | → 1.9.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I'm not sure what was your expectation from this experiment...
Are you just reporting that the error message is misleading (this should likely be fixed), or do you expect the GTiff and HFA drivers to be abloe to mix external overviews and internal overviews ?
The current behaviour is that the GTiff driver will only return internal overviews if they exist, and ignore completely the .tif.ovr file (the same applies for HFA driver)