Opened 13 years ago

Closed 13 years ago

#65 closed defect (fixed)

Tiff encoding

Reported by: m.owonibi@… 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)

rasql_1.tif (370 bytes ) - added by m.owonibi@… 13 years ago.
tiff file generated by query select tiff((float)(marray x in [0:0,0:4] values (x[1]*x[1]) ) ) from mr2 as r

Download all attachments as: .zip

Change History (3)

by m.owonibi@…, 13 years ago

Attachment: rasql_1.tif added

tiff file generated by query select tiff((float)(marray x in [0:0,0:4] values (x[1]*x[1]) ) ) from mr2 as r

comment:1 by anonymous, 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 Dimitar Misev, 13 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.