digitalearthpacific / dep-tools

Processing tools for Digital Earth Pacific
MIT License
1 stars 0 forks source link

Error in `landsat_utils.mask_clouds` with `keep_ints=True` #46

Open jessjaco opened 8 months ago

jessjaco commented 8 months ago

Getting an error ValueError: Shapes do not align {'.2': {92, 46}, '.1': {1}, '.0': {1}}. Doesn't happen with .where. Pinning for now in case it comes up again cause I can't find the erase_bad docs anywhere no the code (I think it's buried in dea-tools somewhere). I think it may have to do with dask arrays or excess dims, dunno.