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 , 7 years ago
comment:2 by , 7 years ago
Priority: | major → minor |
---|
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 , 7 years ago
Milestone: | 9.5 → Future |
---|
comment:4 by , 6 years ago
Milestone: | Future → 9.7 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Please search for transpose in conversion/gdal.cc for an example of what should be done in csv.cc
comment:5 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Just to update, I can confirm: