Skip to content

Commit ab09c3e

Browse files
authored
Merge pull request #138 from geopython/tk-updates-2023
update agenda, fix metadata sample
2 parents 1c740f3 + 952af7d commit ab09c3e

3 files changed

Lines changed: 14 additions & 17 deletions

File tree

workshop/jupyter/content/data/countries.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ identification:
2222
spatial:
2323
- bbox: [-180,-90,180,90]
2424
crs: 4326
25+
temporal:
26+
- begin: 2022-06-02
2527
dates:
2628
creation: 2009-12-02
2729
publication: 2009-12-02

workshop/jupyter/content/notebooks/01-introduction.ipynb

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Doing Geospatial in Python\n",
88
"\n",
9-
"Version: 1.2, 2022-08-22\n",
9+
"Version: 1.3, 2023-06-26\n",
1010
"\n",
1111
"<img style=\"float: left;\" src=\"images/geopython-logo.png\">\n",
1212
"\n",
@@ -26,7 +26,7 @@
2626
"\n",
2727
"The workshop is provided using the Jupyter Notebook environment with Python 3.\n",
2828
"\n",
29-
"## FOSS4G 2022 Workshop team\n",
29+
"## FOSS4G 2023 Workshop team\n",
3030
"\n",
3131
"\n",
3232
"<table>\n",
@@ -37,7 +37,6 @@
3737
" <td><a href=\"https://twitter.com/francbartoli\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/560676?v=4\"/></a></td>\n",
3838
" <td><a href=\"https://twitter.com/tzotsos\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/383944?v=4\"/></a></td>\n",
3939
" <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",
4140
" </tr>\n",
4241
" <tr>\n",
4342
" <td>Tom Kralidis</td>\n",
@@ -46,7 +45,6 @@
4645
" <td>Francesco Bartoli</td>\n",
4746
" <td>Angelos Tzotsos</td>\n",
4847
" <td>Paul van Genuchten</td>\n",
49-
" <td>Krisha Lodha</td>\n",
5048
" </tr> \n",
5149
"</table>\n",
5250
"\n",
@@ -60,7 +58,7 @@
6058
"6. [Data analysis](06-data-analysis.ipynb)\n",
6159
"7. [Visualization](07-visualization.ipynb)\n",
6260
"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",
6462
"10. [Remote Data](10-remote-data.ipynb)\n",
6563
"11. [Emerging Technology and Trends](11-emerging-technology-trends.ipynb)\n",
6664
"12. [Conclusion](12-conclusion.ipynb)\n",
@@ -73,9 +71,6 @@
7371
"\n",
7472
"This workshop is running at http://localhost:8888\n",
7573
"\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",
7974
"\n",
8075
"## Workshop data\n",
8176
"\n",
@@ -172,9 +167,10 @@
172167
"### Deliveries\n",
173168
"\n",
174169
"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",
177171
"* [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",
178174
"\n",
179175
"\n",
180176
"### Materials\n",
@@ -210,7 +206,7 @@
210206
"name": "python",
211207
"nbconvert_exporter": "python",
212208
"pygments_lexer": "ipython3",
213-
"version": "3.10.4"
209+
"version": "3.10.6"
214210
},
215211
"pycharm": {
216212
"stem_cell": {

workshop/jupyter/content/notebooks/09-publishing.ipynb

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@
66
"source": [
77
"# Publishing\n",
88
"\n",
9-
"**NB This Section is optional, not included in this FOSS4G Workshop**\n",
9+
"**NB This Section is optional and not included in the FOSS4G 2023 Workshop**\n",
1010
"\n",
11-
"It may still be valuable to follow if time left or at home. Mind that the service-containers can only be run in a local (Docker)\n",
11+
"It may still be valuable to follow if time left or at home. Mind that the service containers can only be run in a local (Docker)\n",
1212
"environment, i.e. not through the Workshop Binder version in the cloud.\n",
1313
"\n",
14-
"For more in-depth working with pygeoapi\n",
15-
"we gladly refer you to our workshop: [Diving into pygeoapi](https://dive.pygeoapi.io), also usually provided at FOSS4Gs.\n",
14+
"For more in-depth working with pygeoapi, we gladly refer you to our workshop: [Diving into pygeoapi](https://dive.pygeoapi.io), also usually provided at FOSS4G 2023.\n",
1615
"\n",
1716
"## Overview\n",
1817
"Dissemination is a key component of any geospatial data management lifecycle and the Internet is the key gateway in sharing your data with others. Putting your data on the web has never been easier with services from Google, GitHub, Amazon, Azure, DigitalOcean and others, as well as numerous tooling for making data available through application programming interfaces (APIs).\n",
@@ -369,9 +368,9 @@
369368
"name": "python",
370369
"nbconvert_exporter": "python",
371370
"pygments_lexer": "ipython3",
372-
"version": "3.10.4"
371+
"version": "3.10.6"
373372
}
374373
},
375374
"nbformat": 4,
376375
"nbformat_minor": 2
377-
}
376+
}

0 commit comments

Comments
 (0)