We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc3353 commit dc0716cCopy full SHA for dc0716c
1 file changed
eoreader/products/optical/maxar_product.py
@@ -726,6 +726,16 @@ def _get_spectral_bands(self) -> dict:
726
WV_MAX: 450,
727
},
728
),
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
+ ),
739
"blue": SpectralBand(
740
eoreader_name=BLUE,
741
**{
@@ -816,7 +826,7 @@ def _get_spectral_bands(self) -> dict:
816
826
"deep_blue": SpectralBand(
817
827
eoreader_name=DEEP_BLUE,
818
828
819
- NAME: "DEEP BLUE",
829
820
830
ID: 1,
821
831
GSD: self._ms_res,
822
832
WV_MIN: 400,
0 commit comments