-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENH: xarray grid output #1477
base: main
Are you sure you want to change the base?
ENH: xarray grid output #1477
Conversation
Hey @mgrover1, Just wanted to check in on the status of #1477. I believe we’ve completed the function that allows us to directly write xarray grids using |
@syedhamidali - can you please review the previous comment to ensure that is addressed to fix the failing CI? |
Resolved in this commit |
Fantastic! Thanks @syedhamidali 👍 |
To streamline the process of extracting a subset from
pyart.core.grid
or the grid object, I propose to add a few more variables to thexarray dataset
that mirrors the grid object. When thisxarray dataset
is written to aNetCDF
file, it becomes equivalent to the originalpyart.core.grid
object.How can this be utilized?
Subsequently, it is possible to read the modified dataset using
pyart
as follows:This enhances the process of working with grid data, making it more convenient and efficient for users.