-
Notifications
You must be signed in to change notification settings - Fork 9
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
Origin, destination, OD-level summaries #86
Comments
A solution that comes to mind: supply an |
All of this sounds good, just a few clarifying questions: It sounds like counts broken down by specific subpoints is not needed, just at the zone-based OD level (except in the case of named points as origins/destinations) -- right? The
Breaking down by LTS makes sense, but breaking down by OSM |
Correct. |
The sum of these probabilities multiplied by the count supplied in the od data. For example, imagine an OD pair with 10 pupils traveling form Zone A to School 1. The average value returned by sum(10/3 * (2:4)/10)
#> [1] 3 Created on 2024-10-22 with reprex v2.1.0 |
I agree LTS would make more sense. But what about cases where the user is not using LTS or has a different use case? Key thing here is configurability and being able to set which summary stats are returned per OD pair, there might be someone who wants to count the number or length of x OSM tags for their particular use case that we cannot foresee is my thinking, if that makes sense? |
LTS would be be ace as a starter for 10 though so 👍 to that. |
If you sync past this latest commit, you should now get
Distance is in meters. Let me know if this is enough to unblock you, thanks! |
Fantastic, thanks Dustin, and perfect timing for my planned ATE work tomorrow. |
Quickfire follow-up Dustin, what about this summary e.g. for Go Dutch:
Should there be a |
Unless those values in the |
Ah sorry, the column name may be unclear. |
Perfect, thanks for clarification. Job done on this issue I think so closing. Can test and provide any further comments here or in another issue if anything else pops up. Impressive. |
Currently when
od2net
calculates the routes, all info except for segment level info is thrown away.It is often useful to have summary information summarised at different levels, key levels being:
GovTargetPCT
scenario per origin zone?GovTargetPCT
scenario?A simple example of this kind of summary statistic can be found in the PCT which provides an estimate of the number of people who would cycle to each school based on the distances and hilliness of routes from each zone to each school, as shown below:
Source: https://www.pct.bike/m/?r=north-yorkshire
The text was updated successfully, but these errors were encountered: