sepal-contrib / sdg_15.3.1

monitor SDG indicators at plot level
MIT License
3 stars 3 forks source link

modis is wrongly filtered #73

Closed 12rambau closed 2 years ago

12rambau commented 2 years ago
~/modules/sdg_indicators_module/component/widget/sensor_select.py in update_sensors(self, change)
     42         # change sensor v_model
     43         items.remove('Sentinel 2')
---> 44         items.remove('MODIS VI')
     45         self.v_model = items
     46 

ValueError: list.remove(x): x not in list

leading the selector to fail