Opened 7 years ago
Closed 7 years ago
#1690 closed defect (duplicate)
GDAL generated aux files
Reported by: | Dimitar Misev | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 10.0 |
Component: | qlparser | Version: | development |
Keywords: | Cc: | Peter Baumann | |
Complexity: | Easy |
Description
In /tmp there are files like rasdaman.MgXlHu.aux.xml (when encoding with GDAL probably) containing:
<PAMDataset> <SRS>GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degre e",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]]</SRS> <GeoTransform> -1.8000000000000000e+02, 4.0000000000000002e-01, 0.0000000000000000e+00, 9.0000000000000000e+01, 0.0000000000000000e+00, -4.0000000000000002e-01</GeoTransform> <Metadata> <MDI key="NODATA_VALUES">0 0 0</MDI> </Metadata> <Metadata domain="IMAGE_STRUCTURE"> <MDI key="INTERLEAVE">PIXEL</MDI> </Metadata> </PAMDataset>
These aux files should be removed after the encoding is done.
Note:
See TracTickets
for help on using tickets.