pyvista-xarray icon indicating copy to clipboard operation
pyvista-xarray copied to clipboard

xarray DataArray accessors for PyVista

Results 17 pyvista-xarray issues
Sort by recently updated
recently updated
newest added

Was running into an issue with a particular DataArray where: ```py mesh = ds.data.pyvista.mesh(x='x', y='y', z='z') ``` and ```py mesh = ds.data.pyvista.mesh(x='z', y='y', z='x') ``` were yielding the same result....

bug
stale

Write a filter that will switch cell/point data and coordinates if user wants the data arrays to live on cells and coords to represent cell centers

enhancement

When I install from the pyvista-xarray source and run the examples, Jupyter displays a static image and a warning that it "Failed to use notebook backend" and instructs me to...

See 0e64e7d https://github.com/pyvista/pyvista/pull/3179 broke the `test_convert_vtr` test when it validates that the X and Y coordinates share memory but not Z. This is super odd and I cannot figure out...

bug
stale