Clips any GDAL-supported raster file to a given extent. The algorithm is derived from the GDAL grid utility .
Input layer
[raster]Nodata value, leave as none to take the nodata value from input
[string]Defines a value that should be inserted for the nodata values in the output raster.
Default: none
Clipping extent
[extent]出力ラスタのために使用されるべき範囲。指定されたバウンディングボックス内の機能だけを選択します。
Default: 0,1,0,1
Additional creation parameters
[string]Optional.
<put parameter description here>
Default: (not set)
Output layer
[raster]processing.runalg('gdalogr:cliprasterbyextent', input, no_data, projwin, extra, output)
クリップベクトルマスク層によって任意GDALサポートラスター。アルゴリズムは、_ `` GDALグリッドユーティリティ<http://www.gdal.org/gdal_grid.html>に由来しています。
Input layer
[raster]Mask layer
[vector: polygon]Nodata value, leave as none to take the nodata value from input
[string]Defines a value for the no-data areas of the input raster.
Default: none
Create and output alpha band
[boolean]結果のアルファバンドを作成します。アルファバンドは、次いで、ピクセルの透明度値を含みます。
Default: False
Keep resolution of output raster
[boolean]The resolution of the output raster will not be changed.
Default: False
Additional creation parameters
[string]Optional.
<put parameter description here>
Default: (not set)
Output layer
[raster]processing.runalg('gdalogr:cliprasterbymasklayer', input, mask, no_data, alpha_band, keep_resolution, extra, output)
任意GDALサポート標高ラスタから輪郭線を抽出します。アルゴリズムは_ `GDAL輪郭ユーティリティ<http://www.gdal.org/gdal_contour.html>から誘導されます。
Input layer
[raster]Interval between contour lines
[number]Defines the interval between the contour lines in the given units of the elevation raster.
Default: 10.0
Optional.
等高線の値を含むフィールドの属性名を定義します。何もしない場合、デフォルトの名前は「ELEV」になります定義します。
Default: ELEV
Additional creation parameters
[string]Optional.
<put parameter description here>
Default: (not set)
Output file for contour lines (vector)
[vector]processing.runalg('gdalogr:contour', input_raster, interval, field_name, extra, output_vector)