|
6 | 6 | "source": [ |
7 | 7 | "# Doing Geospatial in Python\n", |
8 | 8 | "\n", |
9 | | - "Version: 1.2, 2022-08-22\n", |
| 9 | + "Version: 1.3, 2023-06-26\n", |
10 | 10 | "\n", |
11 | 11 | "<img style=\"float: left;\" src=\"images/geopython-logo.png\">\n", |
12 | 12 | "\n", |
|
26 | 26 | "\n", |
27 | 27 | "The workshop is provided using the Jupyter Notebook environment with Python 3.\n", |
28 | 28 | "\n", |
29 | | - "## FOSS4G 2022 Workshop team\n", |
| 29 | + "## FOSS4G 2023 Workshop team\n", |
30 | 30 | "\n", |
31 | 31 | "\n", |
32 | 32 | "<table>\n", |
|
37 | 37 | " <td><a href=\"https://twitter.com/francbartoli\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/560676?v=4\"/></a></td>\n", |
38 | 38 | " <td><a href=\"https://twitter.com/tzotsos\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/383944?v=4\"/></a></td>\n", |
39 | 39 | " <td><a href=\"https://twitter.com/pvangenuchten\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/299829?v=4\"/></a></td>\n", |
40 | | - " <td><a href=\"https://twitter.com/krishnaglodha\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/47075664?v=4\"/></a></td> \n", |
41 | 40 | " </tr>\n", |
42 | 41 | " <tr>\n", |
43 | 42 | " <td>Tom Kralidis</td>\n", |
|
46 | 45 | " <td>Francesco Bartoli</td>\n", |
47 | 46 | " <td>Angelos Tzotsos</td>\n", |
48 | 47 | " <td>Paul van Genuchten</td>\n", |
49 | | - " <td>Krisha Lodha</td>\n", |
50 | 48 | " </tr> \n", |
51 | 49 | "</table>\n", |
52 | 50 | "\n", |
|
60 | 58 | "6. [Data analysis](06-data-analysis.ipynb)\n", |
61 | 59 | "7. [Visualization](07-visualization.ipynb)\n", |
62 | 60 | "8. [Metadata](08-metadata.ipynb)\n", |
63 | | - "9. [Publishing](09-publishing.ipynb)\n", |
| 61 | + "9. ~[Publishing](09-publishing.ipynb)~ this section is not provided for the 2023 workshop\n", |
64 | 62 | "10. [Remote Data](10-remote-data.ipynb)\n", |
65 | 63 | "11. [Emerging Technology and Trends](11-emerging-technology-trends.ipynb)\n", |
66 | 64 | "12. [Conclusion](12-conclusion.ipynb)\n", |
|
73 | 71 | "\n", |
74 | 72 | "This workshop is running at http://localhost:8888\n", |
75 | 73 | "\n", |
76 | | - "The pycsw instance is running at http://localhost:8001\n", |
77 | | - "\n", |
78 | | - "The pygeoapi instance is running at http://localhost:5000\n", |
79 | 74 | "\n", |
80 | 75 | "## Workshop data\n", |
81 | 76 | "\n", |
|
172 | 167 | "### Deliveries\n", |
173 | 168 | "\n", |
174 | 169 | "This workshop has been delivered at the following conferences/events:\n", |
175 | | - "* [FOSS4G 2019](https://2019.foss4g.org) (version 1.0)\n", |
176 | | - "* [FOSS4G 2021](https://2021.foss4g.org) (version 1.1)\n", |
| 170 | + "* [FOSS4G 2023](https://2023.foss4g.org) (version 1.3)\n", |
177 | 171 | "* [FOSS4G 2022](https://2022.foss4g.org) (version 1.2)\n", |
| 172 | + "* [FOSS4G 2021](https://2021.foss4g.org) (version 1.1)\n", |
| 173 | + "* [FOSS4G 2019](https://2019.foss4g.org) (version 1.0)\n", |
178 | 174 | "\n", |
179 | 175 | "\n", |
180 | 176 | "### Materials\n", |
|
210 | 206 | "name": "python", |
211 | 207 | "nbconvert_exporter": "python", |
212 | 208 | "pygments_lexer": "ipython3", |
213 | | - "version": "3.10.4" |
| 209 | + "version": "3.10.6" |
214 | 210 | }, |
215 | 211 | "pycharm": { |
216 | 212 | "stem_cell": { |
|
0 commit comments