Opened 15 years ago
Closed 13 years ago
#26 closed defect (fixed)
CSV converter delivers wrong result on large data
Reported by: | Andrei Aiordachioaie | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | Future |
Component: | conversion | Version: | 8.1 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
The result of the query
select csv(cov[0:399, 0:343].0) from rgb as cov
should be the encoding of "rgb" as comma-separated values. However, it does not contain the band value 164, which comes out when only a small subset of the image is evaluated:
select csv(cov[200:299, 200:300].0) from rgb as cov
Change History (3)
comment:1 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | assigned → accepted |
comment:3 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.