We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This has been suggested in #11 and might be useful for further processing.
The API could look like this:
ds_sel = ds.xoak.sel(..., distances=None)
where distances may also accept a string that would then correspond to the name of a new data variable in ds_sel holding distance values.
distances
ds_sel
Alternatively, we could add another method to the accessor if we want to keep xarray.Dataset.xoak.sel() close to the original xarray.Dataset.sel().
xarray.Dataset.xoak.sel()
xarray.Dataset.sel()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This has been suggested in #11 and might be useful for further processing.
The API could look like this:
where
distances
may also accept a string that would then correspond to the name of a new data variable inds_sel
holding distance values.Alternatively, we could add another method to the accessor if we want to keep
xarray.Dataset.xoak.sel()
close to the originalxarray.Dataset.sel()
.The text was updated successfully, but these errors were encountered: