Opened 14 years ago

Closed 12 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 Peter Baumann, 14 years ago

Owner: changed from cjucovschi to cj
Status: newassigned

comment:2 by Dimitar Misev, 13 years ago

Owner: changed from cj to Dimitar Misev
Status: assignedaccepted

comment:3 by Dimitar Misev, 12 years ago

Resolution: fixed
Status: acceptedclosed
Note: See TracTickets for help on using tickets.