In QGIS 1.8 I have two rasters derived from the same multi-band tif image
- ndvi - each pixel contains NDVI values. Using /Plugin/Analysis Point Sampling tool a new vector layer is created and the NDVI values of selected pixels are saved in the attribute table of this new layer. All is OK here.
- geo a georeferenced raster of the same multi-band photo
How do I get the coordinates of the same pixels from raster (2) geo?
I would like to store them into the same attribute table where the NDVI values are.