An open API service indexing awesome lists of open source software.

https://github.com/pblottiere/qsa

QGIS Server Administration tools
https://github.com/pblottiere/qsa

administration qgis-server qgis-server-plugin rest-api

Last synced: 5 months ago
JSON representation

QGIS Server Administration tools

Awesome Lists containing this project

README

          

# QGIS Server Administration

[![Release](https://img.shields.io/badge/release-1.1.0-green.svg)](https://github.com/pblottiere/QSA/releases)
[![CI](https://img.shields.io/github/actions/workflow/status/pblottiere/QSA/tests.yml)](https://github.com/pblottiere/QSA/actions)
[![Documentation](https://img.shields.io/badge/docs-Book-informational)](https://pblottiere.github.io/QSA/)

Components:

* `qsa-api`: Flask web server with a REST API for administrating QGIS Server
* `qsa-plugin`: QGIS Server plugin for introspection
* `qsa-cli`: Command line tool

Main features:

* Create and manage QGIS projects stored on filesystem or in PostgreSQL
* Create and update vector and raster layers: symbology, theme, ...
* Inspect online QGIS Server instances
* Cache management with MapProxy

See QGIS Server Administration tool's [documentation](https://pblottiere.github.io/QSA/) for more details.