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

` `

Conversión OGR

Convertir formato

Descripción

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

Parametros

Capa de entrada [vector: cualquiera]

Capa vectorial de entrada

Formato de destino [selection]

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

Opciones:

  • 0 — archivo shape de ESRI

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

  • 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

Predeterminado: 0

Opciones de creación [string]

Opcional

<colocar la descripción de parámetros aquí>

Por defecto: (no establecer)

Salidas

Capa de salida [vector]

Capa vectorial de salida

Uso de la consola

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

Ver también