-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpyqgis-in-a-day.Rmd
106 lines (54 loc) · 1.53 KB
/
pyqgis-in-a-day.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
---
title: "PyQGIS Masterclass - Customizing QGIS with Python (Full Course)"
fontsize: 12pt
output:
html_document:
df_print: paged
toc: no
toc_depth: 3
highlight: pygments
includes:
after_body: comment.html
# word_document:
# toc: false
# fig_caption: false
# pdf_document:
# latex_engine: xelatex
# toc: yes
# toc_depth: 3
header-includes:
- \usepackage{fancyhdr}
- \pagestyle{fancy}
- \renewcommand{\footrulewidth}{0.4pt}
- \fancyhead[LE,RO]{\thepage}
- \geometry{left=1in,top=0.75in,bottom=0.75in}
- \fancyfoot[CE,CO]{{\includegraphics[height=0.5cm]{images/cc-by-nc.png}} Ujaval Gandhi http://www.spatialthoughts.com}
classoption: a4paper
---
----
**This course has been moved to a new location. Access the materials at [PyQGIS Masterclass](pyqgis-masterclass.html).**
----
\newpage
# Introduction
# Get the Data Package
# Installation and Setting up the Environment
# 1. Hello World!
# 2. Hello PyQGIS!
# 3. Understanding Classes
# 4. Using PyQGIS Classes
# 5. Graphical User Interface (GUI) Programming Basics
# 6. Deep Dive into PyQGIS
# 7. Running Python Code at QGIS Launch
# 8. Running Processing Algorithms
# Assignment
# 9. Writing Plugins
# 10. Advanced Python Concepts
# 11. Writing Processing Plugins
# 12. QGIS Actions
# 13. Writing Standalone Python Scripts
## Windows Configuration
## MacOS Configuration
# Supplement
----
**This course has been moved to a new location. Access the materials at [PyQGIS Masterclass](pyqgis-masterclass.html).**
----