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
open_xr_dataset
We'd like open_xr_dataset(...) to read Kerchunk files as well and existing NetCDF support.
open_xr_dataset(...)
Update:
https://github.com/roocs/roocs-utils/blob/master/roocs_utils/xarray_utils/xarray_utils.py#L69
And write some tests.
Some examples of relevant code:
import xarray as xr import fsspec import matplotlib.pyplot as plt file_uri = "https://dap.ceda.ac.uk/neodc/esacci/snow/docs/esacci_snow_swe_v2_5.json" mapper = fsspec.get_mapper("reference://", fo=file_uri) ds = xr.open_zarr(mapper)
https://github.com/cedadev/kerchunk-tools/blob/main/kerchunk_tools/xarray_wrapper.py#L24-L38
The text was updated successfully, but these errors were encountered:
Initial version implemented on branches:
https://github.com/roocs/daops/compare/enable-kerchunk?expand=1
https://github.com/roocs/roocs-utils/compare/i106-enable-read-kerchunk?expand=1
Sorry, something went wrong.
agstephens
No branches or pull requests
Description
We'd like
open_xr_dataset(...)
to read Kerchunk files as well and existing NetCDF support.Update:
https://github.com/roocs/roocs-utils/blob/master/roocs_utils/xarray_utils/xarray_utils.py#L69
And write some tests.
Details
Some examples of relevant code:
https://github.com/cedadev/kerchunk-tools/blob/main/kerchunk_tools/xarray_wrapper.py#L24-L38
The text was updated successfully, but these errors were encountered: