Opened 6 years ago
Closed 5 years ago
#2065 closed enhancement (fixed)
rasql: cannot update collection with CFloat32
Reported by: | Bang Pham Huu | Owned by: | apercov |
---|---|---|---|
Priority: | major | Milestone: | 9.8 |
Component: | server | Version: | 9.7 |
Keywords: | Cc: | Vlad Merticariu | |
Complexity: | Medium |
Description
Attached, file is 1 band Tif file with GDAL CFloat32 type.
CREATE COLLECTION test_CFloat32 Gauss1Set INSERT INTO test_CFloat32 VALUES <[0:0,0:0] complex(0f, 0f)> UPDATE test_CFloat32 SET test_CFloat32[0:88,0:70] ASSIGN decode(<[0:0] 1c>, "GDAL", "{\"filePaths\":[\"/home/rasdaman/rasdaman_community/rasdaman/systemtest/testcases_services/test_all_wcst_import/testdata/test_CFloat32/test.tif\"]}") WHERE oid(test_CFloat32) = 144897
No log from rasserver, except this line
Reason: Exception: Conversion format is not supported.
Attachments (2)
Change History (10)
by , 6 years ago
by , 6 years ago
comment:2 by , 6 years ago
Replying to dmisev:
can you create a test.sh script?
It contains only 3 rasql commands (However, it is here http://rasdaman.org/attachment/ticket/2065/test.sh).
Copy attached file to /tmp/test.tif before running script.
comment:3 by , 6 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 6 years ago
I don't believe it is a bug, but rather an enhancement. This conversion format seems like it is really not supported. See http://rasdaman.org/browser/conversion/gdal.cc#L514 .
comment:5 by , 6 years ago
Type: | defect → enhancement |
---|
comment:6 by , 5 years ago
Owner: | changed from | to
---|
comment:7 by , 5 years ago
Status: | assigned → accepted |
---|
comment:8 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
CFloat32 file