<div dir="ltr"><div><font color="#000000">Hello everybody!!!</font></div><div><font color="#000000"><br></font></div><div><font color="#000000"><br></font></div><div style><font color="#000000">I'm trying to calculate the NDVI with Landsat 8 image, I downloaded from the USGS site. The first thing to do is to rescale the values ​​of reflectance and radiance at TOA. So I found a plugin (PGeosud: TOA Reflectance). However, I used this plugin for bands 4 and 5. The study area is composed of three units of landscapes. Plains, valleys and coastal canyons where vegetation varies considerably. To avoid saturation of the NDVI, I made a mask of each of them and I calculated the index. The problem is that: when I apply the raster calculator I get the following error. What can I do?</font></div>
<div style><font color="#000000"><br></font></div><div style><font color="#000000">Thanks so much!!!!</font><br></div><div style="color:rgb(255,0,0)"><br></div><div style="color:rgb(255,0,0)"><span style="color:rgb(255,0,0)"><br>
</span></div><font color="#ff0000">An error has occured while executing Python code:</font><br><br>Traceback (most recent call last):<br>  File "C:/Users/Mariana/.qgis2/python/plugins\raster_transparency\rastertransparency.py", line 152, in layerChanged<br>
    self.dockWidget.updateSliders(maxValue, minValue)<br>  File "C:/Users/Mariana/.qgis2/python/plugins\raster_transparency\rastertransparencydockwidget.py", line 142, in updateSliders<br>    self.spinStart.setMinimum(int(self.minVal))<br>
TypeError: QSpinBox.setMinimum(int): argument 1 has unexpected type 'long'<br><br>Python version:<br>2.7.4 (default, Apr  6 2013, 19:54:46) [MSC v.1500 32 bit (Intel)]<br><br><br>QGIS version:<br>2.2.0-Valmiera Valmiera, c3a2817<br>
<br>Python path: ['C:/Users/Mariana/.qgis2/python/plugins\\processing', 'C:/PROGRA~1/QGISVA~1/apps/qgis/./python', u'C:/Users/Mariana/.qgis2/python', u'C:/Users/Mariana/.qgis2/python/plugins', 'C:/PROGRA~1/QGISVA~1/apps/qgis/./python/plugins', 'C:\\PROGRA~1\\QGISVA~1\\bin\\python27.zip', 'C:\\PROGRA~1\\QGISVA~1\\apps\\Python27\\DLLs', 'C:\\PROGRA~1\\QGISVA~1\\apps\\Python27\\lib', 'C:\\PROGRA~1\\QGISVA~1\\apps\\Python27\\lib\\plat-win', 'C:\\PROGRA~1\\QGISVA~1\\apps\\Python27\\lib\\lib-tk', 'C:\\PROGRA~1\\QGISVA~1\\bin', 'C:\\PROGRA~1\\QGISVA~1\\apps\\Python27', 'C:\\PROGRA~1\\QGISVA~1\\apps\\Python27\\lib\\site-packages', 'C:\\PROGRA~1\\QGISVA~1\\apps\\Python27\\lib\\site-packages\\PIL', 'C:\\PROGRA~1\\QGISVA~1\\apps\\Python27\\lib\\site-packages\\win32', 'C:\\PROGRA~1\\QGISVA~1\\apps\\Python27\\lib\\site-packages\\win32\\lib', 'C:\\PROGRA~1\\QGISVA~1\\apps\\Python27\\lib\\site-packages\\Pythonwin', 'C:\\PROGRA~1\\QGISVA~1\\apps\\Python27\\lib\\site-packages\\Shapely-1.2.18-py2.7-win32.egg', 'C:\\PROGRA~1\\QGISVA~1\\apps\\Python27\\lib\\site-packages\\wx-2.8-msw-unicode', 'C:\\PROGRA~1\\QGISVA~1\\apps\\qgis\\python\\plugins\\fTools\\tools']<br>
</div>