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
16 changes: 11 additions & 5 deletions workshop/jupyter/content/notebooks/01-introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"source": [
"#### Doing Geospatial in Python\n",
"\n",
"Version: 1.7, 2025-11-17\n",
"Version: 1.8, 2026-06-19\n",
"\n",
"<img style=\"float: left;\" src=\"images/geopython-logo.png\">\n",
"\n",
Expand All @@ -29,17 +29,21 @@
"\n",
"The workshop is provided using the Jupyter Notebook environment with Python 3.\n",
"\n",
"## [FOSS4G 2025](https://2025.foss4g.org) workshop team\n",
"## [FOSS4G-EU 2026](https://2026.europe.foss4g.org/) workshop team\n",
"\n",
"\n",
"<table>\n",
" <tr>\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/jorgejesus\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/1275400?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/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>Jorge Samuel Mendes de Jesus</td>\n",
" <td>Just van den Broecke</td>\n",
" <td>Seth Girvin</td>\n",
" <td>Paul van Genuchten</td>\n",
" </tr> \n",
"</table>\n",
"\n",
Expand All @@ -53,7 +57,7 @@
"6. [Data analysis](06-data-analysis.ipynb)\n",
"7. [Visualization](07-visualization.ipynb)\n",
"8. [Metadata](08-metadata.ipynb)\n",
"9. ~[Publishing](09-publishing.ipynb)~ this section is not provided for the FOSS4G Europe 2024 workshop\n",
"9. ~[Publishing](09-publishing.ipynb)~ this section is not provided for the FOSS4G Europe 2026 workshop\n",
"10. [Remote Data](10-remote-data.ipynb)\n",
"11. [Emerging Technology and Trends](11-emerging-technology-trends.ipynb)\n",
"12. [Conclusion](12-conclusion.ipynb)\n",
Expand Down Expand Up @@ -164,6 +168,8 @@
"### Deliveries\n",
"\n",
"This workshop has been delivered at the following conferences/events:\n",
"\n",
"* [FOSS4G Europe 2026](https://2026.europe.foss4g.org) (version 1.8)\n",
"* [FOSS4G 2025](https://2025.foss4g.org) (version 1.7)\n",
"* [FOSS4G Europe 2025](https://2025.europe.foss4g.org) (version 1.6)\n",
"* [FOSS4G 2024](https://2024.foss4g.org) (version 1.5)\n",
Expand Down