Skip to content

Commit dc0716c

Browse files
committed
Fix Deep blue for Maxar sensors
1 parent 1dc3353 commit dc0716c

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

eoreader/products/optical/maxar_product.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,16 @@ def _get_spectral_bands(self) -> dict:
726726
WV_MAX: 450,
727727
},
728728
),
729+
"deep_blue": SpectralBand(
730+
eoreader_name=DEEP_BLUE,
731+
**{
732+
NAME: "COASTAL BLUE",
733+
ID: 1,
734+
GSD: self._ms_res,
735+
WV_MIN: 400,
736+
WV_MAX: 450,
737+
},
738+
),
729739
"blue": SpectralBand(
730740
eoreader_name=BLUE,
731741
**{
@@ -816,7 +826,7 @@ def _get_spectral_bands(self) -> dict:
816826
"deep_blue": SpectralBand(
817827
eoreader_name=DEEP_BLUE,
818828
**{
819-
NAME: "DEEP BLUE",
829+
NAME: "COASTAL BLUE",
820830
ID: 1,
821831
GSD: self._ms_res,
822832
WV_MIN: 400,

0 commit comments

Comments
 (0)