-
Notifications
You must be signed in to change notification settings - Fork 428
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge topic 'add-netcdf-ugrid-reader'
a205fcb Add NetCDF UGRID reader in ParaView: XML and test. Acked-by: Kitware Robot <[email protected]> Reviewed-by: Tiffany Chhim <[email protected]> Merge-request: !6112
- Loading branch information
Showing
6 changed files
with
157 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
9402b70c4380fe79683a5a01b65862b541c5c0b14b12b5fdbccadab3839e219b057406c90384ed7644640ab971bc47df4961720c2930f8219f6e0e6564919015 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" ?> | ||
<pqevents> | ||
<pqevent object="pqClientMainWindow/menubar" command="activate" arguments="menuTools" /> | ||
<pqevent object="pqClientMainWindow/menubar/menuTools" command="activate" arguments="actionTesting_Window_Size" /> | ||
<pqevent object="pqClientMainWindow/menubar" command="activate" arguments="menu_File" /> | ||
<pqevent object="pqClientMainWindow/menubar/menu_File" command="activate" arguments="actionFileOpen" /> | ||
<pqevent object="pqClientMainWindow/FileOpenDialog" command="filesSelected" arguments="$PARAVIEW_DATA_ROOT/Testing/Data/ugrid.nc" /> | ||
<pqevent object="pqClientMainWindow/pqSelectReaderDialog/listWidget" command="setCurrent" arguments="2.0" /> | ||
<pqevent object="pqClientMainWindow/pqSelectReaderDialog/listWidget" command="setCheckState" arguments="2.0,0" /> | ||
<pqevent object="pqClientMainWindow/pqSelectReaderDialog/okButton" command="activate" arguments="" /> | ||
<pqevent object="pqClientMainWindow/propertiesDock/propertiesPanel/Accept" command="activate" arguments="" /> | ||
<pqevent object="pqClientMainWindow/variableToolbar/displayColor/Variables" command="activated" arguments="h" /> | ||
<pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport/1QVTKOpenGLNativeWidget0" command="mousePress" arguments="(0.38,0.15,1,1,0)" /> | ||
<pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport/1QVTKOpenGLNativeWidget0" command="mouseMove" arguments="(0.38,0.15,1,0,0)" /> | ||
<pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport/1QVTKOpenGLNativeWidget0" command="mouseRelease" arguments="(0.38,0.15,1,0,0)" /> | ||
</pqevents> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
## NetCDF UGRID Reader | ||
|
||
ParaView now provides a new reader to load NetCDF files that follow the [UGRID conventions](https://ugrid-conventions.github.io/ugrid-conventions/). | ||
|
||
Only 2D meshes are supported and you can extract points, cells and data arrays associated to them. | ||
You can also replace values denoted as "fill values" with NaN. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0ab7bd9f9b0cbf6911638802b88803fccb81bde108e4dbdbdd1e7354a3373e17d42214767a7941c82c8222f5eb6198e09a9c90bc571cbf0897eb24d36d9ba1ed |