-
Notifications
You must be signed in to change notification settings - Fork 5
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
Finish the 'Activity models' vignette #76
Comments
Yes! I will try here, @Robinlovelace . |
First initial go at animating in R (Using Leaflet) https://rpubs.com/nathanaelsheehan/ACT_OD_VIZ A lot more to do here, but we have the activity moving. TODO
|
Had a play. This is looking Awesome! Great work Nathanael. One suggestion: allow it to visualise movement without need for routing, e.g. using https://docs.ropensci.org/stplanr/reference/line_segment.html |
I think this is done. Please review @natesheehan, @lucasccdias and even @dabreegster if you get a chance: https://a-b-street.github.io/abstr/articles/activity.html Would be great to check that the code is actually reproducible. There is some duplication in there and I think we should have a bit of a summary of how the different articles fit together on the README but overall think this is more-or-less done... |
This could be split out as a separate issue... Visualising activity patterns dynamically before A/B Street import, e.g. with ab_animate() and ab_interactive() functions, as discussed with @natesheehan and as touched on here: Blog post on animating trajectories geocompx/geocompkg#29 Quite a big one just noticed but looks like progress has already been made. |
Hi, @Robinlovelace . The But I was able to download the map using the GUI of the build |
You're missing GDAL dependencies: https://a-b-street.github.io/docs/tech/dev/index.html#dependencies I'm finishing a big refactor to A/B Street's importing tools today: a-b-street/abstreet#753 |
I agree, this certainly feels like at least two separate vignettes. My thoughts would be once we have either |
An activity model video would be a nice addition for #68 |
I think we can close this issue. IMO we should move |
After #23 and #75 I'm pretty happy with how this is looking: https://a-b-street.github.io/abstr/articles/activity.html
It shows a simple example of someone travelling from home to work, and then walking for lunch and leisure, and then cycling back home again.
It imports great into A/B Street 🎉
But I think there are a few unfinished things with this vignette, e.g.:
ab_animate()
andab_interactive()
functions, as discussed with @natesheehan and as touched on here: Blog post on animating trajectories geocompx/geocompkg#29The text was updated successfully, but these errors were encountered: