Skip to content

Commit 49ec284

Browse files
committed
update introduction (#172)
1 parent 3ffa714 commit 49ec284

1 file changed

Lines changed: 22 additions & 15 deletions

File tree

workshop/jupyter/content/notebooks/01-introduction.ipynb

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"metadata": {},
5+
"metadata": {
6+
"jp-MarkdownHeadingCollapsed": true
7+
},
68
"source": [
7-
"# Doing Geospatial in Python\n",
9+
"#### Doing Geospatial in Python\n",
810
"\n",
9-
"Version: 1.3, 2023-06-26\n",
11+
"Version: 1.4, 2024-07-02\n",
1012
"\n",
1113
"<img style=\"float: left;\" src=\"images/geopython-logo.png\">\n",
1214
"\n",
@@ -26,25 +28,22 @@
2628
"\n",
2729
"The workshop is provided using the Jupyter Notebook environment with Python 3.\n",
2830
"\n",
29-
"## FOSS4G 2023 Workshop team\n",
31+
"## FOSS4G Europe 2024 Workshop team\n",
3032
"\n",
3133
"\n",
3234
"<table>\n",
3335
" <tr>\n",
34-
" <td><a href=\"https://twitter.com/tomkralidis\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/910430?v=4\"/></a></td>\n",
35-
" <td><a href=\"https://twitter.com/justb4\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/582630?v=4\"/></a></td>\n",
36+
" <td><a href=\"https://github/tomkralidis\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/910430?v=4\"/></a></td>\n",
37+
" <td><a href=\"https://github/justb4\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/582630?v=4\"/></a></td>\n",
3638
" <td><a href=\"https://twitter.com/luis_m_de_sousa\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/1137878?v=4\"/></a></td>\n",
37-
" <td><a href=\"https://twitter.com/francbartoli\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/560676?v=4\"/></a></td>\n",
38-
" <td><a href=\"https://twitter.com/tzotsos\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/383944?v=4\"/></a></td>\n",
39-
" <td><a href=\"https://twitter.com/pvangenuchten\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/299829?v=4\"/></a></td>\n",
39+
" <td><a href=\"https://twitter.com/krishnaglodha\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/47075664?v=4\"/></a></td> <td><a href=\"https://twitter.com/pvangenuchten\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/299829?v=4\"/></a></td>\n",
4040
" </tr>\n",
4141
" <tr>\n",
4242
" <td>Tom Kralidis</td>\n",
4343
" <td>Just van den Broecke</td>\n",
4444
" <td>Luís de Sousa</td>\n",
45-
" <td>Francesco Bartoli</td>\n",
46-
" <td>Angelos Tzotsos</td>\n",
4745
" <td>Paul van Genuchten</td>\n",
46+
" <td>Krishna Lodha</td>\n",
4847
" </tr> \n",
4948
"</table>\n",
5049
"\n",
@@ -58,7 +57,7 @@
5857
"6. [Data analysis](06-data-analysis.ipynb)\n",
5958
"7. [Visualization](07-visualization.ipynb)\n",
6059
"8. [Metadata](08-metadata.ipynb)\n",
61-
"9. ~[Publishing](09-publishing.ipynb)~ this section is not provided for the 2023 workshop\n",
60+
"9. ~[Publishing](09-publishing.ipynb)~ this section is not provided for the FOSS4G Europe 2024 workshop\n",
6261
"10. [Remote Data](10-remote-data.ipynb)\n",
6362
"11. [Emerging Technology and Trends](11-emerging-technology-trends.ipynb)\n",
6463
"12. [Conclusion](12-conclusion.ipynb)\n",
@@ -159,14 +158,15 @@
159158
"* [Francesco Bartoli](https://github.com/francbartoli)\n",
160159
"* [Just van den Broecke](https://github.com/justb4)\n",
161160
"* [Tom Kralidis](https://twitter.com/tomkralidis)\n",
161+
"* [Krishna Lodha](https://github.com/krishnaglodha)\n",
162162
"* [Luís de Sousa](https://github.com/ldesousa)\n",
163163
"* [Angelos Tzotsos](https://github.com/kalxas)\n",
164164
"* [Paul van Genuchten](https://github.com/pvgenuchten)\n",
165-
"* [Krishna Lodha](https://github.com/krishnaglodha)\n",
166165
"\n",
167166
"### Deliveries\n",
168167
"\n",
169168
"This workshop has been delivered at the following conferences/events:\n",
169+
"* [FOSS4G Europe 2024](https://2024.europe.foss4g.org) (version 1.4)\n",
170170
"* [FOSS4G 2023](https://2023.foss4g.org) (version 1.3)\n",
171171
"* [FOSS4G 2022](https://2022.foss4g.org) (version 1.2)\n",
172172
"* [FOSS4G 2021](https://2021.foss4g.org) (version 1.1)\n",
@@ -188,6 +188,13 @@
188188
"\n",
189189
"[Geometry ->](02-geometry.ipynb)"
190190
]
191+
},
192+
{
193+
"cell_type": "code",
194+
"execution_count": null,
195+
"metadata": {},
196+
"outputs": [],
197+
"source": []
191198
}
192199
],
193200
"metadata": {
@@ -206,7 +213,7 @@
206213
"name": "python",
207214
"nbconvert_exporter": "python",
208215
"pygments_lexer": "ipython3",
209-
"version": "3.10.6"
216+
"version": "3.10.12"
210217
},
211218
"pycharm": {
212219
"stem_cell": {
@@ -219,5 +226,5 @@
219226
}
220227
},
221228
"nbformat": 4,
222-
"nbformat_minor": 1
229+
"nbformat_minor": 4
223230
}

0 commit comments

Comments
 (0)