Creating a data cube from multi-band rasters #854
Unanswered
maxsivertsen
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Yes, rioxarray & xarray are helpful for that. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Hi, I am new to this field and before I jump into it, I would like to know if my idea is something than can be achieved using the rioxarray tools.
I have several sentinel-2 scenes (same spatial extent) from different points in time. Each scene contains 10 bands.
I would like to 'stack' the scenes on top of one another, so that I can easily analyze areas within each scene, for example taking a mask and returning a masked scene so that I can subtract the average of all pixels in the scene from each individual pixel.
Is this a suitable task for using rioxarray?
Beta Was this translation helpful? Give feedback.
All reactions