Re: [Paraview] vtu and/or vtu to vtp file

2018-02-02 Thread Sebastien Jourdain
Yes, you might need to "Extract Surface" filter, then select the new output and save the dataset from the menu. On Fri, Feb 2, 2018 at 8:52 AM, Daniel Zuidinga wrote: > Hi, > > is it possible to convert vtk and/or vtu to vtp file via paraview? > > br > > >

Re: [Paraview] xml keywords

2018-01-15 Thread Sebastien Jourdain
Some more XML doc here too: https://gitlab.kitware.com/paraview/paraview/blob/master/ParaViewCore/ServerManager/Core/vtkSMSessionProxyManager.h#L40-111 https://gitlab.kitware.com/paraview/paraview/blob/master/ParaViewCore/ServerManager/Core/vtkSMProxy.h#L55-124 On Mon, Jan 15, 2018 at 8:41

Re: [Paraview] PV client-server: browsing remote files

2018-01-06 Thread Sebastien Jourdain
You can find another way to do it here as well: https://github.com/Kitware/ParaView/blob/master/Web/Python/paraview/web/protocols.py#L2692-L2695 https://github.com/Kitware/ParaView/blob/master/Web/Python/paraview/web/protocols.py#L2715-L2716 [...] On Sat, Jan 6, 2018 at 12:03 PM, Utkarsh Ayachit

Re: [Paraview] PV4.10 extracting a surface

2017-12-21 Thread Sebastien Jourdain
Or two clip filter with scalar. On Wed, Dec 20, 2017 at 11:03 PM, Andrew wrote: > Hello. Possibly the Slice filter with "Cylinder" and "Crinkle slice" > options will produce the required result (I checked in ParaView 5.2). > > 2017-12-20 18:46 GMT+03:00 Andy Bauer

[Paraview] ANN: vtk.js, an Open-Source Toolkit for SciVis on the Web

2017-11-28 Thread Sebastien Jourdain
The Kitware team is pleased to announce vtk.js, a WebGL library taking the best of VTK to the Web. To learn more, click on the link for our blog post. https://blog.kitware.com/vtk-js-the-visualization-toolkit-on-the-web/ And if you want to follow along the progress of the project, star it on

Re: [Paraview] Specifying filters from plugins in ParaViewWeb Visualizer proxy file

2017-10-26 Thread Sebastien Jourdain
Another easy approach (not great but easy), is to check that plugin in ParaView Qt ui as auto load and then make sure Visualizer is not started with the "-dr" argument. That way, the plugin will load at start time. On Thu, Oct 26, 2017 at 10:06 AM, wrote: > Hi Scott, >

Re: [Paraview] Tube around a center line

2017-10-26 Thread Sebastien Jourdain
The Tube filter is made for that. On Thu, Oct 26, 2017 at 9:56 AM, Doina Gumeniuc (224252 MAHS) <224...@via.dk > wrote: > Hi all, > > > I have got a tube with various diameters along its height. I have the > coordinates of the points which form the center line and the scalar value > of the

Re: [Paraview] Overlapping ParaView windows obscuring each other in ParaViewWeb visualizer server

2017-10-12 Thread Sebastien Jourdain
Hi Louise, Another option with the current binaries that you have is to ask for offscreen rendering in the code (Python). The window will still pop-up but will be black and the correct rendering pixels will be send to the web client. Just add those 2 lines

Re: [Paraview] ParaViewWeb Visualizer black screen

2017-10-10 Thread Sebastien Jourdain
out the screen! > > > > Kind Regards, > > > > Louise > > > > *From:* Sebastien Jourdain [mailto:sebastien.jourd...@kitware.com] > *Sent:* 02 October 2017 17:09 > *To:* Davies, Louise (STFC,RAL,SC) <louise.dav...@stfc.ac.uk>; > paraview@paraview.org > >

Re: [Paraview] ParaViewWeb Visualizer black screen

2017-10-02 Thread Sebastien Jourdain
ore trouble than it’s worth to test it. > > > > Louise > > > > *From:* Sebastien Jourdain [mailto:sebastien.jourd...@kitware.com] > *Sent:* 02 October 2017 14:47 > *To:* Davies, Louise (STFC,RAL,SC) <louise.dav...@stfc.ac.uk> > *Cc:* paraview@paraview.org > *Subje

Re: [Paraview] ParaView session state

2017-10-02 Thread Sebastien Jourdain
Hi Eduardo, That message is indeed the state but only for the proxy object and the VTK instance underneath. Unfortunately (for you) the state of the vtkSMSessionProxyManager is not the whole state of the application. Each state is specific to its instance. In order to get the full state of the

Re: [Paraview] ParaViewWeb Visualizer black screen

2017-10-02 Thread Sebastien Jourdain
Hi Louise, I'm wondering how big is the display on the remote server? Even if no screen is connected, you do need to define a display size which in your case may be tiny by default? Otherwise, if you use the nightly binaries or paraview/master, you can tweak your launcher config to use pvbatch

Re: [Paraview] Paraview Web bug on windows

2017-09-26 Thread Sebastien Jourdain
It was probably not back ported to the release branch of 5.4 when Aron fixed it. On Tue, Sep 26, 2017 at 9:31 AM, Daniel Zuidinga <i...@seoaachen.de> wrote: > it works with the nightly build of pv > > > Am 26.09.2017 um 15:23 schrieb Sebastien Jourdain: > > This m

Re: [Paraview] Paraview Web bug on windows

2017-09-26 Thread Sebastien Jourdain
This might be related to https://github.com/Kitware/visualizer/issues/34 On Tue, Sep 26, 2017 at 1:34 AM, Daniel Zuidinga wrote: > Hi, > > as soon as I select a dataset to colorize pvpython stops working (see > attached screenshot). > > I use the latest 5.4.1 windows 64bit

Re: [Paraview] Convert VTU for Arctic Viewer

2017-09-21 Thread Sebastien Jourdain
rt shows a blank page. > > Thanks for the help, > > Cheers > Chris > > > On 21 September 2017 at 12:22, Sebastien Jourdain < > sebastien.jourd...@kitware.com> wrote: > >> Just download ParaView binary and use pvpython. You will have everything >> required

Re: [Paraview] Convert VTU for Arctic Viewer

2017-09-21 Thread Sebastien Jourdain
up is that vtk.web.* is not available. I've installed vtk > --with-python via homebrew (I use vtk successfully from python regularly). > However the web components do not seem available. Googling isn't helping > me. Any suggestions? > > Cheers > Chris > > > On 21 September 2017 at

Re: [Paraview] Convert VTU for Arctic Viewer

2017-09-21 Thread Sebastien Jourdain
Hi Chris, Thanks for your interest. The following Python scripts provide an example on how to generate such dataset. https://github.com/Kitware/arctic-viewer/blob/master/scripts/examples/paraview/mpas/raw-probe-flat-earth.py

Re: [Paraview] New download page layout

2017-09-07 Thread Sebastien Jourdain
Thanks Mark for sharing your thoughts... It is always nice to have positive feedback from the community. ;-) On Thu, Sep 7, 2017 at 12:28 PM, Van Moer, Mark W wrote: > Hi, just wanted to say I really like the new page layout at > https://www.paraview.org/download/ > >

Re: [Paraview] ParaviewWeb Examples | Python Libraries | Import Error

2017-08-29 Thread Sebastien Jourdain
Hi Leo, the documentation has been updated to match paraview/master from maybe 2 weeks ago. If you have an older version of ParaView, you would have to look at an older version of the ParaViewWeb documentation of that example. Or update your ParaView to the current master. Seb On Tue, Aug 29,

Re: [Paraview] Running a simple example using ParaviewWeb

2017-08-22 Thread Sebastien Jourdain
; Thanks in advance! > > Leonardo Pessanha > Laboratory of Computational Methods in Engineering > Federal University of Rio de Janeiro - COPPE > Rio de Janeiro, RJ, Brasil > > > 2017-08-22 15:01 GMT-03:00 Sebastien Jourdain <sebastien.jourdain@kitware. > com>: > >

Re: [Paraview] Running a simple example using ParaviewWeb

2017-08-22 Thread Sebastien Jourdain
, > > > but of the lot of paths I tried, none worked. > > Hope you can help me here! > Thanks in advance! > > > Leonardo Pessanha > Laboratory of Computational Methods in Engineering > Federal University of Rio de Janeiro - COPPE > Rio de Janeiro, RJ, Brasil

Re: [Paraview] Running a simple example using ParaviewWeb

2017-08-14 Thread Sebastien Jourdain
> content needed in MultiLayoutViewer, MultiLayoutRenderer and Probe3DViewer > examples in trough npm. > > Do you know how to do proceed? > > Thanks in advance. > > Leonardo Pessanha > Laboratory of Computational Methods in Engineering > Federal University

Re: [Paraview] ParaViewWeb/Visualizer file upload server

2017-08-14 Thread Sebastien Jourdain
Hi Louise, The upload part can be managed by the launcher or the actual ParaViewWeb server (the later require additional args at startup). That part was meant to be a proof of concept so we could create a form and let the user upload the dataset that he wanted to visualize with Visualizer either

Re: [Paraview] vtk-js adding axes grid and labels

2017-08-14 Thread Sebastien Jourdain
Hi Mariana, Questions about vtk.js can be done on the issue tracker of vtk.js as well. Regarding the axis grid, vtk.js does not provide such filter/representation yet. Unfortunately we don't have a time frame of when that will be available. On the other hand, if you feel like it, you can

Re: [Paraview] Running a simple example using ParaviewWeb

2017-08-10 Thread Sebastien Jourdain
el/MyWebProject >>> └── (empty) >>> >>> root@PC:~/MyWebProject# npm list axios >>> projeto1@0.0.1 /home/gabriel/MyWebProject >>> └── (empty) >>> >> >> >> Do you believe *npm install paraviewweb --save* and npm install *k

Re: [Paraview] Running a simple example using ParaviewWeb

2017-08-09 Thread Sebastien Jourdain
] >> > > and > > TypeError: _Native2.default is not a constructor >> > > and the first one not building and giving me a lot of > > Module not found: Error: Can't resolve >> > > > Thanks in advance! > > > Leonardo Pessanha > L

Re: [Paraview] ParaviewWeb on EC2

2017-08-09 Thread Sebastien Jourdain
ng some of the file structure from the AMI to a > fresh Ubuntu 14 VM install? > > > > Llion > > > > *From:* Sebastien Jourdain [mailto:sebastien.jourd...@kitware.com] > *Sent:* 09 August 2017 17:07 > > *To:* Evans, Llion > *Cc:* paraview@paraview.org > *Subjec

Re: [Paraview] ParaviewWeb on EC2

2017-08-09 Thread Sebastien Jourdain
using the aws free > tier which doesn’t have a gpu). > > > > Llion > > > > *From:* Sebastien Jourdain [mailto:sebastien.jourd...@kitware.com] > *Sent:* 09 August 2017 14:48 > *To:* Evans, Llion > *Cc:* paraview@paraview.org > *Subject:* Re: [Paraview] ParaviewWeb

Re: [Paraview] ParaviewWeb on EC2

2017-08-09 Thread Sebastien Jourdain
Did you look at the logs on the server to see if you could have some hints on what could be the issue? On Wed, Aug 9, 2017 at 8:32 AM, Evans, Llion wrote: > Hi Seb/Claude, > > Hopefully this should be an easy answer. > > I’ve been trying to get Visualizer up and running on

Re: [Paraview] Running a simple example using ParaviewWeb

2017-08-03 Thread Sebastien Jourdain
Do you believe it's best to rollback webpack to 1.x or to change the > webpack.config.js in order to fit webpack 2.x API? > > Leonardo Pessanha > Laboratory of Computational Methods in Engineering > Federal University of Rio de Janeiro - COPPE > Rio de Janeiro, RJ, Brasil > >

Re: [Paraview] Running a simple example using ParaviewWeb

2017-07-24 Thread Sebastien Jourdain
Based on the path given in the setup guide, you should copy the example you want to reproduce inside ${ROOT}/src/* where the main example file should be named index.js. Then you should be able to build your example using the npm command: "npm run build". Maybe the vtk.js explanation might be

Re: [Paraview] Fwd: ParaviewWeb OSMesa build

2017-07-21 Thread Sebastien Jourdain
gt; > I'm using http://localhost/visualizer or http://localhost/lightviz. BTW > lightviz is showing a black page with 2 icons in the top left, and there is > not errors. The error appears on visualizer. > > Thanks, > Hayk > > On Wed, Jul 19, 2017 at 6:28 PM, Sebastien Jour

Re: [Paraview] Fwd: ParaviewWeb OSMesa build

2017-07-19 Thread Sebastien Jourdain
> From: Hayk Grigoryan <hayk.grigorya...@gmail.com> > Date: Wed, Jul 19, 2017 at 4:33 PM > Subject: Re: [Paraview] ParaviewWeb OSMesa build > To: Sebastien Jourdain <sebastien.jourd...@kitware.com> > > > Dear Sebastien, > > Thanks for you response. > >

Re: [Paraview] ParaViewWeb Error - vtkweb-loader.js

2017-07-04 Thread Sebastien Jourdain
This is strange, it seems that you have the Web code of ParaView 4. How did you get/build ParaView? Are you sure it is ParaView 5.2? On Thu, Jun 29, 2017 at 4:31 AM, Mariam wrote: > Hi, > > I am trying to run ParaViewWeb using the following command: > > ./pvpython -dr

Re: [Paraview] ParaviewWeb OSMesa build

2017-07-04 Thread Sebastien Jourdain
Yes, but you will need to build ParaView with either OSMesa or EGL (if you have a compatible NVidia GPU). When you do so, you won't need to build the Qt UI. Seb On Thu, Jun 29, 2017 at 2:39 PM, wrote: > Hi, > > > > I'm trying to build ParaViewWeb with OSMesa. I

Re: [Paraview] vtm in paraview web

2017-06-14 Thread Sebastien Jourdain
Another solution would be to properly sort the content of "fileToLoad" here https://github.com/Kitware/ParaView/blob/master/Web/Python/paraview/web/protocols.py#L1888 On Wed, Jun 14, 2017 at 8:57 AM, Sebastien Jourdain < sebastien.jourd...@kitware.com> wrote: > I mean th

Re: [Paraview] vtm in paraview web

2017-06-14 Thread Sebastien Jourdain
t;i...@seoaachen.de> wrote: > Hi Seb, > > what do you mean by padding? how can I add it? > > br > > > Am 12.06.2017 um 23:51 schrieb Sebastien Jourdain: > > Hi Daniel, > > I've loaded your data files and it seems that the issue is related to the > order the time s

Re: [Paraview] vtm in paraview web

2017-06-12 Thread Sebastien Jourdain
Hi Daniel, I've loaded your data files and it seems that the issue is related to the order the time serie. Because you do not have a 0 padding, the first 10 steps get interleaved with the 10, 20, 30... We can improve the sorting algorithm but if you add a zero for padding, you should be all set

Re: [Paraview] Question

2017-05-29 Thread Sebastien Jourdain
Q1: Yes but you will need to use open-swr or llvm-pipe (extra args with distributed binaries if you have X) or build ParaView with OSMesa (no need to build the Qt part) Q2: http://kitware.github.io/paraviewweb/docs/multi_user_setup.html Sorry for the very short answer but I have to go. ;-) On

Re: [Paraview] ParaView Web - File pv_web_visualizer.py missing from Mac release v5.4

2017-05-24 Thread Sebastien Jourdain
That would be the correct link: https://kitware.github.io/paraviewweb/docs/architecture.html#Simplicity Did you manage to find that page using a search engine or from a link on our Web site? If from a link do you mind pointing that page as we should fix it. Thanks, Seb On Wed, May 24, 2017 at

Re: [Paraview] Set background color, paraview web

2017-04-28 Thread Sebastien Jourdain
zer.py > > just add it to that file at the end? > > > Am 28.04.2017 um 18:44 schrieb Sebastien Jourdain: > > I don't know, are you using ParaView as server? What is the Python file > you execute to run that server? That could be in that file. > > On Fri, Apr 28, 2017 at 10:4

Re: [Paraview] Set background color, paraview web

2017-04-28 Thread Sebastien Jourdain
I don't know, are you using ParaView as server? What is the Python file you execute to run that server? That could be in that file. On Fri, Apr 28, 2017 at 10:42 AM, Daniel Zuidinga <i...@seoaachen.de> wrote: > in which file? > > > Am 28.04.2017 um 16:53 schrieb Sebastien Jourd

Re: [Paraview] Set background color, paraview web

2017-04-28 Thread Sebastien Jourdain
In Python on the server side: view = simple.GetRenderView() view.Background = [0, 0.5, 1] On Fri, Apr 28, 2017 at 8:10 AM, Daniel Zuidinga wrote: > Hi, > > where can I set the default background color in paraview web? > > best regards > >

Re: [Paraview] paraviewweb Remote Render Threshold

2017-04-03 Thread Sebastien Jourdain
Hi Francesco, We are currently working on getting local rendering working with ParaViewWeb leveraging vtk-js. I'm hoping to have it available in the next version of ParaView. Anyhow, the "Remote Render Threshold" is used to determine where the rendering is happening between the "pvpython/client"

Re: [Paraview] ParaView Web - module twisted.internet error

2017-03-14 Thread Sebastien Jourdain
Hi Ben, Those modules are needed and should be shipped with ParaView. I believe the issue might be in the ParaView project itself not in its superbuild. I'm guessing, I messed up a dependency when I split the python code between python 2+3 and python 2 only. The python 2 one should depend on

Re: [Paraview] ParaView Web - module twisted.internet error

2017-03-13 Thread Sebastien Jourdain
<rodneico...@gmail.com> wrote: > Yes, I'm sure there is no twisted library in my system python. > > I rollback to version 5.2.0 and everything works fine. > > Can be a bug? > > -- > Rodnei Couto | (55 21) 98749-9885 > > On Sun, Mar 12, 2017 at 3:12 PM, Se

Re: [Paraview] ParaView Web - module twisted.internet error

2017-03-12 Thread Sebastien Jourdain
Are you sure, there is no twisted library in your system python? On Fri, Mar 10, 2017 at 6:34 PM, Rodnei Couto wrote: > My version was downloaded from the official site > > ParaView-5.3.0-RC3-Qt5-OpenGL2-MPI-Linux-64bit > > Cheers, > > -- > Rodnei Couto | (55 21)

Re: [Paraview] ParaViewWeb in 5.2

2017-03-06 Thread Sebastien Jourdain
What you are seeing is expected. The Web (JS+HTML) part of ParaView has been externalized inside its own repo. But based on what you've done, you've properly build ParaView and the Python side of it that is required for the Web component to work. ParaView super build for instance will download

Re: [Paraview] ParaView 5.3.0 Release Candidate 2 binaries are available for download

2017-02-23 Thread Sebastien Jourdain
. On Thu, Feb 23, 2017 at 4:49 PM, Daniel Zuidinga <i...@seoaachen.de> wrote: > does lightviz also not support webgl (in any version)? > > can you give any rough estimation on the vtk-js porting? > > Am 24.02.2017 um 00:45 schrieb Sebastien Jourdain: > > No WebGL suppo

Re: [Paraview] ParaView 5.3.0 Release Candidate 2 binaries are available for download

2017-02-23 Thread Sebastien Jourdain
Are you running from the native command line or cygwin? On Thu, Feb 23, 2017 at 4:46 PM, Sebastien Jourdain < sebastien.jourd...@kitware.com> wrote: > C:\temp should have worked if that directory exist. > > On Thu, Feb 23, 2017 at 4:45 PM, Sebastien Jourdain < > sebastien

Re: [Paraview] ParaView 5.3.0 Release Candidate 2 binaries are available for download

2017-02-23 Thread Sebastien Jourdain
C:\temp should have worked if that directory exist. On Thu, Feb 23, 2017 at 4:45 PM, Sebastien Jourdain < sebastien.jourd...@kitware.com> wrote: > No WebGL support in that version. But you can always take the python+web > from old paraview if you want the old visualizer. By python,

Re: [Paraview] ParaView 5.3.0 Release Candidate 2 binaries are available for download

2017-02-23 Thread Sebastien Jourdain
/server implementation. On Thu, Feb 23, 2017 at 4:32 PM, Daniel Zuidinga <i...@seoaachen.de> wrote: > i tried --data > \data > data\ > \data\ > /data > \data > c:\temp > c:\temp\ > etc. > nothing is listed > also there is no webgl support btw > > > A

Re: [Paraview] ParaView 5.3.0 Release Candidate 2 binaries are available for download

2017-02-23 Thread Sebastien Jourdain
no \ at the end On Thu, Feb 23, 2017 at 4:28 PM, Sebastien Jourdain < sebastien.jourd...@kitware.com> wrote: > Must be a full path... What is wrong 5.2 vs 5.3? > > On Thu, Feb 23, 2017 at 4:26 PM, Daniel Zuidinga <i...@seoaachen.de> > wrote: > >> my --dat

Re: [Paraview] ParaView 5.3.0 Release Candidate 2 binaries are available for download

2017-02-23 Thread Sebastien Jourdain
.github.io/paraviewweb/docs/architecture. > html#Simplicity > > > Am 23.02.2017 um 23:50 schrieb Sebastien Jourdain: > > Cory, > > should I change pvw-visualizer.py to use "Camera3DManipulator" instead of > "Camera3DManipulators"? > > Or it was ju

Re: [Paraview] ParaView 5.3.0 Release Candidate 2 binaries are available for download

2017-02-23 Thread Sebastien Jourdain
Cory, should I change pvw-visualizer.py to use "Camera3DManipulator" instead of " Camera3DManipulators"? Or it was just a mistake? Daniel, you can edit that file in the version you've downloaded and remove the "s" in the following line: interactionProxy.Camera3DManipulators = ['Rotate', 'Pan',

Re: [Paraview] ParaView 5.3.0 Release Candidate 1 binaries are available for download

2017-02-16 Thread Sebastien Jourdain
..@seoaachen.de> wrote: > Hi Sebastien, > > I tried the pvpython way. A log window opens and directly closes. I can't > find a log file? > The npm based way gives me the error I mentioned before. > > > Am 16.02.2017 um 16:36 schrieb Sebastien Jourdain: > > Hi Daniel,

Re: [Paraview] ParaView 5.3.0 Release Candidate 1 binaries are available for download

2017-02-16 Thread Sebastien Jourdain
> > Usage: pvw-visualizer-cli [options] > ... > I also tried without paraview.exe and /bin/paraview.exe with the same > result > > > > Am 14.02.2017 um 17:23 schrieb Sebastien Jourdain: > > Could you be more explicit regarding the error you encounter as those >

Re: [Paraview] ParaView 5.3.0 Release Candidate 1 binaries are available for download

2017-02-14 Thread Sebastien Jourdain
Could you be more explicit regarding the error you encounter as those output are expected on Windows. Did you provide the path to ParaView as the argument of the Visualizer executable? Thanks, Seb On Tue, Feb 14, 2017 at 4:07 AM, Daniel Zuidinga wrote: > paraview web

Re: [Paraview] Installing paraviewweb on a raspberry pi

2017-02-10 Thread Sebastien Jourdain
, when I configure ccmake it says QT is needed. I could not >>> figure out if I can ignore that. The "generate" command did not come up. >>> >>> On a side note, it took me a while to find ccmake. I thought it was >>> installed with cmake, but seems I ha

Re: [Paraview] Installing paraviewweb on a raspberry pi

2017-02-08 Thread Sebastien Jourdain
This might give you some information for building ParaView. => https://blog.kitware.com/raspberry-pi-likes-vtk/ On Wed, Feb 8, 2017 at 9:25 AM, Sebastien Jourdain < sebastien.jourd...@kitware.com> wrote: > Wow, > > I'm not an expert on raspberry pi but it

Re: [Paraview] Installing paraviewweb on a raspberry pi

2017-02-08 Thread Sebastien Jourdain
Wow, I'm not an expert on raspberry pi but it should be possible. BUT, (and it is a big but) you need some graphics capability for ParaView or good CPUs if you don't have a GPU. Or the rendering will be really slow. The quicker test you can do, is to build ParaView (without Qt) and try to run

Re: [Paraview] "Rotate" look up table

2017-02-03 Thread Sebastien Jourdain
Hi Nicolas, You can create a programmable filter that will alter the scalars based on a "fake" time. I've attached an example on how to create a time based filter. Good luck, Seb PS: I'm not sure, the latest ParaView allow programable filter to be time aware. If not, I've also attached an XML

Re: [Paraview] ParaView Web - dynamic dataDir parameter

2017-01-26 Thread Sebastien Jourdain
Also you can follow that gist https://gist.github.com/clavicule/7b8b3963ceb17302cff725f8dc36bc57 On Thu, Jan 26, 2017 at 8:26 AM, Sebastien Jourdain < sebastien.jourd...@kitware.com> wrote: > This documentation (http://kitware.github.io/paraviewweb/docs/windows_10. > html) expla

Re: [Paraview] ParaView Web - dynamic dataDir parameter

2017-01-26 Thread Sebastien Jourdain
This documentation ( http://kitware.github.io/paraviewweb/docs/windows_10.html) explain how to do it for Windows, but the logic remain the same. On Thu, Jan 26, 2017 at 7:21 AM, Rodnei Couto wrote: > Hi, > > I set up my environment as indicated in

Re: [Paraview] Embedding the Visualizer app in the browser within an iframe

2017-01-25 Thread Sebastien Jourdain
; Cheers & Best Wishes, > Debopam > --- > Cell: +91 98304 10041 <+91%2098304%2010041> > > On Tue, Jan 24, 2017 at 9:00 PM, Sebastien Jourdain < > sebastien.jourd...@kitware.com> wrote: > >> Thanks Debopam for putting it together. &g

Re: [Paraview] Embedding the Visualizer app in the browser within an iframe

2017-01-24 Thread Sebastien Jourdain
g the process of setting up the > ParaView application and use apache as the front end server. > > Thanks again for your help. > > > Cheers & Best Wishes, > Debopam > --- > Cell: +91 98304 10041 <+91%2098304%2010041> > > O

Re: [Paraview] ParaviewWeb on EC2

2017-01-20 Thread Sebastien Jourdain
splay. Maybe I'll try a fresh AMI with ubuntu-16 and install the > drivers nvidia-367 to see if I encounter similar issues with X. > > Thanks for the pointers Sebastien. > > cheers, > Claude > > > On 01/19/2017 06:19 PM, Sebastien Jourdain wrote: > > Hi Claude, >

Re: [Paraview] ParaviewWeb on EC2

2017-01-19 Thread Sebastien Jourdain
Hi Claude, I'm glad you like our doc and code. If you feel we are missing something that is not obvious, please report it so we can fix it. Regarding your issue, you had a good reflex in fixing apache and the launcher config, as with PV5.2 we use a second ws connection for streaming the images

Re: [Paraview] Embedding the Visualizer app in the browser within an iframe

2017-01-18 Thread Sebastien Jourdain
ling the > visualizer from the launcher and the way it is called with the > pvw-visualizer.py script. > > Your continued support is much appreciated. I am attaching the relevant > files for your reference. > > > Cheers & Best Wishes, > Debopam > ---

Re: [Paraview] Embedding the Visualizer app in the browser within an iframe

2017-01-17 Thread Sebastien Jourdain
arameter('data')" > > URL -> http://paraview/?data=can.ex2 > > (Otherwise it will look for can.ex2.vti which does not exist) > > Thanks very much Sebastien! > > cheers > > On 01/17/2017 09:13 AM, Sebastien Jourdain wrote: > > As you can see the issu

Re: [Paraview] Embedding the Visualizer app in the browser within an iframe

2017-01-11 Thread Sebastien Jourdain
Thanks Claude, Here is the add-on of what functions can be called on Visualizer. (All the function with export) https://github.com/Kitware/visualizer/blob/master/src/app.js We are planning to add some helper for extracting arguments from the URL. We actually add a class in the ParaViewWeb repo,

Re: [Paraview] Error while launching Paraview (and Paraview Web) in Window 10

2017-01-04 Thread Sebastien Jourdain
st let me known what else we need to > debug. > > > On Wed, Jan 4, 2017 at 22:52 Sebastien Jourdain < > sebastien.jourd...@kitware.com> wrote: > >> Do you mind printing relativePath so we can understand what you are >> getting... >> >> The

Re: [Paraview] Error while launching Paraview (and Paraview Web) in Window 10

2017-01-04 Thread Sebastien Jourdain
+0530 [HTTPChannel,2,127.0.0.1] > * > *2017-01-04 11:06:47+0530 [HTTPChannel,2,127.0.0.1] file not found* > *2017-01-04 11:06:47+0530 [HTTPChannel,2,127.0.0.1] fileToLoad: []* > *2017-01-04 11:06:

Re: [Paraview] Error while launching Paraview (and Paraview Web) in Window 10

2017-01-03 Thread Sebastien Jourdain
2.0-Qt4-OpenGL2-MPI-Windows-64bit/share/paraview-5.2/web/visualizer/www" > --data "C:/ParaView-5.2.0-Qt4-OpenGL2-MPI-Windows-64bit/data" --port 8080 > > > Cheers & Best Wishes, > Debopam > --- > Cell: +91 98304 10041 <+91%2098304%2010041> > > On Mon, Jan 2,

Re: [Paraview] Error while launching Paraview (and Paraview Web) in Window 10

2017-01-02 Thread Sebastien Jourdain
erence. > > 2. Ok. > > > Cheers & Best Wishes, > Debopam > --- > > On Fri, Dec 30, 2016 at 9:02 PM, Sebastien Jourdain < > sebastien.jourd...@kitware.com> wrote: > >> Hi Debopam, >> >> 1) I'm not sure to know what is the

Re: [Paraview] Error while launching Paraview (and Paraview Web) in Window 10

2016-12-30 Thread Sebastien Jourdain
;>>>>>>>>> Cheers & Best Wishes, >>>>>>>>>> Debopam >>>>>>>>>> --- >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> On Thu, Dec 8, 2

Re: [Paraview] Error while launching Paraview (and Paraview Web) in Window 10

2016-12-06 Thread Sebastien Jourdain
Cory you need to provide an absolute path as argument "c:\.". But the issue seems to be on ParaView itself. The (Qt) executable crash at startup on there machine, regardless of their goal to use ParaViewWeb down the road. Seb On Tue, Dec 6, 2016 at 10:06 AM, Cory Quammen

Re: [Paraview] geotiff aerial imagery

2016-11-09 Thread Sebastien Jourdain
They are still there but hidden by default as considered as advanced. So you can either turn the advance button ON or simply write in the search box: "map scalars" On Wed, Nov 9, 2016 at 10:23 AM, andrealphus wrote: > How do I properly display an RGB image from a 3 band

Re: [Paraview] webserver write up

2016-11-08 Thread Sebastien Jourdain
The ParaViewWeb documentation has moved to https://kitware.github.io/paraviewweb/. We are still in the process of deprecating the previous documentation location. On Tue, Nov 8, 2016 at 10:58 AM, andrealphus wrote: > Could someone explain to me how to correctly set up a

Re: [Paraview] Visualization of Xdmf-H5 files on Paraview Web

2016-10-20 Thread Sebastien Jourdain
I think in ParaView it is asking you (via a popup) which reader to use. So ParaViewWeb in that specific case, don't know what to do. To fix that, you will have to figure out what is the proxy name for your reader and provide a config file to Visualizer (if it is what you are using). Add the

Re: [Paraview] x3d export issue : only transform nodes exists in x3d

2016-09-26 Thread Sebastien Jourdain
I think you need to adjust the "*Remote Render Threshold" *to "102400" so the scene geometry (surface mesh) can be sent to the client (if the client can handle it) and export again. At that point the exporter should find some geometry to write. On Mon, Sep 26, 2016 at 7:05 AM, SeongMo Yeon

Re: [Paraview] pv_web_visualizer.py segmentation fault when loading a pvsm file

2016-09-01 Thread Sebastien Jourdain
Hi Pepe, I am not aware of the issue do you mind sharing your state file with me so I can see what you were doing in your state file? Did you generate your state file from the Visualizer or ParaView? Thanks, Seb On Wed, Aug 31, 2016 at 4:49 AM, Jose Luis Cercós wrote:

Re: [Paraview] Paraview Web inside web app - pv is not defined

2016-08-30 Thread Sebastien Jourdain
is enough for me now. I think I have just to add > the files added by the loader. > > > Am 29.08.2016 um 18:53 schrieb Sebastien Jourdain: > > Did you figure out how to load everything by hand? > > On Mon, Aug 29, 2016 at 4:47 AM, Daniel Zuidinga <i...@seoaachen.de> >

Re: [Paraview] Paraview Web inside web app - pv is not defined

2016-08-29 Thread Sebastien Jourdain
Did you figure out how to load everything by hand? On Mon, Aug 29, 2016 at 4:47 AM, Daniel Zuidinga wrote: > > I looked into it. > Seems that I have to get rid of the vtkweb-loader.js and load the js, tpl > and css myself. > > > > > Am 29.08.2016 um 10:19 schrieb Daniel

Re: [Paraview] Paraview Web with SSL

2016-08-26 Thread Sebastien Jourdain
allowed read/write permissions for proxy.txt for all. Now it works! >> Thank you very much. I hope I can contribute to paraview web when I am more >> into it. >> >> >> Am 25.08.2016 um 01:19 schrieb Sebastien Jourdain: >> >> Looking at your system log you

Re: [Paraview] ParaView over the internet

2016-08-25 Thread Sebastien Jourdain
\ --data-dir /path-to-share/ \ --port 8080 &-=> Then, open a browser to the following URL http://localhost:8080/apps/Visualizer On Thu, Aug 25, 2016 at 9:04 AM, Sebastien Jourdain < sebastien.jourd...@kitware.com> wrote: > http://www.parav

Re: [Paraview] ParaView over the internet

2016-08-25 Thread Sebastien Jourdain
http://www.paraview.org/download/ On Thu, Aug 25, 2016 at 8:31 AM, Sebastien Jourdain < sebastien.jourd...@kitware.com> wrote: > It is part of the paraview distribution. > > start it via pvpython. > > On Wed, Aug 24, 2016 at 6:46 PM, Fa-Gung Fan <fag...@gmail.com&g

Re: [Paraview] Paraview Web with SSL

2016-08-25 Thread Sebastien Jourdain
ch. I hope I can contribute to paraview web when I am more > into it. > > > Am 25.08.2016 um 01:19 schrieb Sebastien Jourdain: > > Looking at your system log you may have some hints on what is going wrong. > (Still leaning toward file system security issue) > >

Re: [Paraview] ParaView over the internet

2016-08-25 Thread Sebastien Jourdain
d /home/ffan/packages/ParaView_Visualizer/visualizer > npm ERR! node -v v0.6.12 > npm ERR! npm -v 1.1.4 > npm ERR! message failed to fetch from registry: commander/2.9.0 > npm ERR! > npm ERR! Additional logging details can be found in: > npm ERR! /home/ffan/packages/ParaView_Visualiz

Re: [Paraview] Paraview Web with SSL

2016-08-24 Thread Sebastien Jourdain
it on? On Wed, Aug 24, 2016 at 4:12 PM, Daniel Zuidinga <i...@seoaachen.de> wrote: > yes that file has contents. otherwise the sessionID also wouldn't be send > back? > > any ideas how to fix the ws communication? > > > Am 24.08.2016 um 23:44 schrieb Sebastien Jourda

Re: [Paraview] Paraview Web with SSL

2016-08-24 Thread Sebastien Jourdain
rk, but not the ws? > > > > Am 24.08.2016 um 22:52 schrieb Sebastien Jourdain: > > Are you sure apache has the right to read the /home/daniel/proxy.txt > while the launcher is writting it? > > Do you see some content that match your sessionId within that file? > >

Re: [Paraview] Paraview Web with SSL

2016-08-24 Thread Sebastien Jourdain
P/1.1 404 Not Found 2ms] > null Visualizer:42:13 > Firefox can't establish a connection to the server at ws://localhost/ws. > > > Am 24.08.2016 um 19:18 schrieb Sebastien Jourdain: > > Actually the hostname might be an issue if you have several network card. > Can you try to use t

Re: [Paraview] Paraview Web with SSL

2016-08-24 Thread Sebastien Jourdain
t; Am 24.08.2016 um 16:22 schrieb Sebastien Jourdain: > > Hi Daniel, > > Which version of Apache are you running? > > Did you enabled all the modules? > > $ sudo a2enmod vhost_alias > $ sudo a2enmod proxy > $ sudo a2enmod proxy_http > $ sudo a2enmod proxy_wstunnel >

Re: [Paraview] Paraview Web with SSL

2016-08-24 Thread Sebastien Jourdain
ws://localhost/proxy?sessionId=${id}", > > "timeout" : 25, > "log_dir" : "/home/daniel", > "upload_dir" : "/home/daniel", > "fields" : ["file", "hos

Re: [Paraview] Paraview Web with SSL

2016-08-22 Thread Sebastien Jourdain
Hi Daniel, I want to use paraview web with SSL. As far as I understand I need apache > as a proxy server for that? Or is it possible with pvpython? > It might be possible with pvpython, but I've never done it, I've always used apache to rely on a single opened port and handle the encryption. >

Re: [Paraview] PV Web scrollwheel for zoom, wrong legend

2016-08-19 Thread Sebastien Jourdain
eft mouse does work as zoom in vtk.js FWIW - Ken > > On Wed, Aug 17, 2016 at 7:32 PM, Sebastien Jourdain < > sebastien.jourd...@kitware.com> wrote: > >> vtk.js interaction does not currently implement zooming. So the current >> behavior is expected. >> >>

Re: [Paraview] PV Web scrollwheel for zoom, wrong legend

2016-08-17 Thread Sebastien Jourdain
wrote: > shouldn't work scroll wheel in vtk.js? e.g. here > https://kitware.github.io/vtk-js/examples/HttpSceneLoader.html > I have to compile the whole sources? I use pv of salome meca. I hope it > isn't to complicated and cpu intensive. > > > Am 17.08.2016 um 22:32 schrie

Re: [Paraview] PV Web scrollwheel for zoom, wrong legend

2016-08-17 Thread Sebastien Jourdain
I guess ParaView is missing more code on the server side. ;-) This time, it will be in the C++. ${ParaView-src}/VTK/Web/Core/vtkWebApplication.cxx => vtkPVWebApplication::HandleInteractionEvent vs ${ParaView-src}/Web/Core/vtkPVWebApplication.cxx => vtkWebApplication::HandleInteractionEvent

Re: [Paraview] ParaviewWeb security

2016-08-15 Thread Sebastien Jourdain
Hi Sven, We do take security seriously. Several actions have been made to make the exposed protocols more secured. It is true, that legacy protocol like ParaViewWebPipelineManager does not check for code injection. But that protocol is deprecated and will be removed for the next ParaView release

Re: [Paraview] load plugin through python scripts

2016-08-12 Thread Sebastien Jourdain
e new functions will not appear in the global namespace.""" On Fri, Aug 12, 2016 at 6:15 AM, 曹智选 <hitca...@gmail.com> wrote: > No, I have this in the scripts. > > 2016-08-11 19:52 GMT-04:00 Sebastien Jourdain <sebastien.jourdain@kitware. > com>: > >&g

  1   2   3   4   5   6   >