Tagged Questions
1
vote
1answer
374 views
1-band raster colour table workaround in QGIS
Does anyone know what the workarounds are for the 1-band raster colour table plugin in QGIS?
Currently I find it will run once, then crash on the second iteration. The workaround I use is to delete ...
7
votes
1answer
1k views
Raster legend in R: how to colour specific values?
I have an elevation model plotted in R
r <- raster("example.dem")
plot(r, col = topo.colors(20))
Some of the values are below sea level (0), and I'd like to have those display in red. How can ...