[Paraview] Loading coastline / continent data

2010-08-10 Thread Lester Anderson
Hello Is it possible to load coastline data into Paraview and have it correctly projected on the sphere? What formats will work with Paraview? If the data re in Long/Lat it is an easy task to generate the spherical coordinates. Cheers Lester ___

Re: [Paraview] Loading coastline / continent data

2010-08-10 Thread Favre Jean
if you have enabled TESTING and you have the correct VTK_DATA_ROOT set up, you may want to try bin/HybridCxxTests TestTDxGeo -D /local/VTKData -V Baseline/Hybrid/TestTDxGeo.png -I The source code is in VTK/Hybrid/Testing/Cxx/TestTDxGeo.cxx - Jean M. Favre Swiss National Superco

Re: [Paraview] Loading coastline / continent data

2010-08-10 Thread Lester Anderson
Hello Jean Thanks for the suggestion. Unfotunately I am working with the Windows version of Paraview (3.8.0). Essentially what I am looking to do is overlay coastlines as line data over a sphere of seismic tomography data. I guess if one has the x,y coordinates (z would simply be the radius pl

Re: [Paraview] Loading coastline / continent data

2010-08-10 Thread Samuel Key
Lester, Quasi-static geopolitical data and shorelines would be an easy one-time conversion to a VTK XML-formatted *.vtu file (a structured grid with either or both cell and point data of your choice). ParaView is quite happy to load multiple databases and display th

[Paraview] download website mistakes/suggestions

2010-08-10 Thread Sean McBride
Hi all, Just noticed here: A few mistakes/suggestions: 1) "x64_86" should be "x86_64" 2) "Macintosh OS X" really should be "Mac OS X". Nobody refers to it as "Macintosh OS X". Cheers, -- __

Re: [Paraview] New HDF5 based reader

2010-08-10 Thread Reuter, Michael A.
Hi Utkarsh, Thanks for the pointer on the cmake option as I somehow missed that one. However, using the PARAVIEW_USE_SYSTEM_HDF5 flag, cmake pointed at the system HDF5 information and a clean build, the following compile time error occurs: Scanning dependencies of target Xdmf [ 47%] Bu

Re: [Paraview] New HDF5 based reader

2010-08-10 Thread Dave Partyka
Hi Michael, This compile error should be fixed now. You should update Paraview to the latest version and also do a 'git submodule update' to update Xdmf. Commit 1ea84e6b53e6290f28993f64a844ca8fadbfbae8 Include for XdmfSetStringMacro We need this header for strcmp in the macro implementati

Re: [Paraview] Point data on/in sphere - converting to structured grid

2010-08-10 Thread Moreland, Kenneth
I'm confused as to why Table to Structured Grid won't work. A structured grid has no problem representing data on regular longitude, latitude, and radius. If the coordinates are given in lon,lat,r, just use the calculator filter to convert them to x, y, z. If you were to ask what the ideal fo

Re: [Paraview] ensight and parallel paraview

2010-08-10 Thread Robert Maynard
Neither, the reader presumes that each node has access to every file. On Sat, Aug 7, 2010 at 3:52 PM, Ricardo Reis wrote: > > One (last) question: > > when running pvserver in parallel, are the ensight data files read in > parallel? I mean, is it > > - using MPI_IO > > or > > - master reads

[Paraview] Resampling an Unstructured Grid

2010-08-10 Thread ccattani
Dear all, I am using the ResampleWithDataset filter to interpolate values from an unstructured grid to a grid of equally spaced points. >From the vtkValidPointMask, I noticed that several of the sampled points are invalid. The invalid points are found mostly where the resolution of the unstructure