Diskussion:Workshop QGIS Python GeoPython 2017: Unterschied zwischen den Versionen

Aus Geometa Lab OST
Zur Navigation springen Zur Suche springen
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 6: Zeile 6:


=== Possible examples ===
=== Possible examples ===
# Function doing something "local", or from other field(s).
# Function doing something "local" like from other field(s).
# Functions aka "Singleton" like system environment variables (usage "env('USERNAME')") layer properties or number sequence (spcial Plugin needed?).  
# Functions reading something like a "Singleton" like a system environment variable (usage "env('USERNAME')") layer properties or number sequence (spcial Plugin needed?).  
# Function for remote webservice: geocoding (reading from the internet).
# Function for remote webservice: geocoding (reading from the internet).
# Function reading from other layers (outlook, rather candidate for a plugin).
# Out of scope: Function reading from other layers (rather candidate for a plugin).


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


== Notes ==
== Notes ==

Version vom 9. März 2017, 15:36 Uhr

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: