Opened 7 years ago
Last modified 6 years ago
#1699 closed enhancement
Rasql_removes /tmp/rasdaman.*.aux.xml after encoding result is done — at Initial Version
Reported by: | Bang Pham Huu | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 9.7 |
Component: | conversion | Version: | development |
Keywords: | Cc: | bbell, Peter Baumann, Vlad Merticariu | |
Complexity: | Medium |
Description
When encoding to PNG, TIFF,…it creates the file .aux.xml in /tmp folder, e.g with this query
SELECT encode(c, "png" , "{\"metadata\":{\"resolution\":\"1\"},\"nilValues\":[{\"value\":\"119\"},{\"value\":\"208\"}, {\"value\":\"248\"}],\"nodata\":[119,208,248]}") FROM test_rgb AS c
and a file in /tmp/rasdaman.Ix3L0K.aux.xml is created with this content:
<PAMDataset> <Metadata> <MDI key="NODATA_VALUES">119 208 248</MDI> <MDI key="resolution">1</MDI> </Metadata> <Metadata domain="IMAGE_STRUCTURE"> <MDI key="INTERLEAVE">PIXEL</MDI> </Metadata> </PAMDataset>
Note:
See TracTickets
for help on using tickets.