Band Tags missing #525
Unanswered
ismailerradi
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
See #296 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I started working on a project with rasters recently, especially multiple band rasters (e.g : 192). It seems that when I open it with rasterio, I have a tag for each band which says what data layer are you working on (e.g: band 1 tag : weather data) but when I open it with rioxarray, it appears that the attributes are always the same for all the bands . I don't know if there's an issue at open with rioxarray or is this a known problem for the library ?
Here's the example with rasterio :
Here's the example with rioxarray:
Thanks 👍
Beta Was this translation helpful? Give feedback.
All reactions