museopheno.sensors.Sentinel2.configure_bands_order

Sentinel2.configure_bands_order(order_by='date')

Configure how bands are ordered (by date or by band)

Parameters

order_by (str, default 'date'.) – if ‘date’, means your raster is stacked in this way : B1, B2 to Bx for the first date, then B1,B2 to Bx for the second date… if ‘band’, means your raster is stacked in this way : B1 first date, B1 second date… to B1 last date, then B2 first date…