Difference between revisions of "Belgium OGDE PluginQGIS"
Jump to navigation
Jump to search
(→Place) |
Wiki-RoelH (talk | contribs) |
||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
= OsGeoDevEvening : QGIS Plugin = | = OsGeoDevEvening : QGIS Plugin = | ||
− | For this OSGeoDevEvening we will explain how to create | + | For this OSGeoDevEvening we will explain how to extend QGis with your own plugins. Following a step-by-step process, we will create our own extension. |
+ | |||
+ | We will also dedicate some time to the upcoming QGis 3 releasing, due by the end of the summer. We'll highlight some of the new features waiting on your input and testing! | ||
+ | |||
+ | == Register == | ||
+ | https://framadate.org/EIhUyakmqZThjcpc | ||
== Speakers == | == Speakers == | ||
Line 8: | Line 13: | ||
== Date == | == Date == | ||
− | + | Wednesday 29th of March | |
− | + | From 19:00 (start at 19:30) until 22:00 | |
== Place == | == Place == | ||
[http://www.openstreetmap.org/node/2339843466 ESI (Haute Ecole de Bruxelles) - 67 rue royale, 1000 Brussels -] | [http://www.openstreetmap.org/node/2339843466 ESI (Haute Ecole de Bruxelles) - 67 rue royale, 1000 Brussels -] | ||
+ | * Bring your own computer | ||
+ | * with QGIS installed on it ( for windows : https://trac.osgeo.org/osgeo4w/ ) | ||
+ | |||
+ | == Slides == | ||
+ | |||
+ | [http://roel.huybrechts.re/slides/qgisplugin Slides, with links to documentation] | ||
+ | |||
+ | == Example code == | ||
+ | |||
+ | The code of the plugin we built can be found on [https://github.com/Roel/qgis-geogame Github] |
Latest revision as of 02:34, 30 March 2017
OsGeoDevEvening : QGIS Plugin
For this OSGeoDevEvening we will explain how to extend QGis with your own plugins. Following a step-by-step process, we will create our own extension.
We will also dedicate some time to the upcoming QGis 3 releasing, due by the end of the summer. We'll highlight some of the new features waiting on your input and testing!
Register
https://framadate.org/EIhUyakmqZThjcpc
Speakers
Roel Huybrechts
Date
Wednesday 29th of March From 19:00 (start at 19:30) until 22:00
Place
ESI (Haute Ecole de Bruxelles) - 67 rue royale, 1000 Brussels -
- Bring your own computer
- with QGIS installed on it ( for windows : https://trac.osgeo.org/osgeo4w/ )
Slides
Slides, with links to documentation
Example code
The code of the plugin we built can be found on Github