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
Currently, we decode the coordinates attribute, when present, but it doesn't end up in the DataArray's encoding attribute (https://github.com/xray/xray/blob/master/xray/conventions.py#L822-L832). This should be changed so the user can reference the coordinates attribute after decoding.
coordinates
encoding
xref: #605
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Currently, we decode the
coordinates
attribute, when present, but it doesn't end up in the DataArray'sencoding
attribute (https://github.com/xray/xray/blob/master/xray/conventions.py#L822-L832). This should be changed so the user can reference thecoordinates
attribute after decoding.xref: #605
The text was updated successfully, but these errors were encountered: