-
@ocefpaf and @MathewBiddle, here is the list of notebooks sorted according to the date of publication/issue.
| notebook | Chapter …
-
As discussed in the Pangeo meeting, there are currently many different models for a grid in python. Some of these are explicit, some are implicit in how packages work. I am talking about both structur…
-
libtool: compile: mpif90 -DHAVE_CONFIG_H -I. -I../../../../.. -I../../../../../utils_lgpl/deltares_common/packages/deltares_common/src -DWITH_DELFTONLINE -I/SOFTS/libs-via-pagure/ruby/gcc93/2.7.2/inc…
-
- `nvim --version`: v0.4.4
- Operating system/version: Fedora 33
- Terminal name/version: Tilix
- `$TERM`: xterm-256color
I was editing in a 3-column layout with a preview window on the bott…
-
vedo.mesh.Mesh class doesn't accept 'vtk.vtkUnstructuredGrid' as input, contrary to the documentation.
```
class Mesh(Points):
"""
Build an instance of object ``Mesh`` derived from ``Poi…
-
- `nvim --version`:NVIM v0.5.0-473-gc7d3630e2
- `vim -u DEFAULTS` (version: ) behaves differently? not tried
- Operating system/version: archlinux x64
- Terminal name/version: konsole ,ssh to r…
-
see https://github.com/qgis/QGIS/issues/42552
@raphaeljolivet
-
I am trying to use vedo to plot an unstructured 3D surface mesh and here's what I did:
`from vedo import load, show`
`surf_mesh = load('surface_mesh_with_topo.vtu)`
`show(surf_mesh)`
And here's …
-
I tried `regionmask` on unstructured grids and it works with a tweak: https://gist.github.com/aaronspring/1b45cf22f80360ddc4ef13af1cadec63
Unstructured grids like ICON just have one spatial dimensi…
-
I'm using `QGIS 3.18.0` to read in data from NetCDF files from a custom hydrodynamic model which uses a triangular unstructured grid.
I do postprocessing on the NetCDF files to ensure the mesh file…