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

Discrepancy in no. of work trips: census vs nts/acbm #86

Open
Hussein-Mahfouz opened this issue Jan 17, 2025 · 1 comment · May be fixed by #90
Open

Discrepancy in no. of work trips: census vs nts/acbm #86

Hussein-Mahfouz opened this issue Jan 17, 2025 · 1 comment · May be fixed by #90

Comments

@Hussein-Mahfouz
Copy link
Collaborator

There is some discrepancy between the number of commuters in the census, and the number in the NTS. The census asks people "Where do you mainly work?", but the results are not a snapshot of an individual day. Not everyone travels to work every day (some may work from home on a given day). This could explain the discrepancy between the census commuting counts (38% of population have a commute trip), and the commuting counts in acbm (25% of population have a commute/work trip - after matching).

We use an optimisation algorithm to assign commuters to work zones in a way that minimises the difference between our assignment and the od distribution in the census. We can either

  • Assume that there isn't a spatial discrepancies in the proportion of people who are not going to there usual place of work on any given day. That way we can use our optimisation algorithm (use_percentages = TRUE) and the distribution will still be representative
  • Assume that there is a spatial discrepancy in proportion of people who are not going to there usual place of work on any given day. We can then scale down the census flows before using it in the optimisation
    • What dataset do we use to scale it down? We can't use the NTS as it doe not have a spatial component
@Hussein-Mahfouz
Copy link
Collaborator Author

As presented by @sgreenbury, the discrepancy between census and acbm commuting numbers is much smaller if we don't consider work from home (wfh) trips in the census (Include category 3 only instead of 1 and 3 in classification 4a here)

One question to answer. Does the nts record wfh trips at all in the trips table? If a person starts thir day at home, works for 8 hours, and then leaves at 5pm for a grocery shop, is there any way to identify / count that work trip from the trips table. I think not - it will just show as (home - shop - home). If that is the case, we should indeed remove category 1 when doing the workzone assignment

For reference, these are the nts individuals table columns related to work from home:

  • WkPlace_B01ID:  Work place location
  • IndWkGOR_B02ID: Region of usual work place
  • WkHome_B01ID:  Work at home instead of usual workplace
  • PossHom_B01ID:  Is it possible to work at home
  • OftHome_B01ID:  How often do you work at home
  • WkMuch_B01ID: How much of your work could you do from home
  • PossHmN_B01ID:  Is it possible work at home instead of travelling to work

@sgreenbury sgreenbury linked a pull request Jan 31, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant