Rasterize (vector to raster)

Beschreibung

<put algortithm description here>

Parameter

Input layer [vector: any]
<put parameter description here>
Attribute field [tablefield: any]
<put parameter description here>
Write values inside an existing raster layer(*) [boolean]

<put parameter description here>

Default: False

Set output raster size (ignored if above option is checked) [selection]

<put parameter description here>

Optionen:

  • 0 — Ausgabegröße in Pixel

  • 1 — Output resolution in map units per pixel

Vorgabe: 1

Horizontal [Zahl]

<put parameter description here>

Vorgabe: 100.0

Vertikal [Zahl]

<put parameter description here>

Vorgabe: 100.0

Rastertyp [Auswahl]

<put parameter description here>

Optionen:

  • 0 — Byte
  • 1 — Int16
  • 2 — UInt16
  • 3 — UInt32
  • 4 — Int32
  • 5 — Float32
  • 6 — Float64
  • 7 — CInt16
  • 8 — CInt32
  • 9 — CFloat32
  • 10 — CFloat64

Vorgabe: 0

Ausgaben

Output layer: mandatory to choose an existing raster layer if the (*) option is selected [raster]
<put output description here>

Console usage

processing.runalg('gdalogr:rasterize', input, field, writeover, dimensions, width, height, rtype, output)

Siehe auch