<put algorithm description here>
Input layer
[raster]Band number
[number]<put parameter description here>
Default: 1
Output file
[table]processing.runalg('gdalogr:gdal2xyz', input, band, output)
Input layer
[raster]Band to convert
[selection]Band to convert to RGB
Options:
Default: 0
Output layer
[raster]processing.runalg('gdalogr:pcttorgb', input, nband, output)
共通の画素値を共有するラスタの画素の接続されたすべての領域についてベクターポリゴンを作成します。各ポリゴンは、そのポリゴンの画素値を示す属性を使用して作成されます。アルゴリズムは、_ `` GDAL polygonizeユーティリティ<http://www.gdal.org/gdal_polygonize.html>に由来しています。
Input layer
[raster]Output field name
[string]連結領域の属性が入力されているフィールド名を定義します。何のフィールド名が定義されていない場合は名前が「DN」になります。
Default: DN
Output layer
[vector]processing.runalg('gdalogr:polygonize', input, field, output)
ラスタ画像ベクタージオメトリ(点、線およびポリゴン)に変換します。アルゴリズムは、_ `` GDALラスタライズユーティリティ<http://www.gdal.org/gdal_rasterize.html>に由来しています。
Input layer
[vector: any]Attribute field
[tablefield: any]ピクセルの属性を選択する必要があります、そこから属性フィールドを定義します。
Write values inside an existing raster layer(*)
[boolean]If activated writes the results into an existing raster layer.
Default: False
上記のオプションがチェックされていない場合、出力サイズはピクセル単位である(0)または出力解像度は、画素(1)あたりのマップ単位でのいずれか。
Options:
Default: 1
Horizontal
[number]Sets the horizontal resolution of the output raster.
Default: 100.0
Vertical
[number]Sets the vertical resolution of the output raster.
Default: 100.0
Raster type
[selection]Defines the type of the resulting raster image.
Options:
Default: 0
Output layer: mandatory to choose an existing raster layer if the (*) option is selected
[raster]processing.runalg('gdalogr:rasterize', input, field, writeover, dimensions, width, height, rtype, output)
パレット8ビットに24ビットRGB画像を変換します。ダウンサンプリングされたRGBヒストグラムのメジアンカットアルゴリズムを使用して、指定されたRGB画像のための最適な擬似カラーテーブルを計算します。それはカラーテーブルを使用して、擬似カラー画像に画像を変換します。この変換は、出力画像の視覚的品質を最大化するために(誤差拡散)フロイド - スタインバーグ・ディザリングを利用します。ラスター地図を分類したい場合、クラスの数を減らしたい場合には、前にこのアルゴリズムを使用して画像をダウンサンプリングするために役立ちます。アルゴリズムは、_ `` GDALのrgb2pctユーティリティ<http://www.gdal.org/rgb2pct.html>に由来しています。
Input layer
[raster]Number of colors
[number]The number of colors the resulting image will contain. A value from 2-256 is possible.
Default: 2
Output layer
[raster]processing.runalg('gdalogr:rgbtopct', input, ncolors, output)
<put algorithm description here>
Input layer
[raster]Set the size of the output file (In pixels or %)
[number]<put parameter description here>
Default: 100
Output size is a percentage of input size
[boolean]<put parameter description here>
デフォルト:真
Nodata value, leave as none to take the nodata value from input
[string]<put parameter description here>
Default: none
Expand
[selection]<put parameter description here>
Options:
Default: 0
Output projection for output file [leave blank to use input projection]
[crs]<put parameter description here>
Default: None
Subset based on georeferenced coordinates
[extent]<put parameter description here>
Default: 0,1,0,1
Copy all subdatasets of this file to individual output files
[boolean]<put parameter description here>
Default: False
Additional creation parameters
[string]Optional.
<put parameter description here>
Default: (not set)
Output raster type
[selection]<put parameter description here>
Options:
Default: 5
Output layer
[raster]processing.runalg('gdalogr:translate', input, outsize, outsize_perc, no_data, expand, srs, projwin, sds, extra, rtype, output)