/qgis-batch-save-layers

QGIS plugin to batch save layers

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

Batch Save Layers

A QGIS plugin to save all open vector layers to a directory.

Features

A simple GUI dialog in QGIS to:

  • Set export directory
  • Set file types to write by checklist
  • Save all open vector layers at once
  • Vector files exported to a directory with the structure of:
├── export-directory
│   	├──CSV
│   	├──ESRI Shapefile
│   	├──GeoJSON
│   	├──KML
│   	├──MapInfo File
│   	├──PGDump

Icon

image of icon

GUI Dialog

image of GUI

##Planned

  • Write metadata file to export-directory
  • Option to zip
  • Specify layers to export