GDAL変換

gdal2xyz

説明

<put algorithm description here>

パラメーター

Input layer [raster]
<put parameter description here>
Band number [number]

<put parameter description here>

Default: 1

出力

Output file [table]
<put output description here>

コンソールの使用方法

processing.runalg('gdalogr:gdal2xyz', input, band, output)

参照

RGBへのPCT

説明

RGBを24ビットする8ビットパレット画像に変換します

このユーティリティは、所望のフォーマットの出力RGBファイルに入力ファイルに疑似バンドを変換します。

パラメーター

Input layer [raster]
Input 8bit raster image
Band to convert [selection]

Band to convert to RGB

Options:

  • 0 — 1
  • 1 — 2
  • 2 — 3
  • 3 — 4
  • 4 — 5
  • 5 — 6
  • 6 — 7
  • 7 — 8
  • 8 — 9
  • 9 — 10
  • 10 — 11
  • 11 — 12
  • 12 — 13
  • 13 — 14
  • 14 — 15
  • 15 — 16
  • 16 — 17
  • 17 — 18
  • 18 — 19
  • 19 — 20
  • 20 — 21
  • 21 — 22
  • 22 — 23
  • 23 — 24
  • 24 — 25

Default: 0

出力

Output layer [raster]
24bit RGB raster image

コンソールの使用方法

processing.runalg('gdalogr:pcttorgb', input, nband, output)

Polygonize (raster to vector)

説明

共通の画素値を共有するラスタの画素の接続されたすべての領域についてベクターポリゴンを作成します。各ポリゴンは、そのポリゴンの画素値を示す属性を使用して作成されます。アルゴリズムは、_ `` GDAL polygonizeユーティリティ<http://www.gdal.org/gdal_polygonize.html>に由来しています。

パラメーター

Input layer [raster]
Input raster layer.
Output field name [string]

連結領域の属性が入力されているフィールド名を定義します。何のフィールド名が定義されていない場合は名前が「DN」になります。

Default: DN

出力

Output layer [vector]
Output vector layer. Default format is *.shp.

コンソールの使用方法

processing.runalg('gdalogr:polygonize', input, field, output)

参照

Rasterize (vector to raster)

説明

ラスタ画像ベクタージオメトリ(点、線およびポリゴン)に変換します。アルゴリズムは、_ `` GDALラスタライズユーティリティ<http://www.gdal.org/gdal_rasterize.html>に由来しています。

パラメーター

Input layer [vector: any]
Input vector layer with point, line or polygon geometries.
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:

  • 0 — Output size in pixels
  • 1 — Output resolution in map units per pixel

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:

  • 0 — Byte
  • 1 — Int16
  • 2 — UInt16
  • 3 — UInt32
  • 4 — Int32
  • 5 — Float32
  • 6 — Float64
  • 7 — CInt16
  • 8 — CInt32
  • 9 — CFloat32
  • 10 — CFloat64

Default: 0

出力

Output layer: mandatory to choose an existing raster layer if the (*) option is selected [raster]
Output raster layer. Give in here the name of the raster layer in which the results should be written (if this option is used).

コンソールの使用方法

processing.runalg('gdalogr:rasterize', input, field, writeover, dimensions, width, height, rtype, output)

参照

RGB to PCT

説明

パレット8ビットに24ビットRGB画像を変換します。ダウンサンプリングされたRGBヒストグラムのメジアンカットアルゴリズムを使用して、指定されたRGB画像のための最適な擬似カラーテーブルを計算します。それはカラーテーブルを使用して、擬似カラー画像に画像を変換します。この変換は、出力画像の視覚的品質を最大化するために(誤差拡散)フロイド - スタインバーグ・ディザリングを利用します。ラスター地図を分類したい場合、クラスの数を減らしたい場合には、前にこのアルゴリズムを使用して画像をダウンサンプリングするために役立ちます。アルゴリズムは、_ `` GDALのrgb2pctユーティリティ<http://www.gdal.org/rgb2pct.html>に由来しています。

パラメーター

Input layer [raster]
Input RGB image 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]
8-bit output raster.

コンソールの使用方法

processing.runalg('gdalogr:rgbtopct', input, ncolors, output)

参照

変換(形式変換)

説明

<put algorithm description here>

パラメーター

Input layer [raster]
<put parameter description here>
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:

  • 0 — none
  • 1 — gray
  • 2 — rgb
  • 3 — rgba

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:

  • 0 — Byte
  • 1 — Int16
  • 2 — UInt16
  • 3 — UInt32
  • 4 — Int32
  • 5 — Float32
  • 6 — Float64
  • 7 — CInt16
  • 8 — CInt32
  • 9 — CFloat32
  • 10 — CFloat64

Default: 5

出力

Output layer [raster]
<put output description here>

コンソールの使用方法

processing.runalg('gdalogr:translate', input, outsize, outsize_perc, no_data, expand, srs, projwin, sds, extra, rtype, output)

参照