[Paraview] Getting plate boundary data into Paraview

2010-08-25 Thread Lester Anderson
Hello Further to an earlier post on plate boundary data, I have the data in a variety of formats including Shapefile, GMT data, and simple XY data. Is there an easy way to get the line (or polygon) data into Paraview? I have copied a small sample into here to show the basic format that GMT

[Paraview] Manta site

2010-08-25 Thread Paul Edwards
Hi, I've been trying to try out Manta but the site has been down for a while. Is there a mirror site where I can download the source? Or, could it be put in the git repository for paraview? Regards, Paul ___ Powered by www.kitware.com Visit other

Re: [Paraview] Manta site

2010-08-25 Thread David E DeMarle
Hmmm, svn checkout https://gforge.sci.utah.edu/svn/Manta/trunk Manta worked for me this morning, and http://mantawiki.sci.utah.edu/manta/index.php/Main_Page seems to work fine, so whatever the problem was it seems to be solved. You raise a good point though. I'm not aware of any mirrors. Perhaps

Re: [Paraview] Manta site

2010-08-25 Thread Paul Edwards
The site is up (and probably has been the whole time). The problem I had is that the google DNS servers would not resolve the hostname - when I switched back to my ISP DNS server everything is fine. How strange! Thanks, Paul Ok the site is up, but if you use google DNS servers it will not

Re: [Paraview] Paraview's HDF5 upgraded to 1.8.5

2010-08-25 Thread Dave Partyka
Hey Mike, I just did a universal build now. What specifically were you doing to get the runtime errors? On Tue, Aug 24, 2010 at 2:50 PM, Michael Jackson mike.jack...@bluequartz.net wrote: So can I back that back off to hdf5 version 1.6.9? There are SERIOUS issues with HDF5 version 1.8 being

Re: [Paraview] Paraview's HDF5 upgraded to 1.8.5

2010-08-25 Thread Michael Jackson
So the basics would be if you build HDF5 with i386;x86_64 as the archs to build then use the arch -arch [i386|x86_64] SomeProgram/That/ Creates/HDF5/Files and you should crash out pretty quickly when it is trying to initialize the HDF5 library. If you build the HDF5 project and one of

[Paraview] Split view of parallel domains

2010-08-25 Thread Hom Nath Gharti
Dear all, I have a parallel data file. I want to visualize each domain slightly split from each other so that I can identify each domain without coloring. Do we have some option for this in ParaView? thanks, Hom Nath ___ Powered by www.kitware.com

Re: [Paraview] Split view of parallel domains

2010-08-25 Thread Samuel Key
Hom, If you only have a few (2,3,4) parallel domains, maybe you can load them individually, and use the Transform filter to translate each of the domains 2, 3, and 4 away from the first domain? Sam On 8/25/2010 8:04 AM, Hom Nath Gharti wrote: Dear all, I have a parallel data file. I want

Re: [Paraview] Paraview's HDF5 upgraded to 1.8.5

2010-08-25 Thread Dave Partyka
Ahh, I don't think I was ever able to build 32bit+64bit universal because of hdf5 build errors even with version 1.6. I thought you meant you were building ppc;i386 and that was crashing. Testing out a ppc;i386 binary right now seems to work fine. There are new CMake feature in CheckTypeSize that

Re: [Paraview] Paraview's HDF5 upgraded to 1.8.5

2010-08-25 Thread Michael Jackson
I tested an i386/x86_64/ppc and the i386 worked (if listed first) and the x86_64 and the ppc binaries will fail to initialize the library. In discussing this issue with the HDF5 folks there are deeper issues than just #ifdef APPLE SIZEOF_LONG == 8 type of stuff. The HDF5 1.6.x

[Paraview] manta question

2010-08-25 Thread Paul Edwards
Hi, Have I compiled Manta incorrectly as I have a separate window coming up when I use the MantaView? Also, where is the best place for documentation on it? I couldn't find anything on the wiki Thanks, Paul ___ Powered by www.kitware.com Visit

Re: [Paraview] manta question

2010-08-25 Thread David E DeMarle
Yep that is to be expected. ParaView needs a GL renderer for the annotation layer (manta doesn't do text for example), but the vtkMantaRenderer can not (so far) share a vtkRenderWindow with a GLRenderer. For this reason we have to do the manta rendering on the server and deliver the pixels to the

Re: [Paraview] Split view of parallel domains

2010-08-25 Thread Hom Nath Gharti
Thank you. actually I have 32, sometimes even more! Even if I want to color them, it takes some time! Thanks, Hom Nath On Wed, Aug 25, 2010 at 4:32 PM, Samuel Key samuel...@bresnan.net wrote:  Hom, If you only have a few (2,3,4) parallel domains, maybe you can load them individually, and

[Paraview] StreamingParaView with a raw file

2010-08-25 Thread Felipe Bordeu
Hi, I build the git version of paraview, and I am testing the StreamingParaView with a raw file. First, I get the error : ERROR: In ParaView/Applications/StreamingParaView/Plugin/ vtkRawStridedReader.cxx, line 883 vtkRawStridedReader (0x34ff4c0): Whole extent requested, streaming is not

Re: [Paraview] StreamingParaView with a raw file

2010-08-25 Thread David E DeMarle
Close the view and make a StreamingView in it's place. That should fix the WholeExtent message. The streaming raw reader only supports float. Making the data type variable is not hard to do, but we never got to it in in the prototype. We are currently in the process of rebuilding the streaming

Re: [Paraview] Quadro FX 4800

2010-08-25 Thread Jimmy Dorff
Paul McIntosh wrote: Jimmy, Try the newer drivers - the current one is at about 256.xx Thanks, the FX 4800 is working with the 256.44 driver. rpms built via http://forums.fedoraforum.org/showthread.php?t=237118 Cheers, Jimmy ___ Powered by