All Projects → GeoCat → qgis-bridge-plugin

GeoCat / qgis-bridge-plugin

Licence: GPL-3.0 license
GeoCat Bridge is a plugin for QGIS that can be used to publish geospatial (meta)data to the cloud.

Programming Languages

python
139335 projects - #7 most used programming language
XSLT
1337 projects
HTML
75241 projects

Projects that are alternatives of or similar to qgis-bridge-plugin

DsgTools
DSG's QGIS Plugin for GIS production
Stars: ✭ 37 (+54.17%)
Mutual labels:  qgis, postgis, qgis-plugin
gismanager
Publish Your GIS Data(Vector Data) to PostGIS and Geoserver
Stars: ✭ 45 (+87.5%)
Mutual labels:  geoserver, postgis
massive-change-detection
QGIS 2 plugin for applying change detection algorithms on high resolution satellite imagery
Stars: ✭ 18 (-25%)
Mutual labels:  qgis-plugin, qgis-processing-provider
formation-postgis
Formation PostGIS pour les utilisateurs de QGIS
Stars: ✭ 16 (-33.33%)
Mutual labels:  qgis, postgis
qgis-maptiler-plugin
QGIS MapTiler Plugin: vector tiles, basemaps, geocoding, OSM, QuickMapServices
Stars: ✭ 73 (+204.17%)
Mutual labels:  qgis, qgis-plugin
DEMto3D-QGIS-Plugin
Extensión GIS para impresión 3D de MDE
Stars: ✭ 33 (+37.5%)
Mutual labels:  qgis, qgis-plugin
speckle-qgis
QGIS Connector for Speckle 2.0
Stars: ✭ 17 (-29.17%)
Mutual labels:  qgis, qgis-plugin
Asistente-LADM-COL
Complemento para QGIS v3 que permite capturar, consultar, mantener, validar y exportar datos conformes con el modelo LADM-COL.
Stars: ✭ 22 (-8.33%)
Mutual labels:  qgis, postgis
isogeo-plugin-qgis
Isogeo plugin for QGIS
Stars: ✭ 13 (-45.83%)
Mutual labels:  qgis, qgis-plugin
xyz-qgis-plugin
Plugin for QGIS to connect to the HERE XYZ Hub API
Stars: ✭ 22 (-8.33%)
Mutual labels:  qgis, qgis-plugin
QWAT
TEKSI Water module (project QWAT) - QGIS project
Stars: ✭ 52 (+116.67%)
Mutual labels:  qgis, postgis
ImportPhotos
This tool can be used to import Geo-Tagged photos (jpg or jpeg) as points to QGIS.
Stars: ✭ 22 (-8.33%)
Mutual labels:  qgis, qgis-plugin
twkb
A small GO parser for the TWKB format
Stars: ✭ 17 (-29.17%)
Mutual labels:  postgis
dzetsaka
dzetsaka : classification plugin for Qgis
Stars: ✭ 61 (+154.17%)
Mutual labels:  qgis
tilenol
Scalable, multi-backend geo vector tile server
Stars: ✭ 16 (-33.33%)
Mutual labels:  postgis
geojson-to-wfs-t-2
A lightweight javascript module to format WFS-T-2 statements from GeoJSON features
Stars: ✭ 21 (-12.5%)
Mutual labels:  geoserver
profiletool
Home to the QGis Profiletool plugin. Initial work on this fork was partially funded by the C.A. La Rioja
Stars: ✭ 23 (-4.17%)
Mutual labels:  qgis-plugin
3dcitydb-docker-postgis
3D City Database PostGIS Docker image
Stars: ✭ 37 (+54.17%)
Mutual labels:  postgis
geoserver-docker
Base image for geoserver in docker
Stars: ✭ 86 (+258.33%)
Mutual labels:  geoserver
geoserver-rest
Python library for management for geospatial data in GeoServer. The geoserver-rest docs is available here,
Stars: ✭ 119 (+395.83%)
Mutual labels:  geoserver

Bridge for QGIS

GeoCat Bridge for QGIS is the light-weight open-source version of the proprietary GeoCat Bridge for ArcGIS plugin. It allows QGIS users to share geospatial (meta)data to cloud-based platforms like GeoServer, GeoNetwork, and MapServer.

License: GPL v3 Join the chat at https://gitter.im/GeoCat/Bridge

Installation

The easiest way to install the plugin, is through the QGIS Plugin Repository. If you install Bridge using the QGIS Plugin Manager dialog, you will automatically be notified if there is a new version.

Alternatively, you can install the plugin from this GitHub repository by following these steps:

  • Clone this repository using git clone --recursive.
  • Run git submodule update --init to fetch the code of the dependencies (e.g. bridgestyle) that are used by the plugin, which are contained in other repositories (submodules).
  • Copy the geocatbridge folder into your QGIS 3.x Python plugins folder or leave the code where you cloned it and create a symbolic link to it (recommended for development).
  • Start QGIS and you will find the Geocat Bridge plugin in the plugins menu. If you don't see it, you may still need to activate it in the QGIS Plugin Manager, where it will be listed as a so-called core plugin.
  • When updating to a newer version you may run into challenges due to changed configuration parameters. Go to QGIS settings > Advanced settings, remove the 'geocatbridge' group and restart QGIS.

To find out QGIS version compatibility, please have a look at the metadata.txt file.

Documentation

The Bridge documentation is available for all releases at GitHub Pages.

If you wish to build the documentation yourself or edit the source, please look for the docs folder. The documentation is written in reStructuredText (reST) and can be built using Sphinx.

A script named builddocs.py allows to build the documentation for different versions of the plugin. See the comments at the top of the script to find out how to use it, or simply call python builddocs.py in your terminal to display the CLI help.

Support

GeoCat offers minimal support to Bridge community users and will reply to all questions and issues. However, please note that only GeoCat customers are entitled to full support and will be prioritized.

If Bridge encounters a bug, it will display a crash report which you can send to GeoCat through a support form. We encourage all users to do this (please include a short description of what you were trying to do), so we gain insight how the community is using Bridge, allowing us to improve the software.

Alternatively, you can open a new issue, if you have a GitHub account.

Packaging

To package the plugin for QGIS, run the build.py script. It creates a ZIP archive called GeoCat_Bridge.zip in the build folder of the cloned repository, that only includes the relevant plugin code for deployment and leaves out debug or test code.

Translating the plugin

This project uses transifex.com to manage translations. Join a translation team (or request a new language) to bring Bridge to as many international users as possible.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].