|
8 | 8 | "source": [ |
9 | 9 | "#### Doing Geospatial in Python\n", |
10 | 10 | "\n", |
11 | | - "Version: 1.5, 2024-12-02\n", |
| 11 | + "Version: 1.6dev, 2025-07-08\n", |
12 | 12 | "\n", |
13 | 13 | "<img style=\"float: left;\" src=\"images/geopython-logo.png\">\n", |
14 | 14 | "\n", |
|
28 | 28 | "\n", |
29 | 29 | "The workshop is provided using the Jupyter Notebook environment with Python 3.\n", |
30 | 30 | "\n", |
31 | | - "## [FOSS4G 2024](https://2024.foss4g.org) workshop team\n", |
| 31 | + "## [FOSS4G-EU 2025](https://2025.europe.foss4g.org/) workshop team\n", |
32 | 32 | "\n", |
33 | 33 | "\n", |
34 | 34 | "<table>\n", |
35 | 35 | " <tr>\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.com/doublebyte\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/1038897?v=4\"/></a></td>\n", |
38 | | - " <td><a href=\"https://github.com/PascalLike\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/1323093?v=4\"/></a></td>\n", |
39 | | - " <td><a href=\"https://github.com/webb-ben\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/40066515?v=4\"/></a></td>\n", |
| 36 | + " <td><a href=\"https://github.com/tomkralidis\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/910430?v=4\"/></a></td>\n", |
| 37 | + " <td><a href=\"https://github.com/justb4\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/582630?v=4\"/></a></td>\n", |
| 38 | + " <td><a href=\"https://github.com/ldesousa\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/1137878?v=4\"/></a></td>\n", |
| 39 | + " <td><a href=\"https://github.com/geographika\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/490840?v=4\"/></a></td>\n", |
| 40 | + " <td><a href=\"https://github.com/pvgenuchten\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/299829?v=4\"/></a></td>\n", |
40 | 41 | " </tr>\n", |
41 | 42 | " <tr>\n", |
42 | 43 | " <td>Tom Kralidis</td>\n", |
43 | | - " <td>Joana Simoes</td>\n", |
44 | | - " <td>Antonio Cerciello</td>\n", |
45 | | - " <td>Benjamin Webb</td>\n", |
| 44 | + " <td>Just van den Broecke</td>\n", |
| 45 | + " <td>Luís de Sousa</td>\n", |
| 46 | + " <td>Seth Girvin</td>\n", |
| 47 | + " <td>Paul van Genuchten</td>\n", |
46 | 48 | " </tr> \n", |
47 | 49 | "</table>\n", |
48 | 50 | "\n", |
|
188 | 190 | "\n", |
189 | 191 | "[Geometry ->](02-geometry.ipynb)" |
190 | 192 | ] |
191 | | - }, |
192 | | - { |
193 | | - "cell_type": "code", |
194 | | - "execution_count": null, |
195 | | - "metadata": {}, |
196 | | - "outputs": [], |
197 | | - "source": [] |
198 | 193 | } |
199 | 194 | ], |
200 | 195 | "metadata": { |
|
213 | 208 | "name": "python", |
214 | 209 | "nbconvert_exporter": "python", |
215 | 210 | "pygments_lexer": "ipython3", |
216 | | - "version": "3.10.12" |
| 211 | + "version": "3.11.8" |
217 | 212 | }, |
218 | 213 | "pycharm": { |
219 | 214 | "stem_cell": { |
|
0 commit comments