Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Part 1 intro to R #5

Merged
merged 44 commits into from
Jan 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
e578930
start translation of first episode to Carpentries Benchmark
alwil Oct 26, 2023
25d9537
finalise first episode
alwil Oct 27, 2023
6236b8e
create episode 2 - data structures
alwil Oct 31, 2023
4678d52
Update 01-intro-to-r.Rmd
Jan 12, 2024
af98430
Add episode 4
cforgaci Jan 12, 2024
a2d26a0
Make text revisions
cforgaci Jan 15, 2024
40a46fb
Fix duplicate code chunk lables
cforgaci Jan 15, 2024
df39c89
Add setup code chunks in episodes 3 and 4
cforgaci Jan 15, 2024
7a6092e
Add small text revision in episode 3
cforgaci Jan 15, 2024
8dba5dc
Fix paths to data
cforgaci Jan 15, 2024
62984e5
Fix list formatting in visualisation episode
cforgaci Jan 15, 2024
ceb99ac
Simplify plot object name to p
cforgaci Jan 15, 2024
1359c9f
Fix typo in 03-explore-data.Rmd
cforgaci Jan 16, 2024
102840a
Fix logical operator in 03-explore-data.Rmd
cforgaci Jan 16, 2024
e65316a
Update explanation of running scripts
cforgaci Jan 17, 2024
49260a9
Merge branch 'main' of https://github.com/alwil/r-geospatial-urban
cforgaci Jan 17, 2024
df93aaf
Update description of handling paths with here
cforgaci Jan 17, 2024
294513e
Update description of handling paths with here
cforgaci Jan 17, 2024
e9b8209
Merge branch 'main' of https://github.com/alwil/r-geospatial-urban
cforgaci Jan 17, 2024
6ab21e0
Add callout about importing data into R
cforgaci Jan 17, 2024
4191aba
Remove unnecessary mode = 'wb' from download.file
cforgaci Jan 17, 2024
e4358dd
Update description of data structures
cforgaci Jan 17, 2024
a111918
Add explanation of data structures
cforgaci Jan 17, 2024
f579975
Shorten piped expression in episodes/03-explore-data.Rmd
cforgaci Jan 17, 2024
ea47617
Remove template examples
cforgaci Jan 17, 2024
dd2f2a5
Merge branch 'main' of https://github.com/alwil/r-geospatial-urban
cforgaci Jan 17, 2024
f652dd7
Explain why and give example when factors are useful
cforgaci Jan 17, 2024
b945cb2
Explain why the use of numbers in factors is useful
cforgaci Jan 17, 2024
2c848d7
Update exercise to include logical operators
cforgaci Jan 17, 2024
37c36f9
Give relevant example for the use of mutate()
cforgaci Jan 17, 2024
9f74c06
Explain the importance of checking data types of df columns
cforgaci Jan 17, 2024
2750648
Add data
cforgaci Jan 17, 2024
4add698
Merge branch 'main' of https://github.com/alwil/r-geospatial-urban
cforgaci Jan 17, 2024
7710e6d
Remove description of geospatial data to avoid confusion
cforgaci Jan 17, 2024
e9afcef
Replace read.csv() with read_csv()
cforgaci Jan 17, 2024
1ad3944
Update missing image and path to it in Rmd
cforgaci Jan 17, 2024
0d16a7b
Merge branch 'main' into main
cforgaci Jan 18, 2024
f4155bc
Fix incomplete code chunk
cforgaci Jan 22, 2024
1b9b03a
Apply Jerome's suggestions
cforgaci Jan 22, 2024
b6516ec
Update format of objectives in intro lesson
cforgaci Jan 22, 2024
f29dc73
Move figure source to new line
cforgaci Jan 22, 2024
3576931
Update episodes/03-explore-data.Rmd
cforgaci Jan 22, 2024
f4bb560
Apply suggestions from code review
cforgaci Jan 22, 2024
fece804
Merge branch 'main' into main
cforgaci Jan 29, 2024
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
Binary file added .DS_Store
Binary file not shown.
6 changes: 5 additions & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
carpentry: 'incubator'

# Overall title for pages.
title: 'Geospatial Data Carpentry with R for Urbanists'
title: 'Geospatial Data Carpentry for Urbanism'

# Date the lesson was created (YYYY-MM-DD, this is empty by default)
created:
Expand Down Expand Up @@ -59,6 +59,10 @@ contact: 'c.forgaci@tudelft.nl'

# Order of episodes in your lesson
episodes:
- 01-intro-to-r.Rmd
- 02-data-structures.Rmd
- 03-explore-data.Rmd
- 04-intro-to-visualisation.Rmd
- 09-open-and-plot-vector-layers.Rmd
- 10-explore-and-plot-by-vector-layer-attributes.Rmd
- 11-plot-multiple-shape-files.Rmd
Expand Down
Loading
Loading