Outdated version of the documentation. Find the latest one here.

` `

OGR Konvertierung

Format konvertieren

Beschreibung

Converts any OGR-supported vector layer into another OGR-supported format. This algorithm is derived from the ogr2ogr utility .

Parameter

Eingabelayer [vector: any]

Eingabevektorlayer

Zielformat [selection]

Defines the destination format. By default this is ESRI Shapefile.

Optionen:

  • 0 — ESRI Shapedatei

  • 1 — GeoJSON
  • 2 — GeoRSS
  • 3 — SQLite
  • 4 — GMT
  • 5 — MapInfo Datei

  • 6 — INTERLIS 1
  • 7 — INTERLIS 2
  • 8 — GML
  • 9 — Geoconcept
  • 10 — DXF
  • 11 — DGN
  • 12 — CSV
  • 13 — BNA
  • 14 — S57
  • 15 — KML
  • 16 — GPX
  • 17 — PGDump
  • 18 — GPSTrackMaker
  • 19 — ODS
  • 20 — XLSX
  • 21 — PDF

Vorgabe: 0

Erzeugungsoptionen [string]

Optional.

<geben Sie hier die Parameterbeschreibung ein>

Vorgabe: (not set)

Ausgaben

Ausgabelayer [vector]

Ausgabevektorlayer.

Verwendung der Konsole

processing.runalg('gdalogr:convertformat', input_layer, format, options, output_layer)

Siehe auch