2
votes
1answer
89 views

How to reclassify a float raster?

I have three rasters which represent distance (in metres) from certain things (bus stops, parks, libraries). I would like to reclassify these rasters so that they get integer values based on the ...
1
vote
1answer
71 views

Multiple reclassification using RasterCalc in QGIS [duplicate]

Is there any way to perform multiple reclassification using RasterCalc? For example reclassifying value 1 to 100 in map Map can be written as: eq([Map]@1, 1, 100) But if there are multiple values ...
2
votes
1answer
101 views

How to reclassify grey scale tiff in qgis

I downloaded a raster image of the sea floor age. The values in band 1 ranges from -32768 to 32767. I need to reclassify it to no. of million of years to make sense of the data. How can I do so? I try ...
0
votes
1answer
104 views

How do you use 'reclass' in GRASS?

It could be user error, but for some reason, the reclass tool is just hanging and hanging... QGIS 1.8 Compiled against GDAL/OGR 1.9.2 Ubuntu 12.04.1 Running the tool from the Sextante toolbox Input ...
3
votes
1answer
61 views

How to get the “absolute value” of a raster cell in QGIS?

I have a raster map (-100 to +100) and I need to get all the minus values as absulute values (-100=100; -99=99...). How can I do this? Is it something like reclassify?
6
votes
2answers
552 views

How to change null values raster values to 0 in QGIS?

I need help... I'm having problems with QGIS. I have some rasters that appear to have null values, even though I reclassified them to obtain a boolean raster :( How can I change the NULL values to 0?
4
votes
1answer
445 views

How to reclassify in Rastercalc?

I now need to reclassify, I'm using rastercalc... but I can't get the syntax right!! I need that values >0 become 1 I found this example... eq( [relief]@1, [mask]@4, 150 ) so I tried: ( [raster A ...
8
votes
2answers
2k views

How to perform Raster Reclassification in QGIS?

Is there a way to do reclassify a raster image to Qgis? In Arcgis you can do that in Spatial analyst Tools-->Reclass-->Reclassify Any ideas?