OGR 変換

形式変換

説明

別のOGR-サポート形式に任意のOGR-サポートベクター層に変換します。このアルゴリズムは、_ `` ogr2ogrユーティリティ<http://www.gdal.org/ogr2ogr.html>に由来しています。

パラメーター

Input layer [vector: any]
Input vector layer.
Destination Format [selection]

先のフォーマットを定義します。デフォルトでは、ESRIシェープファイルです。

オプション:

  • 0 — ESRIシェープファイル

  • 1 — GeoJSON
  • 2 — GeoRSS
  • 3 — SQLite
  • 4 — GMT
  • 5 — MapInfoのファイル

  • 6 — INTERLIS 1
  • 7 — INTERLIS 2
  • 8 — GML
  • 9 —ジオコンセプト

  • 10 — DXF
  • 11 — DGN
  • 12 — CSV
  • 13 — BNA
  • 14 — S57
  • 15 — KML
  • 16 — GPX
  • 17 — PGDump
  • 18 — GPSTrackMaker
  • 19 — ODS
  • 20 — XLSX
  • 21 — PDF

Default: 0

Creation Options [string]

Optional.

<put parameter description here>

Default: (not set)

出力

Output layer [vector]
Output vector layer.

コンソールの使用方法

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

参照