Warp (reproject)

Omschrijving

<plaats omschrijving algoritme hier>

Parameters

Invoerlaag [raster]

<plaats omschrijving parameter hier>

Bron SRS (EPSG-code) [crs]

<plaats omschrijving parameter hier>

Standaard: EPSG:4326

Doel SRS (EPSG-code) [crs]

<plaats omschrijving parameter hier>

Standaard: EPSG:4326

Resolutie uitvoerbestand in geo-verwezen eenheden van doel (laat op 0 voor Niet wijzigen) [getal]

<plaats omschrijving parameter hier>

Standaard: 0.0

Methode resample [selectie]

<plaats omschrijving parameter hier>

Opties:

  • 0 — nabij

  • 1 — bilineair

  • 2 — kubisch

  • 3 — kubische spline

  • 4 — lanczos

Standaard: 0

Aanvullende parameters voor maken [string]

Optioneel.

<plaats omschrijving parameter hier>

Standaard: (niet ingesteld)

Type raster uitvoer [selectie]

<plaats omschrijving parameter hier>

Opties:

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

Standaard: 5

Uitvoer

Uitvoerlaag [raster]

<plaats omschrijving uitvoer hier>

Gebruik van console

processing.runalg('gdalogr:warpreproject', input, source_srs, dest_srs, tr, method, extra, rtype, output)

Zie ook