MantisBT - ParaView
View Issue Details
0010522ParaViewBugpublic2010-04-08 09:572010-04-15 18:06
Ken Moreland 
David Partyka 
urgentmajorhave not tried
closedfixed 
 
3.83.8 
0010522: Existing netCDF reader being overridden by vtkNetCDFPOPReader
I was just alerted to a problem encountered by a user with a recent ParaView CVS build. I discovered that you recently added a new netCDF reader (vtkNetCDFPOPReader) that is overriding the existing netCDF reader that has been around circa PV version 3.4.

I’m not sure what the NetCDFPOP reader is supposed to provide that the existing one does. I assume POP stands for some kind of convention, but I cannot figure out which one it is. It also claims to be able to load in any netCDF data, but it does not do a particularly good job on the netCDF files I have. For example, if you try to load the VTKData/Data/tos_O1_2001-2002.nc, it gives nonsensical values for the bounds and misinterprets time as a z dimension.
No tags attached.
Issue History
2010-04-08 09:57Ken MorelandNew Issue
2010-04-08 09:58Ken MorelandStatusbacklog => tabled
2010-04-08 09:58Ken MorelandAssigned To => Utkarsh Ayachit
2010-04-08 12:57Utkarsh AyachitAssigned ToUtkarsh Ayachit => David Partyka
2010-04-13 11:39David PartykaNote Added: 0020154
2010-04-13 11:39David PartykaStatustabled => @80@
2010-04-13 11:39David PartykaFixed in Version => 3.8
2010-04-13 11:39David PartykaResolutionopen => fixed
2010-04-15 18:06Ken MorelandStatus@80@ => closed

Notes
(0020154)
David Partyka   
2010-04-13 11:39   
I changed the offending readers extension on the Branch and on HEAD. Let me know if that does not solve the issue!