Opened 12 years ago

Closed 12 years ago

#76 closed defect (fixed)

CSV output does not coincide with Hexadecimal output

Reported by: Damiano Barboni <barboni@…> Owned by: jwaldman
Priority: major Milestone:
Component: petascope Version: 8.2
Keywords: Cc: Peter Baumann, Dimitar Misev
Complexity: Medium

Description

bug derived by a discussion on rasdaman-users mailing list http://groups.google.com/group/rasdaman-users/browse_thread/thread/ec621a2755e7605e?hl=en

CSV output does not coincide with Hexadecimal output

Attached the images and the scripts than can reproduce the error

The detailed description of the issue that affects also Petascope are provided at http://groups.google.com/group/rasdaman-users/browse_thread/thread/ec621a2755e7605e?hl=en

Damiano

Attachments (1)

petascopeIssue.zip (9.1 KB ) - added by Damiano Barboni <barboni@…> 12 years ago.

Download all attachments as: .zip

Change History (5)

by Damiano Barboni <barboni@…>, 12 years ago

Attachment: petascopeIssue.zip added

comment:1 by Dimitar Misev, 12 years ago

Cc: Peter Baumann Dimitar Misev added
Owner: changed from Dimitar Misev to jwaldman
Status: newassigned

comment:2 by petwa@…, 12 years ago

I believe we are seeing a similar issue on our datasets.
We are also using Petascope but the problem is reproduced below in RASQL.

petwa@pmpc991[MYOCEAN_NWS_CHL] rasql --user rasadmin --passwd rasadmin -q 'select csv(c[20:30,300,500]) from MYOCEAN_NWS_CHL AS c' --out string
rasql: rasdaman query tool v1.0, rasdaman v8 -- generated on 11.11.2011 18:00:30.
opening database RASBASE at localhost:7001...ok
Executing retrieval query...ok
Query result collection has 1 element(s):
  Result object 1: 0,0,0,0.0977237,0,-999,0,-999,0,-999,0.0977237
rasql done.
petwa@pmpc991[MYOCEAN_NWS_CHL] rasql --user rasadmin --passwd rasadmin -q 'select csv(c[20:30,299:301,499:501]) from MYOCEAN_NWS_CHL AS c' --out string
rasql: rasdaman query tool v1.0, rasdaman v8 -- generated on 11.11.2011 18:00:30.
opening database RASBASE at localhost:7001...ok
Executing retrieval query...ok
Query result collection has 1 element(s):
  Result object 1: {{0,0,0},{0,0,0},{0,0,0}},{{0,0,0},{0,0,0},{0,0,0}},{{0,0,0},{0,0,0},{0,0,0}},{{0,0,0},{0,0,0},{0,0,0}},{{0,0,0},{0,0,0},{0,0,0}},{{0,0,0},{0,0,0},{0,0,0}},{{0,0,0},{0,0,0},{0,0,0}},{{0,0,0},{0,0,0},{0,0,0}},{{0,0,0},{0,0,0},{0,0,0}},{{0,0,0},{0,0,0},{0,0,0}},{{0,0,0},{0,0,0},{0,0,0}}
rasql done.

I would expect the second result set to include the data found in the first. Am I missing something?

Cheers,

Pete

comment:3 by Peter Baumann, 12 years ago

Summary: Link petascope coverage axes and rasdaman collections. CSV output does not coincide with Hexadecimal outputCSV output does not coincide with Hexadecimal output

comment:4 by Dimitar Misev, 12 years ago

Resolution: fixed
Status: assignedclosed

Submitted patch that fixes this.

Note: See TracTickets for help on using tickets.