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
likely connected to #26
currently there is no way to specify kwargs to be passed to xarray.open_dataset.
kwargs
xarray.open_dataset
import intake_xarray intake_xarray.NetCDFSource('simplecache::https://www.ncei.noaa.gov/thredds/fileServer/model-gefs-003/202008/20200831/gensanl-b_3_20200831_1800_000_20.grb2', xarray_kwargs=dict(engine='cfgrib', backend_kwargs=dict(filter_by_keys={'typeOfLevel': 'meanSea'})), ).to_dask()
but we do not allow such xarray_kwargs in intake-thredds
xarray_kwargs
intake-thredds
The text was updated successfully, but these errors were encountered:
How to fix: intake/intake-xarray#52
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
likely connected to #26
currently there is no way to specify
kwargs
to be passed toxarray.open_dataset
.but we do not allow such
xarray_kwargs
inintake-thredds
The text was updated successfully, but these errors were encountered: