Opened 13 years ago
Closed 13 years ago
#65 closed defect (fixed)
Tiff encoding
Reported by: | Owned by: | Peter Baumann | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | applications | Version: | |
Keywords: | Cc: | misev@… | |
Complexity: | Medium |
Description
rasdaman does not support the encoding char, long, short -typed result data in tiff
similarly,pixelwise values of results encoded in tiff in rasdaman is not right
Attachments (1)
Change History (3)
by , 13 years ago
Attachment: | rasql_1.tif added |
---|
comment:1 by , 13 years ago
consider the query below which output csv
rasql -q 'select csv((float)(marray x in [0:0,0:4] values (x[1]*x[1]) ) ) from mr2 as r' —out string
rasql: rasdaman query tool v1.0, rasdaman v8 — generated on 03.08.2010 09:35:44.
opening database RASSERVICE at localhost:7001...ok
Executing retrieval query…ok
Query result collection has 1 element(s):
Result object 1: {0,1,4,9,16}
rasql done.
The attached file contains the output of similar query encoded in tiff
ie.
rasql -q 'select tiff((float)(marray x in [0:0,0:4] values (x[1]*x[1]) ) ) from mr2 as r' —out file
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
tiff file generated by query select tiff((float)(marray x in [0:0,0:4] values (x[1]*x[1]) ) ) from mr2 as r