Replies: 1 comment
-
some packages provide dual use: https://github.com/xarray-contrib/xbatcher/blob/main/xbatcher/accessors.py for instance has its own Class and also xarray accessor. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
VectorField is a new class that uses xarray underneath but could be masking xarray capabilities ? e.g. what would be the plot function that is already well done in xarray like colormap or quiver?
vf = VectorField(); plt.quiver(vf)
?xarray accessor used in pivpy keeps all the xarray extensions and use cases as they're, e.g.
ds.piv.plot
works likexarray.DataSet.plot
Beta Was this translation helpful? Give feedback.
All reactions