|
1 | 1 | { |
2 | 2 | "cells": [ |
3 | 3 | { |
| 4 | + "attachments": {}, |
4 | 5 | "cell_type": "markdown", |
5 | 6 | "metadata": { |
6 | 7 | "jp-MarkdownHeadingCollapsed": true |
7 | 8 | }, |
8 | 9 | "source": [ |
9 | 10 | "#### Doing Geospatial in Python\n", |
10 | 11 | "\n", |
11 | | - "Version: 1.6, 2025-07-11\n", |
| 12 | + "Version: 1.7, 2025-11-17\n", |
12 | 13 | "\n", |
13 | 14 | "<img style=\"float: left;\" src=\"images/geopython-logo.png\">\n", |
14 | 15 | "\n", |
15 | 16 | "With a low barrier to entry and large ecosystem of tools and libraries,\n", |
16 | | - "[Python](https://python.org) is the lingua franca for geospatial.\n", |
| 17 | + "[Python](https://python.org) is the lingua franca for geospatial programming and development.\n", |
17 | 18 | "Whether you are doing data acquisition, processing, publishing, integration,\n", |
18 | 19 | "analysis or software development, there is no shortage of solid Python tools\n", |
19 | 20 | "to assist you in your daily workflows.\n", |
|
28 | 29 | "\n", |
29 | 30 | "The workshop is provided using the Jupyter Notebook environment with Python 3.\n", |
30 | 31 | "\n", |
31 | | - "## [FOSS4G-EU 2025](https://2025.europe.foss4g.org/) workshop team\n", |
| 32 | + "## [FOSS4G 2025](https://2025.foss4g.org) workshop team\n", |
32 | 33 | "\n", |
33 | 34 | "\n", |
34 | 35 | "<table>\n", |
35 | 36 | " <tr>\n", |
36 | 37 | " <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", |
| 38 | + " <td><a href=\"https://github.com/jorgejesus\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/1275400?v=4\"/></a></td>\n", |
41 | 39 | " </tr>\n", |
42 | 40 | " <tr>\n", |
43 | 41 | " <td>Tom Kralidis</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", |
| 42 | + " <td>Jorge Samuel Mendes de Jesus</td>\n", |
| 43 | + "\n", |
48 | 44 | " </tr> \n", |
49 | 45 | "</table>\n", |
50 | 46 | "\n", |
|
161 | 157 | "* [Seth Girvin](https://github.com/geographika)\n", |
162 | 158 | "* [Tom Kralidis](https://twitter.com/tomkralidis)\n", |
163 | 159 | "* [Krishna Lodha](https://github.com/krishnaglodha)\n", |
| 160 | + "* [Jorge Samuel Mendes de Jesus](https://github.com/jorgejesus)\n", |
164 | 161 | "* [Luís de Sousa](https://github.com/ldesousa)\n", |
165 | 162 | "* [Angelos Tzotsos](https://github.com/kalxas)\n", |
166 | 163 | "* [Paul van Genuchten](https://github.com/pvgenuchten)\n", |
167 | 164 | "\n", |
168 | 165 | "### Deliveries\n", |
169 | 166 | "\n", |
170 | 167 | "This workshop has been delivered at the following conferences/events:\n", |
| 168 | + "* [FOSS4G 2025](https://2025.foss4g.org) (version 1.7)\n", |
171 | 169 | "* [FOSS4G Europe 2025](https://2025.europe.foss4g.org) (version 1.6)\n", |
172 | 170 | "* [FOSS4G 2024](https://2024.foss4g.org) (version 1.5)\n", |
173 | 171 | "* [FOSS4G Europe 2024](https://2024.europe.foss4g.org) (version 1.4)\n", |
|
0 commit comments