Generalization geoprocessing functions

Spatial Analyst のライセンスで利用可能。

ジェネラライズ解析ジオプロセシング機能は、ラスター内の小さいエラー データを除去したり、一般的な解析を行う目的で不要な詳細を取り除いてデータを一般化したりするために使用します。

There are several common sources for the erroneous data, such as the following:

  • Classified satellite imagery may contain many small areas of misclassified cells.
  • Images that are scanned paper maps may contain unnecessary lines or text.
  • Conversion issues from rasters in different formats, resolutions, or projections may exist.

The generalization geoprocessing functions help you identify such areas and automate the assignment of more reliable values to the cells that make up the areas.

They are divided into several general categories:

使用可能なジオプロセシング機能とその簡単な説明を次の表に示します。

Geoprocessing FunctionDescription

Aggregate

ラスターの低解像度バージョンを生成します。それぞれの出力セルは、そのセルの範囲に囲まれている入力セルの合計値、最小値、最大値、平均値、または中央値を持ちます。

Boundary Clean

ラスター内のゾーン間の境界を滑らかにします。

Expand

指定されたラスターのゾーンを指定されたセル数分拡張します。

Majority Filter

ラスター内のセルを、隣接範囲内の最頻値セルに基づいて置換します。

Nibble

マスクに対応するラスターのセルを、最も近い近傍セルの値で置換します。

Region Group

出力の各セルについて、そのセルが属している接続されたリージョンの ID が記録されます。各リージョンには、一意の数値が割り当てられます。

Shrink

近傍内で最頻出する値をセルに割り当てることで、選択したゾーンを指定したセル数分だけ縮小します。

Thin

フィーチャの幅を表すセルの数を減らすことでラスターの線形フィーチャを細線化します。

Geoprocessing functions in the Generalization category

関連トピック