-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add get_ functions #14
Comments
This is what we are talking about! What a feast :) |
Some of them would need clarifications/assistance for an outsider like me. |
See latest commits: |
Wrapper functions, we can document |
Not quire sure why |
We shouldn't need |
Awesome work @layik ! Seems done to me so closing. |
Building on experience with
stats19
,get_()
is a good function name prefix to clarify that you're about to get some data from the outside world. I suggest the following functions:get_centroid()
- already there, at least for 2011 Census MSOAs for England and Walesget_od()
- added in Add get_od() function #13get_desire_lines()
- added in Add get_od() function #13get_pct_zones()
get_pct_centroids()
get_pct_lines()
get_pct_routes_fast()
get_pct_routes_quiet()
get_pct_rnet()
Just an idea for now and we don't have to do all of them, but I think it will make it much easier to get the valuable data provided by the PCT.
The text was updated successfully, but these errors were encountered: