How to remove the Landsat 7 SLC-off scenes when running cubo.create (https://cubo.readthedocs.io/en/latest/index.html) ? Here is my original code:
import cubo
da = cubo.create(
lat=3.183376976287226,
lon=31.25171910907124,
collection="landsat-c2-l2",
bands=['red', 'nir08'],
start_date="2000-01-01",
end_date="2005-12-31",
edge_size=32,
resolution=30,
query={}
)
I could remove the Landsat 7 scenes older than 31st of May 2003 from da, but I wonder if I could simply do it using the query.