Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 12 additions & 17 deletions workshop/jupyter/content/notebooks/01-introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"source": [
"#### Doing Geospatial in Python\n",
"\n",
"Version: 1.5, 2024-12-02\n",
"Version: 1.6dev, 2025-07-08\n",
"\n",
"<img style=\"float: left;\" src=\"images/geopython-logo.png\">\n",
"\n",
Expand All @@ -28,21 +28,23 @@
"\n",
"The workshop is provided using the Jupyter Notebook environment with Python 3.\n",
"\n",
"## [FOSS4G 2024](https://2024.foss4g.org) workshop team\n",
"## [FOSS4G-EU 2025](https://2025.europe.foss4g.org/) workshop team\n",
"\n",
"\n",
"<table>\n",
" <tr>\n",
" <td><a href=\"https://github/tomkralidis\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/910430?v=4\"/></a></td>\n",
" <td><a href=\"https://github.com/doublebyte\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/1038897?v=4\"/></a></td>\n",
" <td><a href=\"https://github.com/PascalLike\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/1323093?v=4\"/></a></td>\n",
" <td><a href=\"https://github.com/webb-ben\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/40066515?v=4\"/></a></td>\n",
" <td><a href=\"https://github.com/tomkralidis\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/910430?v=4\"/></a></td>\n",
" <td><a href=\"https://github.com/justb4\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/582630?v=4\"/></a></td>\n",
" <td><a href=\"https://github.com/ldesousa\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/1137878?v=4\"/></a></td>\n",
" <td><a href=\"https://github.com/geographika\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/490840?v=4\"/></a></td>\n",
" <td><a href=\"https://github.com/pvgenuchten\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/299829?v=4\"/></a></td>\n",
" </tr>\n",
" <tr>\n",
" <td>Tom Kralidis</td>\n",
" <td>Joana Simoes</td>\n",
" <td>Antonio Cerciello</td>\n",
" <td>Benjamin Webb</td>\n",
" <td>Just van den Broecke</td>\n",
" <td>Luís de Sousa</td>\n",
" <td>Seth Girvin</td>\n",
" <td>Paul van Genuchten</td>\n",
" </tr> \n",
"</table>\n",
"\n",
Expand Down Expand Up @@ -188,13 +190,6 @@
"\n",
"[Geometry ->](02-geometry.ipynb)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand All @@ -213,7 +208,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
"version": "3.11.8"
},
"pycharm": {
"stem_cell": {
Expand Down