Opened 13 years ago
Closed 13 years ago
#74 closed defect (fixed)
Problem exporting float32 data
Reported by: | Owned by: | Peter Baumann | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | applications | Version: | |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
bug derived by a discussion on rasdaman-users mailing list at
http://groups.google.com/group/rasdaman-users/browse_thread/thread/f35db337ed6a408?hl=en
summarising, the following queries return an unreadable tiff
#create collection
$ rasql -q "create collection mod04 FloatSet"
#insert data
$ rasql -q 'insert into mod04 values marray x in [0:100,0:100]
values .5f'
#export data
$ rasql -q "select tiff(m) from mod04 as m" —out file
the CSV output seems correct
$ rasql -q "select csv(m) from mod04 as m" —out file
damiano
Note:
See TracTickets
for help on using tickets.