Diskussion:Workshop QGIS Python GeoPython 2017

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche

See also

Custom Python Expression Functions for QGIS

Possible examples

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

After the GeoPython Workshop, Simran makes pull request to Expression Plus Plugin adding "env()" fn.

Notes

Collected (special) use cases:

Plugins:

Open: