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

♻️ Let RioXarrayReader return dataarray only instead of tuple #24

Merged
merged 1 commit into from
Jul 6, 2022

Commits on Jul 6, 2022

  1. ♻️ Let RioXarrayReader return dataarray only instead of tuple

    So the source filepath/url in an xarray.DataArray is actually in `dataarray.encoding["source"]` already, no need to return a tuple of (filepath, dataarray). This helps to streamline downstream slicing tasks by having only one object to deal with.
    weiji14 committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    e5e0dda View commit details
    Browse the repository at this point in the history