Opened 13 years ago

Closed 12 years ago

Last modified 12 years ago

#60 closed enhancement (fixed)

Importing and outputting multi-band tiff files via rasql

Reported by: anonymous Owned by: Dimitar Misev
Priority: major Milestone:
Component: conversion Version:
Keywords: Cc: barboni@…, m.owonibi@…
Complexity: Medium

Description

currently, rasdaman can only import and output 1 band and 3 band tiff files via rasql. However, tiff files can have any arbitrary number of bands. therefore, rasdaman should be improved such that one can write

rasql -q 'insert into test_multiband_collection values inv_tiff($1)' —file multiband_tiff_file

Likewise, rasdaman should be able to output a multi-band tiff file which is stored in it

Attachments (1)

15bandtiff.tiff (3.8 KB ) - added by anonymous 13 years ago.
a 15 band tiff file that can be used to test the data insertion

Download all attachments as: .zip

Change History (5)

by anonymous, 13 years ago

Attachment: 15bandtiff.tiff added

a 15 band tiff file that can be used to test the data insertion

comment:1 by Dimitar Misev, 13 years ago

Owner: changed from Peter Baumann to Dimitar Misev
Status: newaccepted

Copied from ticket #17:

also, updating 2D slices in a 3D object in rasdaman using inv_tiff fails in the following ways.

1) for char-typed object, it fills the updated slice up with zero values
2) for other typed objects, it returns error that it can t be updated

comment:2 by Damiano Barboni <barboni@…>, 12 years ago

I opened a discussion on the rasdaman-users mailing list and I noticed only now that there was already an accepted enhancement.

the discussion on the mailing list is at
http://groups.google.com/group/rasdaman-users/browse_thread/thread/6c10827c80ce8ca0?hl=en

I may add that the multiband tif should also be created without any ColorTable.

Damiano

comment:3 by Dimitar Misev, 12 years ago

Cc: barboni@… m.owonibi@… added
Component: applicationsconversion
Resolution: fixed
Status: acceptedclosed

Has been fixed by changeset:59b19b884c7dfdbbe463783818e7ee4c9638ed95
Please re-open this ticket if you encounter any bugs.

Note: See TracTickets for help on using tickets.