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
For now, the result of the load function is a dictionary. This is a bit oldschool.
load
It would be maybe better to replace the dict object by a xr.Dataset. The access to the bands wouldn't change.
xr.Dataset
The text was updated successfully, but these errors were encountered:
Don't forget to add all relevant attributes to the dataset
Sorry, something went wrong.
BREAKING CHANGES: load function now returns a xarray.Dataset** #88
xarray.Dataset
0509c8e
BREAKING CHANGES: load function now returns a xarray.Dataset** se…
94db4df
…rtit#88
37ee594
ba498cc
No branches or pull requests
For now, the result of the
load
function is a dictionary.This is a bit oldschool.
It would be maybe better to replace the dict object by a
xr.Dataset
. The access to the bands wouldn't change.The text was updated successfully, but these errors were encountered: