|
2 | 2 | "cells": [ |
3 | 3 | { |
4 | 4 | "cell_type": "markdown", |
5 | | - "metadata": {}, |
| 5 | + "metadata": { |
| 6 | + "jp-MarkdownHeadingCollapsed": true |
| 7 | + }, |
6 | 8 | "source": [ |
7 | | - "# Doing Geospatial in Python\n", |
| 9 | + "#### Doing Geospatial in Python\n", |
8 | 10 | "\n", |
9 | | - "Version: 1.3, 2023-06-26\n", |
| 11 | + "Version: 1.4, 2024-07-02\n", |
10 | 12 | "\n", |
11 | 13 | "<img style=\"float: left;\" src=\"images/geopython-logo.png\">\n", |
12 | 14 | "\n", |
|
26 | 28 | "\n", |
27 | 29 | "The workshop is provided using the Jupyter Notebook environment with Python 3.\n", |
28 | 30 | "\n", |
29 | | - "## FOSS4G 2023 Workshop team\n", |
| 31 | + "## FOSS4G Europe 2024 Workshop team\n", |
30 | 32 | "\n", |
31 | 33 | "\n", |
32 | 34 | "<table>\n", |
33 | 35 | " <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", |
36 | 38 | " <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", |
40 | 40 | " </tr>\n", |
41 | 41 | " <tr>\n", |
42 | 42 | " <td>Tom Kralidis</td>\n", |
43 | 43 | " <td>Just van den Broecke</td>\n", |
44 | 44 | " <td>Luís de Sousa</td>\n", |
45 | | - " <td>Francesco Bartoli</td>\n", |
46 | | - " <td>Angelos Tzotsos</td>\n", |
47 | 45 | " <td>Paul van Genuchten</td>\n", |
| 46 | + " <td>Krishna Lodha</td>\n", |
48 | 47 | " </tr> \n", |
49 | 48 | "</table>\n", |
50 | 49 | "\n", |
|
58 | 57 | "6. [Data analysis](06-data-analysis.ipynb)\n", |
59 | 58 | "7. [Visualization](07-visualization.ipynb)\n", |
60 | 59 | "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", |
62 | 61 | "10. [Remote Data](10-remote-data.ipynb)\n", |
63 | 62 | "11. [Emerging Technology and Trends](11-emerging-technology-trends.ipynb)\n", |
64 | 63 | "12. [Conclusion](12-conclusion.ipynb)\n", |
|
159 | 158 | "* [Francesco Bartoli](https://github.com/francbartoli)\n", |
160 | 159 | "* [Just van den Broecke](https://github.com/justb4)\n", |
161 | 160 | "* [Tom Kralidis](https://twitter.com/tomkralidis)\n", |
| 161 | + "* [Krishna Lodha](https://github.com/krishnaglodha)\n", |
162 | 162 | "* [Luís de Sousa](https://github.com/ldesousa)\n", |
163 | 163 | "* [Angelos Tzotsos](https://github.com/kalxas)\n", |
164 | 164 | "* [Paul van Genuchten](https://github.com/pvgenuchten)\n", |
165 | | - "* [Krishna Lodha](https://github.com/krishnaglodha)\n", |
166 | 165 | "\n", |
167 | 166 | "### Deliveries\n", |
168 | 167 | "\n", |
169 | 168 | "This workshop has been delivered at the following conferences/events:\n", |
| 169 | + "* [FOSS4G Europe 2024](https://2024.europe.foss4g.org) (version 1.4)\n", |
170 | 170 | "* [FOSS4G 2023](https://2023.foss4g.org) (version 1.3)\n", |
171 | 171 | "* [FOSS4G 2022](https://2022.foss4g.org) (version 1.2)\n", |
172 | 172 | "* [FOSS4G 2021](https://2021.foss4g.org) (version 1.1)\n", |
|
188 | 188 | "\n", |
189 | 189 | "[Geometry ->](02-geometry.ipynb)" |
190 | 190 | ] |
| 191 | + }, |
| 192 | + { |
| 193 | + "cell_type": "code", |
| 194 | + "execution_count": null, |
| 195 | + "metadata": {}, |
| 196 | + "outputs": [], |
| 197 | + "source": [] |
191 | 198 | } |
192 | 199 | ], |
193 | 200 | "metadata": { |
|
206 | 213 | "name": "python", |
207 | 214 | "nbconvert_exporter": "python", |
208 | 215 | "pygments_lexer": "ipython3", |
209 | | - "version": "3.10.6" |
| 216 | + "version": "3.10.12" |
210 | 217 | }, |
211 | 218 | "pycharm": { |
212 | 219 | "stem_cell": { |
|
219 | 226 | } |
220 | 227 | }, |
221 | 228 | "nbformat": 4, |
222 | | - "nbformat_minor": 1 |
| 229 | + "nbformat_minor": 4 |
223 | 230 | } |
0 commit comments