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

` `

Transformation OGR

Transformation de format

Description

Transforme une couche vectorielle supportée par OGR dans un autre format supporté par OGR. Cet algorithme est dérivé de l’utilitaire ogr2ogr .

Paramètres

Couche en entrée [vectorielle : n’importe laquelle]

Couche vectorielle en entrée.

Format de sortie [selection]

Définit le format de sortie. Par défaut il s’agit d’un Shapefile ESRI.

Options :

  • 0 — Shapefile ESRI

  • 1 — GeoJSON
  • 2 — GeoRSS
  • 3 — SQLite
  • 4 — GMT
  • 5 — Fichier 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

Défaut : 0

Options de création [texte]

En option.

<mettre la description du paramètre ici>

Défaut : (non défini)

Sorties

Couche en sortie [vectorielle]

Couche vectorielle en sortie

Utilisation de la console

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

Voir également