ラスターファイルの投影を抽出し、世界的にファイルに書き込みます。アルゴリズムは_ユーティリティ<http://www.gdal.org/gdalsrsinfo.html> srsinfo `` GDAL由来します。
If this is activated also a *.prj-file containing the projection information is created.
Default: False
processing.runalg('gdalogr:extractprojection', input, prj_file)
別の座標参照系(CRS)にラスタレイヤを転送します。出力ファイルの解像度とリサンプリング方法を選択できます。アルゴリズムは_ `GDALワープユーティリティ<http://www.gdal.org/gdalwarp.html>から誘導されます。
Defines the CRS of the input raster layer.
Default: EPSG:4326
Defines the target CRS of the raster layer.
Default: EPSG:4326
Defines the output file resolution of reprojection result.
Default: 0.0
再投影のためにいくつかのリサンプリング方法は選択できます。デフォルトでは、近くにリサンプリング方法が選択されています。
Options:
Default: 0
Optional.
<put parameter description here>
Default: (not set)
Defines the format of the output raster file. By default this is Float32.
Options:
Default: 5
processing.runalg('gdalogr:warpreproject', input, source_srs, dest_srs, tr, method, extra, rtype, output)