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