Spatial Analyst のライセンスで利用可能。
ローカル ジオプロセシング機能は、出力ラスターでの各セルの値が、それぞれのセルの位置にあるすべての入力値の関数となる機能です。 これらのジオプロセシング機能を使用すると、複数の入力ラスターの各セルの値に基づいて、入力ラスターの結合、統計情報の計算、出力ラスター上の各セルに対する評価を実行できます。
To perform the calculation, a local geoprocessing function only needs, for each of the input rasters, the value at that location, as well as (in some cases) a comparison value. Once the result is generated, the calculation is made for the next cell location, and the process is iterated until all cells have been processed.
There are five general categories of analysis that local geoprocessing functions perform:
- Calculate a statistic for each location (for example, the minimum value).
- Assign a unique value for each unique combination of values at each location.
- Assign the number of times the cell location input values for the location meet a specified criterion relative to another input value.
- Assign the value at the cell location that meets a specified criterion relative to other input values.
- Assign the position of the raster containing the cell value that meets a specified criterion relative to another input value.
使用可能なジオプロセシング機能とその簡単な説明を次の表に示します。
Geoprocessing Function | Description |
---|---|
複数のラスターからセルごとに統計情報を計算します。 | |
複数のラスターを組み合わせて、入力値の組み合わせごとに一意の出力値を割り当てます。 | |
一連のラスターの値が別のラスターと等しい回数をセルごとに評価します。 | |
一連のラスターの値が別のラスターより大きい回数をセルごとに評価します。 | |
一連のラスターの中で最大値を持つラスターの位置をセルごとに決定します。 | |
一連のラスターの値が別のラスターより小さい場合の回数をセルごとに評価します。 | |
一連のラスターの中で最小値を持つラスターの位置をセルごとに決定します。 | |
セルごとに、特定レベルの頻度の値を引数リストから判定します。 特定のポピュラリティ レベル (各値の発生数) は、最初の引数で指定します。 | |
入力ラスターの組から、セル単位で値のランク付けを行い、ランク入力ラスターの値に基づいて、返される値を決定します。 |