Python Bindings für INTERLIS

Seit einiger Zeit existiert die Idee von Python Bindings, erzeugt durch einen INTERLIS Compiler, welche die Modellinformationen für eine breite Entwicklerbasis zugänglich macht, was einen schnelleren Innovationszyklus ermöglicht und damit die Grundlage für neue Plattformen, Werkzeuge und Integrationen schafft. How comes Möchte man den Inhalt einer XTF Datei im QGIS Read more…

Using Threads in PyQGIS3

While porting a plugin to QGIS3 I decided to also move all it’s threading infrastructure to QgsTasks. Here three possible variants to implement this.the first uses the static method QgsTask.fromFunction and is simpler to use. A great quick solution. If you want need control you can look at the second Read more…

Interlis translation

Lately, I have been confronted with the need of translating Interlis files (from French to German) to use queries originally developed for German data. I decided to create an automated convertor for Interlis (version 1) Transfer Format files (.ITF) based on the existing cadastral data model from the Swiss confederation Read more…