This tool allows you to change or reclassify the pixel values of the raster data. Pixels values are remapped by specifying a range of pixel values to map to an output pixel value. The output pixel value can be a valid value or a NoData value, which are pixels that do not have a known value associated with it.
If Use current map extent is checked, only those cells visible within the current map extent will be remapped. If unchecked, all cells in the raster will be processed, even if they are outside the current map extent.
The input data that will have its values remapped.
You enter a range of values by specifying a minimum and maximum value, and then assign an output value or a NoData value to the specified range.
To remap a new range of values, click Add, which adds a row. Click on each value to edit the table to the ranges and remapped value you need. When you specify the value ranges, there are two important rules that are employed:
The table below shows that the minimum value is included within the output, but the maximum value is not included in the output.
1 |
10 |
1–9 |
10 |
20 |
10–19 |
50 |
51 |
50 |
The order of the ranges specified in the table is also important. The top row of the table is processed first, then the row below is processed. The two tables below show how the same value ranges will produce a different results, due to the order of the table rows.
The table below shows the output value when the first column is sorted numerically:
1 |
15 |
1–14 |
10 |
30 |
15–29 |
30 |
40 |
30–39 |
The table below how a different ordering of the rows will produce different output values:
10 |
30 |
10–29 |
1 |
15 |
1–9 |
30 |
40 |
30–39 |
Both rules are employed to reorder the values. Since each row is processed from top to bottom, these values take precedence when determining the output, even when the same ranges are used.
The name of the layer that will be created in My Content and added to the map. The default name is based on the tool name and the input layer name. If the layer already exists, you will be prompted to provide another name.
You can specify the name of a folder in My Content where the result will be saved using the Save result in drop-down box.