1
vote
1answer
65 views

Copy and Paste symbology in Raster?

Hi all, I am trying to figure it out how can I take a preserved color from a raster I already set up before and then apply the colormap to a new raster file? Here are the details of what occurred: ...
0
votes
0answers
12 views

How to create symbology? [duplicate]

Please suggest how to create symbology in QGIS? As I am Infrastructure layer with the help of QGIS and I want to represent different roads with different colors and widths but right now I am unable to ...
0
votes
0answers
38 views

Display raster outlines

I guess mine is a very simple task, however I don't know how to solve it. I m trying to display the outlines of a raster created from a polygon shp. What I would like to come up with is an image where ...
1
vote
4answers
49 views

Batch visualization of raster (grid) files

I have about 100 raster (grid) files (in the "ascii grid" format) of drought index. All cover the same area of interest but at different times of year. I need to create images from the grids with ...
3
votes
1answer
78 views

ArcGIS Raster Symbology - Break contour at 0

In ArcGIS 10, how can I break raster symbology (stretched) at a particular value (i.e. 0). For example, I have a DEM representing both topography and bathymetry and I want a break at the 0 m contour ...
13
votes
3answers
245 views

Is it possible to use symbols instead of colours to visualise raster cell values?

I have a raster image (GeoTIFF) with integer values. I know how to visualise raster values in QGIS using colormaps or similar, but I would like to assign symbols to each colour value instead - just ...
1
vote
0answers
42 views

How to recreate the 'standard deviation' option for a raster layer in Mapserver?

In mapserver is there any way to recreate the 'standard deviation' option available in Arc's symbology for a stretched raster layer?
4
votes
2answers
2k views

Modify raster layer display and symbology properties programmatically with arcpy or ArcObjects

I have over 1500 NITF files that I need to be able to modify the layer display and symbology of programmatically from within ArcMap. I need to set the properties outlined in red below: I've looked ...