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 have two variables x, y in a NCDataset. From them I can produce z = f(x, y). I want to add z to the dataset and remove x,y. Is there a simple way to achieve this? I would be very happy to know! I can even write a tutorial about this for the docs!
The text was updated successfully, but these errors were encountered:
I have two variables
x, y
in a NCDataset. From them I can producez = f(x, y)
. I want to addz
to the dataset and removex,y
. Is there a simple way to achieve this? I would be very happy to know! I can even write a tutorial about this for the docs!The text was updated successfully, but these errors were encountered: