Opened 11 years ago
Closed 11 years ago
#638 closed defect (fixed)
CSV encoding problem with multiband collections
Reported by: | Piero Campalani | Owned by: | uagha |
---|---|---|---|
Priority: | blocker | Milestone: | 9.0 |
Component: | conversion | Version: | development |
Keywords: | csv encoding multiband rgb | Cc: | Dimitar Misev |
Complexity: | Hard |
Description
CSV does not seem to provide idempotent responses with multiband collections:
$ rasql -q "select csv(c) from rgb AS c" --out string > out1.tmp $ rasql -q "select csv(c) from rgb AS c" --out string > out2.tmp $ diff out1.tmp out2.tmp
Looking at the outputs, there are some contiguous values which change, others do not.
This does not seem to happen with single band collections (I tried mr
)
Change History (5)
comment:1 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:5 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Ok this is bug introduced by Uneeb..
Uneeb I thought you have fixed the csv system test?? This is what I get (the second test is rgb: