Opened 4 years ago
Last modified 4 years ago
#2421 closed defect
petascope - rasql servlet null error to get the encode format type — at Initial Version
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | petascope | Version: | 9.8 |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Medium |
Description
This rasql query returns NULL error in petascope
select encode( scale(c, [0:10,0:20] / 5.0), "png") from test_mr as c
with this request:
http://localhost:8082/rasdaman/rasql?username=rasguest&password=rasguest&query=select%20encode(%20scale(c%2C%20%5B0%3A10%2C0%3A20%5D%20%2F%205.0)%2C%20%22png%22)%20from%20test_mr%20as%20c
Note:
See TracTickets
for help on using tickets.