Regrid to structured grid #1365
Unanswered
Chrismarsh
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Since target_grid = ux.Grid.from_structured(lat=y_center, lon=x_center)
remap = ds.isel(time=0)["t"].remap.nearest_neighbor(
destination_grid=target_grid, remap_to="faces"
) |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to regrid an unstructured mesh to a structured mesh for further processing to tiff, etc with xarray+rioxarray.
results in
Is this not a supported use case?
Beta Was this translation helpful? Give feedback.
All reactions