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
Seems like the automatically generated band names aren't working
with gw.open(sorted(glob("./tests/data/R*.tif")), stack_dim="band") as src: print(src)
<xarray.DataArray (band: 5, y: 1613, x: 2313)> dask.array<concatenate, shape=(5, 1613, 2313), dtype=float64, chunksize=(1, 256, 256), chunktype=numpy.ndarray> Coordinates: * band (band) int64 1 1 1 1 1
The text was updated successfully, but these errors were encountered:
I'm surprised this didn't previously surface. Working on a fix in #317...
Sorry, something went wrong.
jgrss
No branches or pull requests
Seems like the automatically generated band names aren't working
The text was updated successfully, but these errors were encountered: