Opened 7 years ago

Closed 6 years ago

#1613 closed defect (fixed)

encode to csv: transpose parameter is not considered

Reported by: Dimitar Misev Owned by: dkamov
Priority: minor Milestone: 9.7
Component: conversion Version: development
Keywords: Cc: olcl
Complexity: Medium

Description

encode(c, "CSV", ".. transpose: [0, 1] ..") has no effect it seems, this should be fixed.

Change History (5)

comment:1 by bbell, 7 years ago

Just to update, I can confirm:

$ rasql -q 'select encode(c[0:9,0:9], "csv", "{ \"transpose\": [0,1] }") from test_clip_1M as c' --out file
rasql: rasdaman query tool v1.0, rasdaman 9.5.0.
opening database RASBASE at localhost:7001...ok
Executing retrieval query...rasdaman error 242: Exception: Invalid format parameter.
aborting transaction...ok
rasql done.

comment:2 by Dimitar Misev, 7 years ago

Priority: majorminor

I'm lowering priority as exporting to 2D or even 3D+ with CSV is not very common (there are plenty of much better formats for 2D).

comment:3 by Vlad Merticariu, 6 years ago

Milestone: 9.5Future

comment:4 by Dimitar Misev, 6 years ago

Milestone: Future9.7
Owner: changed from bbell to dkamov
Status: newassigned

Please search for transpose in conversion/gdal.cc for an example of what should be done in csv.cc

comment:5 by Dimitar Misev, 6 years ago

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