Spatial Analyst のライセンスで利用可能。
近傍解析ジオプロセシング機能では、指定されている近傍内での特定の位置と値に基づいて、セル位置ごとの出力値を作成できます。 近傍タイプには、移動と検索範囲の 2 種類があります。
Moving neighborhoods can either be overlapping or non-overlapping. The Focal Statistics geoprocessing function employs overlapping neighborhoods to calculate a specified statistic for the cells within a specified neighborhood around each input cell. For example, you may want to find the mean or maximum value in a 3 x 3 neighborhood around every cell in an input raster. The Filter geoprocessing function is a specific type of focal operation that uses a high- or low-pass filter to accentuate or smooth the data. The non-overlapping neighborhood geoprocessing function, Block Statistics, allows statistics to be calculated in a specified non-overlapping neighborhood. This geoprocessing function is particularly useful for changing the resolution of a raster to a coarser cell size. The values assigned to the coarser cells can be based on another calculation, such as the maximum value in the coarser cell as opposed to using the default nearest neighbor interpolation.
The search radius geoprocessing functions perform various calculations based on what is within a specified distance from point or linear features. These are the Point Statistics and Line Statistics geoprocessing functions, respectively.
使用可能なジオプロセシング機能とその簡単な説明を次の表に示します。
Geoprocessing Function | Description |
---|---|
入力を重複しないブロックに分割し、各ブロック内での値の統計情報を計算します。 算出されたそれぞれのブロックにおける値は、出力の各ブロック内にあるすべてのセルに割り当てられます。 | |
ラスターでスムージング (ロウ パス) またはエッジ強調 (ハイ パス) を実行します。 | |
入力ラスターの各セルの近傍におけるフローの値を決定します。 | |
各入力セル位置について、指定した近傍内の値の統計情報を計算します。 | |
円形の近傍でのライン属性の統計値を計算します。 | |
各出力セルの近傍内にあるポイントの統計情報を計算します。 |