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

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
K
K
Zeile 6: Zeile 6:
 
* ... Function (reading data from another layer)
 
* ... Function (reading data from another layer)
 
* Geocoding Function (reading from the internet)
 
* Geocoding Function (reading from the internet)
 +
 +
Programm:
 +
# Python Environment, Basics
 +
# PyQGIS Environment
 +
# Qt Overview
 +
# PyQGIS Overview, Framework, Classes
 +
# Ex. 1
 +
# Ex. 2

Version vom 28. Februar 2017, 17:49 Uhr

Notes:

Possible examples:

  • ... Function (reading data a parameter and/or from layer properties)
  • ... Function (reading data from another layer)
  • Geocoding Function (reading from the internet)

Programm:

  1. Python Environment, Basics
  2. PyQGIS Environment
  3. Qt Overview
  4. PyQGIS Overview, Framework, Classes
  5. Ex. 1
  6. Ex. 2