Skip to content

GispoCoding/spatial-data-package-export

 
 

Repository files navigation

Spatial Data Package Export

tests codecov.io release GPLv3 license Code style: black Imports: isort pre-commit

QGIS plugin to export data and styles to Spatial Data Packages that can be uploaded on the Spatial Data Package Platform, e.g. gemeindescan.ch.

This tool exports spatial data packages. The data package specification is based on the Frictionless Data toolkit. Main development by Gispo Ltd.

Minimum Requirements

QGIS 3.10
Python 3.6
Platform 0.2

Installation instructions

The plugin can be installed by downloading a release from this repository or a stable release from the QGIS Plugin Repository.

To download from GitHub:

  1. Download the latest release from Releases.

  2. Launch QGIS and the plugins menu by selecting Plugins - Manage and Install Plugins from the top menu.

  3. Select the Install from ZIP tab, browse to the zip file you just downloaded, and click Install Plugin!

Troubleshooting notes

Unable to Install Plugin - No Python Support Detected

Some versions of QGIS on some operating systems come without a working python environment. Seen on fresh installs on Fedora 33.

Supported QGIS Symbol Types and Symbol Layer Types

Geometry Types

  • Point / MultiPoint
  • Linestring / MultiLinestring
  • Polygon / MultiPolygon

Symbol Types

  • Single Symbol
  • Categorized Symbol
  • Graduated Symbol

Symbol Layer Types

  • Simple Fill (Polygon)
  • Centroid Fill Circle (Polygon, Point)
  • Outline: Simple Line (Polygon)
  • Simple Line (Linestring)

Styling Properties

  • Size (only circle and line layers)
  • Fill color (color and opacity, only fill layers)
  • Stroke color (color and opacity)
  • Stroke width

Development

Refer to development to instructions for developing the plugin.

License

This plugin is licenced with GNU Genereal Public License, version 3. See LICENSE for more information.

Packages

No packages published

Languages

  • Python 65.9%
  • QML 34.1%