sertit / eoreader

Remote-sensing opensource python library reading optical and SAR sensors, loading and stacking bands, clouds, DEM and spectral indices in a sensor-agnostic way.
https://eoreader.readthedocs.io/en/latest/
Apache License 2.0
271 stars 22 forks source link

Load quality masks as bands #101

Open remi-braun opened 11 months ago

remi-braun commented 11 months ago

It would be nice to allow the user to load masks (without any mapping then) from satellite products.

This should be implemented directly in the load function, so in a way, we need to create a MaskBand object that will be treated as other bands.

It should also rasterize vectors masks.

Related to #99.