Skip to content

OGS ParaView Suite v1.1 (beta release)

Pre-release
Pre-release

Choose a tag to compare

@ArnauMiro ArnauMiro released this 22 Aug 15:33
· 2 commits to 6e99f4efd218d0eceeffba7f350a0b5b5d776013 since this release

This is the second beta version of the OGS ParaView Suite, providing custom plugins to visualize OGS and Copernicus data. This version includes the following new additions:

  • Writer to export as binary field, numpy .npz or NetCDF-4.
  • Selection of the mesh using polygons and bit.sea poly_selector.
  • Selection of the land using a land mask and computation of the land outline.
  • A number of bug fixing.

Due to the addition of the land mask, the reader of this version and the mesh generation algorithms are not compatible with the previous versions. Therefore, having this version is highly recommendable.

Appart from the source code, we provide binaries for Linux and MacOS (Windows support is not yet provided). They have been compiled using the superbuild version of ParaView 5.6.0 and the scripts provided in the superbuild folder of the source code. For Linux add to the path:

export PATH=$PATH:<OGSParaViewSuiteDir>/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:<OGSParaViewSuiteDir>/lib:<OGSParaViewSuiteDir>/lib/paraview-5.6
export PYTHONPATH=$PYTHONPATH:<OGSParaViewSuiteDir>/lib/python2.7/site-packages

For MacOSX add:

export PATH=$PATH:/Applications/ParaView-5.6.0.app/Contents/bin
export DYLD_FALLBACK_LIBRARY_PATH=$DYLD_FALLBACK_LIBRARY_PATH:/Applications/ParaView-5.6.0.app/Contents/Libraries
export PYTHONPATH=$PYTHONPATH:/Applications/ParaView-5.6.0.app/Contents/Python

For any bug or suggestion, please report an issue or send a mail to amiro(at)inogs.it.