.
Extracts the projection of a raster file and writes it into a world-file. The algorithm is derived from the the GDAL srsinfo utility .
Input file
[raster]Create also .prj file
[boolean]If this is acivated also a *.prj-file containing the projection information is created.
Padrão: Falso
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 .
Camada de Entrada
[raster]Camada raster de entrada.
Source SRS (EPSG Code)
[crs]Defines the CRS of the input raster layer.
Padrão: EPSG:4326
Destination SRS (EPSG Code)
[crs]Defines the target CRS of the raster layer.
Padrão: EPSG:4326
Output file resolution in target georeferenced units (leave 0 for no change)
[number]Defines the output file resolution of reprojection result.
Padrão: 0.0
Resampling method
[selection]Several resampling methods can be chosen for the reprojection. By default a near resampling method is chosen.
Opções:
Padrão: 0
Additional creation parameters
[string]Opcional.
<insira a descrição do parâmetro aqui>
Padrão: (não definido)
Output raster type
[selection]Defines the format of the output raster file. By default this is Float32.
Opções:
Padrão: 5
<insira a descrição da saída aqui>
processing.runalg('gdalogr:warpreproject', input, source_srs, dest_srs, tr, method, extra, rtype, output)