Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

paraview-flow

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

paraview-flow

This application aims to provide a live interface and tailored tools to look at ParFlow result unsing the ParaViewWeb framework.

  • 1.0.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

ParaView-Flow

This application aims to provide a live interface and tailored tools to look at ParFlow result unsing the ParaViewWeb framework.

Run the application

$ npm run build
$ /.../pvpython ./server/pvw-flow.py --content ./dist --port 1234 --data /.../washita/washita.pfmetadata

Open your browser to http://localhost:1234/

Or you can live development

$ npm run serve
$ /.../pvpython --force-offscreen-rendering ./server/pvw-flow.py --port 1234 --data /.../washita/washita.pfmetadata

Open your browser to http://localhost:8080/

Devs setup

export PV_HOME=/Applications/ParaView-5.6.0-1626-g52acf2f741.app/Contents
$PV_HOME/bin/pvpython               \
    --force-offscreen-rendering     \
    ./server/pvw-flow.py            \
    --port 1234                     \
    --content ./dist                \
    --data /Users/seb/Documents/code/Web/paraview-flow/data/examples/LW2/LW.out.pfmetadata


npm run serve
http://localhost:8080/?sessionURL=ws://localhost:1234/ws

FAQs

Package last updated on 06 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc