Re: [Paraview] netCDF reader

2010-01-18 Thread Moreland, Kenneth
I'm not sure vtkImageData (and everything that uses it) really supports negative spacing. See, for example, this email thread: http://www.vtk.org/pipermail/vtkusers/2009-May/100989.html. I agree. And that's why I have added the function fabs to make positive the tolerance variable.

Re: [Paraview] netCDF reader

2010-01-15 Thread Brockmann Patrick
I have identified those points which causes problems with the actual /ParaView3/VTK/IO/vtkNetCDFCOARDSReader.cxx - if a regular spacing coordinate variable decreases (90 to -90 for example), you always get a vtkRectilinear grid. It should reach, wth the computing choice made, to the creation of

Re: [Paraview] netCDF reader

2010-01-14 Thread Moreland, Kenneth
I have identified those points which causes problems with the actual /ParaView3/VTK/IO/vtkNetCDFCOARDSReader.cxx - if a regular spacing coordinate variable decreases (90 to -90 for example), you always get a vtkRectilinear grid. It should reach, wth the computing choice made, to the creation

Re: [Paraview] netCDF reader

2010-01-13 Thread Moreland, Kenneth
The netCDF reader in ParaView implements the COARDS convention, which is a subset of the CF convention. To the best of my knowledge, both conventions define the spherical coordinates in the same way. So if you have a netCDF file containing the CF convention for latitude and longitude, then

Re: [Paraview] netCDF reader

2010-01-13 Thread Brockmann Patrick
Moreland, Kenneth a écrit : The netCDF reader in ParaView implements the COARDS convention, which is a subset of the CF convention. To the best of my knowledge, both conventions define the spherical coordinates in the same way. So if you have a netCDF file containing the CF convention for