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

` `

Conversão OGR

Converter formato

Descrição

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

Parâmetros

Input layer [vector: any]
Input vector layer.
“Formato de destino” [seleção]

Define o formato de saída. O padrão é o shapefile ESRI.

Opções:

  • 0 — ESRI Shapefile
  • 1 — GeoJSON
  • 2 — GeoRSS
  • 3 – SQLite

  • 4 — GMT
  • 5 — MapInfo File
  • 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

Padrão: 0

Creation Options [string]

Opcional.

<insira a descrição do parâmetro aqui>

Padrão: (não definido)

Saídas

“camada de saída” [vetor]
Output vector layer.

Uso do console

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

Veja tambem