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

band names #316

Open
mmann1123 opened this issue May 15, 2024 · 1 comment
Open

band names #316

mmann1123 opened this issue May 15, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@mmann1123
Copy link
Collaborator

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
@mmann1123 mmann1123 added the bug Something isn't working label May 15, 2024
@jgrss
Copy link
Owner

jgrss commented May 16, 2024

I'm surprised this didn't previously surface. Working on a fix in #317...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants