Geographic Information Systems Asked on December 8, 2021
In my research I have a Ndvi raster layer, and I want to delete the values corresponding to bare soil, which are those minor of 0.31. Therefore, I will obtain a new raster layer with those values higher or equal to 0.31.
Could anybody help me with this?
I am using QGIS.
You cant delete values in a raster but you can set them to no data.
("ndvi@1"<0.31)*-5 + ("ndvi@1">=0.31)*"ndvi@1"
(See: How to set all pixels with value <= 0 to "nodata" in DEM raster?)
Answered by BERA on December 8, 2021
Use the Reclassify by Table on your NDVI layer where all values less than or equal to 0.31 get values of -9999 and all other values get a value of 1. Ensure -9999 is the no data value in the Reclassify by Table tool. Then, use the raster calculator to multiply you newly reclassified output by the original NDVI. The resulting layer will have no data values anyplace there was a 0.31 or less value and the original NDVI value if greater. Here is a link to the reclassify by table tool.
Answered by GBG on December 8, 2021
Get help from others!
Recent Answers
Recent Questions
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP