/qgis-pgmetadata-plugin

QGIS Plugin to manage some metadata from PostgreSQL layer

Primary LanguagePython

PgMetadata

Tests 🎳 Flake8 🎳 Migration 🗂 Transifex 🗺 Release 🚀

icon

Store metadata in a PostgreSQL database and manage it from QGIS.

Documentation

https://docs.3liz.org/qgis-pgmetadata-plugin/

Installation

The plugin is not yet available in the official QGIS repository, you must install it manually.

Custom repository

We recommend adding the QGIS custom repository, using this URL https://github.com/3liz/qgis-pgmetadata-plugin/releases/latest/download/plugins.xml. There isn't any authentication, and you will have automatic updates later.

Manual ZIP

If you don't want to setup a custom repository, you can download the ZIP file from the release page

Running migrations

Environment variable

import os
os.environ['TEST_DATABASE_INSTALL_PGMETADATA'] = '0.0.1'