I want to extract certain values of a raster image in order to create a new raster which then should only contain the extracted/chosen values.
How to do this in QGis?
|
I want to extract certain values of a raster image in order to create a new raster which then should only contain the extracted/chosen values. How to do this in QGis? |
|||||||
|
|
QGIS has a Raster Calculator that can calculate specific raster bands using mathematical expressions and save that to specific GDAL enabled formats, such as GeoTIFF, Erdas Imagine, etc. You didn't ask about this, but you might want to consider other remote sensing software such as Optics [FOSS]-- opticks.org And these industry standard Products of course: Erdas Imagine geospatial.intergraph.com and the exceptional ESRI Raster capabilities. www.Esri.com |
|||
|
|
|
Identify Polygons on raster image This was a similar question. I was looking to take certain parts of the raster out (in my case buildings) and create polygons...but you create a raster first. or create the polygons and then convert to raster. |
|||
|
|
|
Okay. Load the raster and start the raster calculator. Set an output filename then in the "Raster calculator expression" text box type:
Where "filename" is the name shown under "Raster bands". Then press OK. That's it! See also: http://spatialgalaxy.net/2012/01/25/using-the-qgis-raster-calculator/ N. |
||||
|
|