Identify most popular/frequented route
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi there,
I have got a case, and a bit unsure how to proceed. The case is as follws:
In the city there are different locations where public bikes are stationed, and I want to identify and vizualize which station is the most popular/frequented, and to which station they end their trip. (5 most frequented routes). In addition, I want to identyfy the rush-hour to the different stations, as well as which day of the week that is most popular.
I have attached a sample of the data below 🙂
Thanks in advance
Solved! Go to Solution.
- Labels:
- Spatial Analysis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey @olehr,
Here is an example of how this process could be started. I created a workflow that shows us our top 5 routes taken, and it uses the Latitude/Longitude to create spatial points.
With this start, you can now begin digging further into rush hour, day of week, etc.
Let me know if you have any questions!
Luke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @LukeG,
Thank you for this 🙂 just on question. Does it now take into account which station people start at, and at wchich station they end?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello @olehr ,
Here you go
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@olehr Yes. By grouping on both start_startion_id and end_station_id (among other variables), we are effectively create a unique route for each row.
If we wanted to create a new column with a unique identifier called route_id, we could use a combination of the start and end id.
Using a formula tool, the function could be: [start_station_id] + " - " + [end-station_id]
This would make the most common route_id = 464 - 443
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello @afv2688
Thanks for responding. Unfortunately I cannot open the bicycles.yxzp as I have an older version of Alteryx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you @afv2688
