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
Using ux.open_dataset with a separate grid and data file does not allow for passing in arguments in the subsequent xr.open_dataset call that happens in ux.open_grid, restricting the user (see #385)
Add the ability to pass through **grid_kwargs or similar into ux.open_dataset to specify the behavior of xr.open_dataset when opening a grid file
The text was updated successfully, but these errors were encountered:
philipc2
changed the title
Add additional**kwargs for opening a grid file with ux.open_dataset
Add additional **kwargs for opening a grid file with ux.open_datasetJul 18, 2023
Related to #385 & #384
Using
ux.open_dataset
with a separate grid and data file does not allow for passing in arguments in the subsequentxr.open_dataset
call that happens inux.open_grid
, restricting the user (see #385)Add the ability to pass through
**grid_kwargs
or similar intoux.open_dataset
to specify the behavior ofxr.open_dataset
when opening a grid fileThe text was updated successfully, but these errors were encountered: