Skip to content

Commit

Permalink
More url updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Jan 7, 2021
1 parent 20c99ab commit 553f486
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions vignettes/stplanr-od.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -465,11 +465,6 @@ sum(lines_cars$car_km * 2.5 * 200) / 1e9

```{r, echo=FALSE, eval=FALSE}
# out-takes and test code
u <- "https://www.rita.dot.gov/bts/sites/rita.dot.gov.bts/files/publications/commodity_flow_survey/2007/zip/origin_destination_files.zip"
f <- file.path(tempdir(), "origin_destination_files.zip")
download.file(u, f)
unzip(f)
# demonstrate bug/feature in sf
library(sf)
m <- matrix(c(
Expand Down
2 changes: 1 addition & 1 deletion vignettes/stplanr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ Transport planning decisions which go against the best available evidence keep g
In this context the aim of **stplanr** is to provide an accessible toolbox for transport planning, with a focus on geographic data.
It is hoped that it will be useful for practitioners and researchers alike, as part of the ongoing transition to open source software taking place in the tech industry.

A further motivation is that the best available [evidence](https://www.nature.com/articles/doi:10.1038/nclimate2923) suggests the future of civilization depends on our ability to transition away from fossil fuels.
A further motivation is that the best available [evidence](https://www.nature.com/articles/nclimate2923) suggests the future of civilization depends on our ability to transition away from fossil fuels.
The transport sector is the fastest growing source of emissions by sector, and represents a major roadblock in the path towards a zero-carbon economy. Transport systems are also a major cause of ill health, by enabling sedentary lifestyles and causing numerous road traffic casualties.
Knowledge of these impacts motivated the word 'sustainable' in the package's name: by focusing on active travel and public transport modes, **stplanr** is intended to encourage interventions that reduce dependence on fossil fuels.

Expand Down

0 comments on commit 553f486

Please sign in to comment.