Diskussion:Workshop QGIS Python GeoPython 2017

Aus Geometa Lab OST
Zur Navigation springen Zur Suche springen

See also

Custom Python Expression Functions for QGIS

Possible examples

  1. Function doing something "local".
  2. Function reading from other field(s).
  3. Functions aka "Singleton" like system environment variables (usage "env('USERNAME')") layer properties or number sequence (spcial Plugin needed?).
  4. Function for remote webservice: geocoding (reading from the internet).
  5. Function reading from other layers (outlook, rather candidate for a plugin).

Notes

Collected (special) use cases:

Plugins:

Open: