Schneidet jede GDAL-unterstützte Rasterdatei auf bestimmte Ausmaße. Der Algorithmus wird aus dem GDAL Raster Utility abgeleitet <http://www.gdal.org/gdal_grid.html>_ .
Eingaberasterdatei.
Defines a value that should be inserted for the nodata values in the output raster.
Vorgabe: none
Ausmaß, welches für das Ausgaberaster verwendet werden soll. Wählt nur Objekte, innerhalb des angegebenen Begrenzungsrahmens.
Vorgabe: 0,1,0,1
Optional.
<geben Sie hier die Parameterbeschreibung ein>
Vorgabe: (not set)
Ausgaberasterlayer
processing.runalg('gdalogr:cliprasterbyextent', input, no_data, projwin, extra, output)
Schneidet jede GDAL-unterstützte Rasterdatei durch eine Vektormaske. Der Algorithmus wird aus dem GDAL Raster Utility abgeleitet <http://www.gdal.org/gdal_grid.html>_ .
Eingaberasterlayer.
Defines a value for the no-data areas of the input raster.
Vorgabe: none
Creates an alpha band for the result. The alpha band then includes the transparency values of the pixels.
Vorgabe: False
The resolution of the output raster will not be changed.
Vorgabe: False
Optional.
<geben Sie hier die Parameterbeschreibung ein>
Vorgabe: (not set)
Ausgaberasterlayer
processing.runalg('gdalogr:cliprasterbymasklayer', input, mask, no_data, alpha_band, keep_resolution, extra, output)
Extrahiert Konturlinien von jedem GDAL-unterstützten Höhenraster. Der Algorithmus wird aus dem GDAL Kontur Utility abgeleitet.
Eingabehöhenraster
Defines the interval between the contour lines in the given units of the elevation raster.
Vorgabe: 10.0
Optional.
Defines the attribute name for the field containing the values of the contour lines. If nothing is defines the default name will be ‘ELEV’.
Vorgabe: ELEV
Optional.
<geben Sie hier die Parameterbeschreibung ein>
Vorgabe: (not set)
<fügen Sie hier die Übersetzung der Ausgabe ein>
processing.runalg('gdalogr:contour', input_raster, interval, field_name, extra, output_vector)