From 5d47e07fb250be9886539dd9dbb390feb10168d0 Mon Sep 17 00:00:00 2001 From: "Daniel.Frisinghelli" <daniel.frisinghelli@eurac.edu> Date: Wed, 12 Aug 2020 17:31:30 +0200 Subject: [PATCH] Removed band 11 from Landsat8: not present in Sparcs dataset --- pysegcnn/core/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pysegcnn/core/constants.py b/pysegcnn/core/constants.py index b9546a1..0d0bafb 100644 --- a/pysegcnn/core/constants.py +++ b/pysegcnn/core/constants.py @@ -20,7 +20,7 @@ class Landsat8(enum.Enum): pan = 8 cirrus = 9 tir1 = 10 - tir2 = 11 + # tir2 = 11 # Sentinel 2 bands -- GitLab