Does PyART have the slice option for the grid objects #1476
Answered
by
mgrover1
syedhamidali
asked this question in
Q&A
-
Hi, I want to subset or slice any field or all the fields of the grid object. Does Pyart have the functionality for that? I know we can convert the grid to xarray dataset and then slice it, but I want the grid object to be sliced. How can I do that either by using x and y values or lat, lon values |
Beta Was this translation helpful? Give feedback.
Answered by
mgrover1
Oct 18, 2023
Replies: 1 comment
-
This functionality does not currently exist, and I would suggest working with the xarray dataset object for the time being, otherwise a PR here would be welcome! Or an open issue! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mgrover1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This functionality does not currently exist, and I would suggest working with the xarray dataset object for the time being, otherwise a PR here would be welcome! Or an open issue!