You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to write some basic vector calculations (u, v from speed, dir; rotations; etc) and I need them multiple places so it might be nice to officially have these somewhere. Additionally I would add metadata for new variables for DataArrays.
But that also begs the question — could this package work for both incoming xarray Datasets and pandas DataFrames? That sounds useful.
I think that would not only be useful but also something missing for a while. This package was originally designed for lists and no arrays, it is outdated and some pandas/xarray support is very welcome.
I need to write some basic vector calculations (u, v from speed, dir; rotations; etc) and I need them multiple places so it might be nice to officially have these somewhere. Additionally I would add metadata for new variables for DataArrays.
But that also begs the question — could this package work for both incoming xarray Datasets and pandas DataFrames? That sounds useful.
What do you think @ocefpaf?
The text was updated successfully, but these errors were encountered: