Opened 12 years ago
Closed 12 years ago
#4006 closed defect (fixed)
Radarsat-2 subdataset's statistics/histogram is not saved to aux.xml
Reported by: | rprinceley | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | GDAL_Raster | Version: | svn-trunk |
Severity: | normal | Keywords: | RS2 |
Cc: | gaopeng |
Description
Statistics and histogram computed for different subdatasets in an Radarsat-2 XML product does not persist in it's aux.xml.
Change History (5)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Keywords: | RS2 added |
---|
comment:3 by , 12 years ago
Frank,
We are using subdatasets exposed by the Radarsat-2 driver (beta0, gamma, sigma0). gdalinfo complains when computing statistics for specific subdatasets:
Warning 1: Unable to save auxilary information in RADARSAT_2_CALIB:BETA0:c:\data\test\product.xml.aux.xml.
Computing for the whole dataset does save one set of statistics and histogram, but not for each subdataset.
comment:4 by , 12 years ago
Frank,
Building overviews has similar problem - overview for subdataset is saved as product.xml.ovr instead of independent overviews for each subdataset.
comment:5 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Robin,
I tried:
on a radarsat 2 dataset. The .aux.xml file held statistics and histograms after this, and a new gdalinfo confirmed (by not going through any slow computation) that the .aux.xml file was being used. I tested this on "trunk" and the "1.8-esri" branch. Can you provide more detail on why you think the values aren't being persisted?