Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusyoung committed Nov 13, 2017
1 parent 1cc2d1d commit 2e3eb51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intro-otp.Rmd
Expand Up @@ -206,7 +206,7 @@ knitr::include_graphics("images/airport-isochrone-new.png")

## Part 3 - automating OTP API lookups using R (40 mins)

In this final part of the tutorial, we are going to automate querying the OTP API to generate large quantities of route data - potentially for many thousands of origin:destination pairs. In this example, we will gather data on accessing Manchester Airport using public transport for each of LSOAs in Greater Manchester.
In this final part of the tutorial, we are going to automate querying the OTP API to generate large quantities of route data - potentially for many thousands of origin:destination pairs. In this example, we will gather data on accessing Manchester Airport using public transport for each of the LSOAs in Greater Manchester.

We'll start by importing the CSV file `gm-lsoa-centroids.csv` into an R dataframe using `read.csv()`:

Expand Down
Binary file modified intro-otp.pdf
Binary file not shown.

0 comments on commit 2e3eb51

Please sign in to comment.