.
Extracts the projection of a raster file and writes it into a world-file. The algorithm is derived from the the GDAL srsinfo utility .
If this is acivated also a *.prj-file containing the projection information is created.
Predeterminado: False
processing.runalg('gdalogr:extractprojection', input, prj_file)
Transfers a raster layer into another Coordinate Reference System (CRS). The output file resolution and the resampling method can be chosen. The algorithm is derived from the GDAL warp utility .
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.
Por defecto: 0.0
Several resampling methods can be chosen for the reprojection. By default a near resampling method is chosen.
Opciones:
Predeterminado: 0
Opcional
<colocar la descripción de parámetros aquí>
Default: (not set)
Defines the format of the output raster file. By default this is Float32.
Opciones:
Predeterminado: 5
<colocar aquí la descripción de la salida>
processing.runalg('gdalogr:warpreproject', input, source_srs, dest_srs, tr, method, extra, rtype, output)