-
Notifications
You must be signed in to change notification settings - Fork 25
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
Sentinel2 Scene Classification Map (SCM) and Quality Indicators (QI) band stacking #76
Comments
Hi @goriliukasbuxton , short answer is yes, but right now you have to combine these different assets yourself due to the different ground-sample-distance (10m versus 20m postings). Currently working on ways to make this easier (#75), but for now have a look at this example https://nbviewer.jupyter.org/gist/scottyhq/3bda794762139729ace8db457dac0248 which
|
@scottyhq , very nice!
######################
also tryinfg to szueeze the stack but its not working:
#######################KeyError Traceback (most recent call last) ~\Anaconda3\envs\rasterio_test\lib\site-packages\xarray\core\common.py in squeeze(self, dim, drop, axis) ~\Anaconda3\envs\rasterio_test\lib\site-packages\xarray\core\common.py in get_squeeze_dims(xarray_obj, dim, axis) ~\Anaconda3\envs\rasterio_test\lib\site-packages\xarray\core\common.py in (.0) ~\Anaconda3\envs\rasterio_test\lib\site-packages\xarray\core\utils.py in getitem(self, key) ~\Anaconda3\envs\rasterio_test\lib\site-packages\xarray\core\utils.py in getitem(self, key) KeyError: 'band' |
No band in the above, only scl? |
Is it posible to stack 'eo:bands' with data quality bands into one dask stack?
Would like to do cloud masking by these quality bands
Thank you,
The text was updated successfully, but these errors were encountered: