View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0005016ParaView(No Category)public2007-05-10 15:512009-05-13 13:46
ReporterJon Goldman 
Assigned ToKen Moreland 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version3.6Fixed in Version 
Summary0005016: simple 3-point CSV file -- nothing showing in 3D view
DescriptionI have a very simple CSV file:

X::Point,Y::Point,Z::Point
0,0,0
0,10,0
0,10,10

I load the data.
Nothing shows up in the 3D view.
I guess I expected to see a single triangle...

Attached is an image snapshot from PV3.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0011748)
Ken Moreland (manager)
2008-05-08 10:39

The support for CSV files is all messed up. We hope to address these issues in version 3.6 with better support for table data sets. I envision this scenario playing out as follows:

1. Load in the CSV file. The file becomes a table data type, which is shown by default in a spreadsheet view. Makes sense since it's basically just regurgitating the CSV contents.

2. Run a filter that imposes connectivity. Taking every three rows and making a triangle from those makes as much sense as anything else.
(0014955)
Ken Moreland (manager)
2009-02-16 15:19

Now CSV files are read as tables. There is a filter to convert tables to a poly data set with a bunch of vertex cells using some columns as coordinates.

If you want a filter that provides other connectivity, either implement that as a programmable filter or issue another bug.
(0014989)
Alan Scott (manager)
2009-02-16 19:07

I could not get this to work.
* I was able to read the CSV file into a table.
* Table to Points and Table to Structured Grid then produced junk. Does it work for you? How did you get it to work?
(0015024)
Ken Moreland (manager)
2009-02-17 11:48

It works fine for me. I loaded in a CSV file with the contents exactly like those specified on this bug. I then ran Table To Points. I set X Column to X::Point, Y Column to Y::Point and Z Column to Z::Point. When I make the result visible in a 3D view, I get three points at exactly the coordinates specified in the CSV file.

Did you perhaps forget to set the values for the X/Y/Z Column parameters of the Table To Points filter?
(0015195)
Alan Scott (manager)
2009-02-18 19:19

Tested local server.

 Issue History
Date Modified Username Field Change
2008-04-09 20:39 Berk Geveci Category => 3.6
2008-05-08 10:39 Ken Moreland Note Added: 0011748
2009-02-16 15:19 Ken Moreland Note Added: 0014955
2009-02-16 15:19 Ken Moreland Status tabled => @80@
2009-02-16 15:19 Ken Moreland Resolution open => fixed
2009-02-16 19:07 Alan Scott Assigned To Berk Geveci => Ken Moreland
2009-02-16 19:07 Alan Scott Note Added: 0014989
2009-02-16 19:07 Alan Scott Status @80@ => @20@
2009-02-16 19:07 Alan Scott Resolution fixed => reopened
2009-02-17 11:48 Ken Moreland Note Added: 0015024
2009-02-17 11:48 Ken Moreland Status @20@ => @80@
2009-02-17 11:48 Ken Moreland Resolution reopened => fixed
2009-02-18 19:19 Alan Scott Note Added: 0015195
2009-02-18 19:19 Alan Scott Status @80@ => closed
2009-05-13 13:46 Utkarsh Ayachit Target Version => 3.6
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team