Opened 15 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: | 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 , 15 years ago
Owner: | set to |
---|---|
Priority: | major → critical |
Status: | new → assigned |
comment:2 by , 15 years ago
comment:3 by , 14 years ago
Owner: | changed from | to
---|
comment:4 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
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)