From ca7b90f3a9a83d2267ce604550039d1643c72640 Mon Sep 17 00:00:00 2001 From: Darius Couchard Date: Fri, 8 Mar 2024 14:40:09 +0100 Subject: [PATCH] In STAC band names renamed WORLDCEREAL to more generic LABEL --- src/openeo_gfmap/stac/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openeo_gfmap/stac/constants.py b/src/openeo_gfmap/stac/constants.py index a8b88f9..0213547 100644 --- a/src/openeo_gfmap/stac/constants.py +++ b/src/openeo_gfmap/stac/constants.py @@ -101,7 +101,7 @@ def create_spatial_dimension( "S2-L2A-B10", "S2-L2A-B11", "S2-L2A-B12", - "CROPTYPE", + "LABEL", ] } )