Skip to content

Commit 2791871

Browse files
committed
Deploy commit: related to #1169
Updated code chunk for loading geographic data. e108e2a
1 parent 2d21092 commit 2791871

32 files changed

Lines changed: 34 additions & 34 deletions

13-transport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ routes_short_scenario = routes_short |>
570570
mutate(bicycle = bicycle + car_driver * uptake,
571571
car_driver = car_driver * (1 - uptake))
572572
sum(routes_short_scenario$bicycle) - sum(routes_short$bicycle)
573-
#> [1] 3206
573+
#> [1] 3242
574574
```
575575

576576
Having created a scenario in which approximately 4000 trips have switched from driving to cycling, we can now model where this updated modeled cycling activity will take place.

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ <h2>Second Edition</h2>
129129
<footer class="bg-primary text-light mt-5"><div class="container"><div class="row">
130130

131131
<div class="col-12 col-md-6 mt-3">
132-
<p>"<strong>Geocomputation with R</strong>" was written by Robin Lovelace, Jakub Nowosad, Jannes Muenchow. It was last built on 2025-08-26.</p>
132+
<p>"<strong>Geocomputation with R</strong>" was written by Robin Lovelace, Jakub Nowosad, Jannes Muenchow. It was last built on 2025-08-28.</p>
133133
</div>
134134

135135
<div class="col-12 col-md-6 mt-3">

adv-map.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1342,7 +1342,7 @@ <h2>Second Edition</h2>
13421342
<footer class="bg-primary text-light mt-5"><div class="container"><div class="row">
13431343

13441344
<div class="col-12 col-md-6 mt-3">
1345-
<p>"<strong>Geocomputation with R</strong>" was written by Robin Lovelace, Jakub Nowosad, Jannes Muenchow. It was last built on 2025-08-26.</p>
1345+
<p>"<strong>Geocomputation with R</strong>" was written by Robin Lovelace, Jakub Nowosad, Jannes Muenchow. It was last built on 2025-08-28.</p>
13461346
</div>
13471347

13481348
<div class="col-12 col-md-6 mt-3">

algorithms.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ <h2>Second Edition</h2>
529529
<footer class="bg-primary text-light mt-5"><div class="container"><div class="row">
530530

531531
<div class="col-12 col-md-6 mt-3">
532-
<p>"<strong>Geocomputation with R</strong>" was written by Robin Lovelace, Jakub Nowosad, Jannes Muenchow. It was last built on 2025-08-26.</p>
532+
<p>"<strong>Geocomputation with R</strong>" was written by Robin Lovelace, Jakub Nowosad, Jannes Muenchow. It was last built on 2025-08-28.</p>
533533
</div>
534534

535535
<div class="col-12 col-md-6 mt-3">

attr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ <h2>Second Edition</h2>
861861
<footer class="bg-primary text-light mt-5"><div class="container"><div class="row">
862862

863863
<div class="col-12 col-md-6 mt-3">
864-
<p>"<strong>Geocomputation with R</strong>" was written by Robin Lovelace, Jakub Nowosad, Jannes Muenchow. It was last built on 2025-08-26.</p>
864+
<p>"<strong>Geocomputation with R</strong>" was written by Robin Lovelace, Jakub Nowosad, Jannes Muenchow. It was last built on 2025-08-28.</p>
865865
</div>
866866

867867
<div class="col-12 col-md-6 mt-3">

conclusion.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ <h2>Second Edition</h2>
444444
<footer class="bg-primary text-light mt-5"><div class="container"><div class="row">
445445

446446
<div class="col-12 col-md-6 mt-3">
447-
<p>"<strong>Geocomputation with R</strong>" was written by Robin Lovelace, Jakub Nowosad, Jannes Muenchow. It was last built on 2025-08-26.</p>
447+
<p>"<strong>Geocomputation with R</strong>" was written by Robin Lovelace, Jakub Nowosad, Jannes Muenchow. It was last built on 2025-08-28.</p>
448448
</div>
449449

450450
<div class="col-12 col-md-6 mt-3">

eco.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ <h2>Second Edition</h2>
629629
<footer class="bg-primary text-light mt-5"><div class="container"><div class="row">
630630

631631
<div class="col-12 col-md-6 mt-3">
632-
<p>"<strong>Geocomputation with R</strong>" was written by Robin Lovelace, Jakub Nowosad, Jannes Muenchow. It was last built on 2025-08-26.</p>
632+
<p>"<strong>Geocomputation with R</strong>" was written by Robin Lovelace, Jakub Nowosad, Jannes Muenchow. It was last built on 2025-08-28.</p>
633633
</div>
634634

635635
<div class="col-12 col-md-6 mt-3">

figures/circle-intersection-1.png

0 Bytes
Loading

figures/cycleways-1.png

432 Bytes
Loading

figures/points-1.png

0 Bytes
Loading

0 commit comments

Comments
 (0)