Opened 14 years ago

Closed 13 years ago

#31 closed enhancement (fixed)

Extending inv_tiff() in rasql to import tiff files with float data type

Reported by: m.owonibi@… Owned by: Peter Baumann
Priority: critical Milestone:
Component: applications Version:
Keywords: Cc: jucovschi@…
Complexity: Medium

Description

Currently, inv_tiff() functionality in rasql only allows for importing char-typed tiff files, it needs to be extended to read and insert into and update collections with tiff files with float data types.

Change History (4)

comment:1 by Peter Baumann, 14 years ago

Owner: set to cj
Priority: majorcritical
Status: newassigned

comment:2 by cj, 14 years ago

Submitted a bug fix (changeset 1c27972c2c05c0bee40c6562cf277caeb0908d1d). Queries
./rasql -q "create collection fs FloatSet"
./rasql -q 'insert into fs values inv_tiff($1)' —file Area_1.tif

insert Area_1.tif, which is a Float image (excerpt from tiffinfo)

Image Width: 2654 Image Length: 4020
Bits/Sample: 32
Sample Format: IEEE floating point

comment:3 by Peter Baumann, 13 years ago

Owner: changed from cj to Peter Baumann

comment:4 by Dimitar Misev, 13 years ago

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