Skip to content
New issue

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

ENH: Add the option to return xarray from catalog helpers (Fixes #229) #243

Merged
merged 1 commit into from Aug 14, 2018

Conversation

dopplershift
Copy link
Member

For OPeNDAP and CDMRemote.

Copy link
Contributor

@jrleeman jrleeman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a question on this wording. Overall looks good.

import xarray as xr
provider = xr.open_dataset
except ImportError:
raise ImportError('OPENDAP access needs xarray to be installed.')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be OPENDAP needs xarray or something specific to using the xarray accessor like 'xarray must be installed to use xarray access method.' ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure. Fixed.

Copy link
Contributor

@jrleeman jrleeman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to merge over coverage.

@dopplershift dopplershift merged commit 4910d1e into Unidata:master Aug 14, 2018
@dopplershift dopplershift deleted the xarray-access branch August 14, 2018 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants