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".
# Function doing something "local", or from other field(s).
# Function reading from other field(s).
# Functions aka "Singleton" like system environment variables (usage "env('USERNAME')") layer properties or number sequence (spcial Plugin needed?).  
# Functions aka "Singleton" like system environment variables (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).

Version vom 9. März 2017, 14:55 Uhr

See also

Custom Python Expression Functions for QGIS

Possible examples

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

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

Notes

Collected (special) use cases:

Plugins:

Open: