Skip to content

Commit 8764cb0

Browse files
committed
Update with ogh
1 parent 03c249c commit 8764cb0

17 files changed

+89
-5
lines changed

README.Rmd

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,14 @@ I plan to store notes on how to use it here.
2020
New talk:
2121

2222

23-
```bash
24-
hugo new --kind event event/nhs-r-2023
25-
cp -Rv content/event/qmul-2022 content/event/nhs-r-2023
23+
```{bash, eval=FALSE}
24+
hugo new --kind event event/ogh23
25+
cp -Rv content/event/qmul-2022 content/event/ogh23
2626
```
2727

2828
```{r, eval=FALSE}
2929
file.edit("content/event/modeshift-2022/index.md")
30+
blogdown::install_hugo()
3031
3132
# new blog post:
3233
blogdown::new_post(title = "2022-reflections", ext = ".Rmd")

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ use it here.
99
New talk:
1010

1111
``` bash
12-
hugo new --kind event event/nhs-r-2023
13-
cp -Rv content/event/qmul-2022 content/event/nhs-r-2023
12+
hugo new --kind event event/ogh23
13+
cp -Rv content/event/qmul-2022 content/event/ogh23
1414
```
1515

1616
``` r
1717
file.edit("content/event/modeshift-2022/index.md")
18+
blogdown::install_hugo()
1819

1920
# new blog post:
2021
blogdown::new_post(title = "2022-reflections", ext = ".Rmd")

content/event/ogh23/featured.png

234 KB
Loading
177 KB
Loading
234 KB
Loading

content/event/ogh23/index.md

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
---
2+
# Documentation: https://wowchemy.com/docs/managing-content/
3+
4+
title: "Tidy geographic data with sf, dplyr, ggplot2, geos and friends"
5+
event: OpenGeoHub Summer School
6+
event_url: https://opengeohub.org/summer-school/opengeohub-summer-school-poznan-2023/
7+
location: Adam Mickiewicz University
8+
address:
9+
street:
10+
city: Poznan
11+
region:
12+
postcode:
13+
country: Poland
14+
summary:
15+
abstract:
16+
17+
# Talk start and end times.
18+
# End time can optionally be hidden by prefixing the line with `#`.
19+
date: 2023-08-27T17:00:00+02:00
20+
date_end: 2023-09-01T17:00:00+02:00
21+
all_day: false
22+
23+
# Schedule page publish date (NOT event date).
24+
# publishDate: 2022-05-21T07:43:56+01:00
25+
26+
authors: []
27+
tags: []
28+
29+
# Is this a featured event? (true/false)
30+
featured: true
31+
32+
# Featured image
33+
# To use, add an image named `featured.jpg/png` to your page's folder.
34+
# Focal points: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight.
35+
image:
36+
caption: ""
37+
focal_point: ""
38+
preview_only: false
39+
40+
# Custom links (optional).
41+
# Uncomment and edit lines below to show custom links.
42+
# links:
43+
# - name: Follow
44+
# url: https://twitter.com
45+
# icon_pack: fab
46+
# icon: twitter
47+
48+
# Optional filename of your slides within your event's folder or a URL.
49+
url_slides: https://ogh23.robinlovelace.net/tidy-slides.html
50+
url_code: https://github.com/Robinlovelace/opengeohub2023
51+
url_pdf:
52+
url_video:
53+
54+
# Markdown Slides (optional).
55+
# Associate this event with Markdown slides.
56+
# Simply enter your slide deck's filename without extension.
57+
# E.g. `slides = "example-slides"` references `content/slides/example-slides.md`.
58+
# Otherwise, set `slides = ""`.
59+
slides: ""
60+
61+
# Projects (optional).
62+
# Associate this post with one or more of your projects.
63+
# Simply enter your project's folder or file name without extension.
64+
# E.g. `projects = ["internal-project"]` references `content/project/deep-learning/index.md`.
65+
# Otherwise, set `projects = []`.
66+
projects: []
67+
---
68+
69+
This workshop explores recent development in R's spatial data analysis ecosystem and exciting new developments in the field.
70+
71+
I deliver a 2 part session on 'Tidy Geographic Data', and a session on handling large OpenStreetMap datasets with R, `osmium` and other open source command-line tools.
72+
73+
![](images/paste-1.png)
74+
75+
As shown in the course [schedule](https://pretalx.earthmonitor.org/opengeohub-summer-school-2023/schedule/) I will deliver the following sessions:
76+
77+
- [Tidy geographic data with sf, dplyr, ggplot2, geos and friends](https://pretalx.earthmonitor.org/opengeohub-summer-school-2023/talk/7JN3FV/)
78+
- 2023-08-28, 11:00--12:30, Room 21 (Sala 21)\
79+
- [Processing large OpenStreetMap datasets for geocomputation](https://pretalx.earthmonitor.org/opengeohub-summer-school-2023/talk/SRMZVJ)
80+
- 2023-09-01, 09:00--10:30, Room 18 (Sala 18)
81+
82+
![](images/paste-2.png)

0 commit comments

Comments
 (0)