Skip to content
Open
Changes from all commits
Commits
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
2 changes: 2 additions & 0 deletions s4/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ canterbury_height = gpd.sjoin(nz_height, canterbury, op='intersects')

# Getting started with OD data

You can find more recent OD data from the 2021 Census in the following repository: [itsleeds/2021-census-od-data](https://github.com/itsleeds/2021-census-od-data).

In this section we will look at basic transport data in the R package **stplanr**.

Load the `stplanr` package as follows:
Expand Down