{"id":201592,"date":"2019-01-21T23:55:00","date_gmt":"2019-01-22T07:55:00","guid":{"rendered":"https:\/\/www.esri.com\/about\/newsroom\/?post_type=arcnews&#038;p=201592"},"modified":"2019-01-18T13:08:29","modified_gmt":"2019-01-18T21:08:29","slug":"getting-students-back-on-the-bus","status":"publish","type":"arcnews","link":"https:\/\/www.esri.com\/about\/newsroom\/arcnews\/getting-students-back-on-the-bus","title":{"rendered":"Getting Students Back on the Bus"},"author":1432,"featured_media":0,"menu_order":0,"template":"","format":"standard","meta":{"_acf_changed":false,"sync_status":"","episode_type":"","audio_file":"","podmotor_file_id":"","podmotor_episode_id":"","castos_file_data":"","cover_image":"","cover_image_id":"","duration":"","filesize":"","filesize_raw":"","date_recorded":"","explicit":"","block":"","itunes_episode_number":"","itunes_title":"","itunes_season_number":"","itunes_episode_type":"","_links_to":"","_links_to_target":""},"categories":[171,931,1021],"tags":[276202,20422,278402,1331,7142],"arcnews_issues":[300072],"class_list":["post-201592","arcnews","type-arcnews","status-publish","format-standard","hentry","category-education","category-spatial-analysis","category-transportation","tag-3d-visualization","tag-arcgis-pro","tag-network-analysis","tag-supply-chain","tag-transportation","arcnews_issues-arcnews-winter-2019","arcnews_sections-your-work"],"acf":{"short_description":"A university professor used a decrease in local bus ridership to show his strategic supply chain management class the value of GIS.","pdf":{"host_remotely":false,"file":null,"file_url":""},"flexible_content":[{"acf_fc_layout":"content","content":"<h2 style=\"text-align: center;\">And Showing a Strategic Supply Chain Management Class the Value of GIS<\/h2>\r\nThree years ago, weekend bus ridership in Harrisonburg, Virginia, had dropped, and the Harrisonburg Department of Public Transportation (HDPT) had no idea why. In 2009\u20132010, HDPT\u2019s buses served 192,766 passengers from Fridays to Saturdays, but by 2015\u20132016, this bus ridership had fallen to 40,283 passengers, according to HDPT.\r\n\r\nStudents at James Madison University (JMU) make up a large portion of HDPT\u2019s bus passenger base. So figuring out a solution to this drop in weekend ridership was an excellent project for Dr. Bill Ritchie, a professor of management in the College of Business\u2014not least because he could use it to illustrate to his supply chain students the benefits of using GIS for transportation and logistics."},{"acf_fc_layout":"image","image":201602,"image_position":"right","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"content","content":"There were two objectives: first, to figure out which alternative modes of transportation students were using besides buses, and second, to find the primary locations where students were relying on alternative forms of public transportation. Ultimately, Ritchie wanted his class to learn how ArcGIS could be used to identify routes that would be more in sync with students\u2019 transportation needs. And if HDPT got a new bus route out of it, that would be outstanding.\r\n<h3><strong>Digging into the Data<\/strong><\/h3>\r\nIt didn\u2019t take long to figure out that the decline in bus ridership was only part of this story. The university has a service called SafeRides, which relies on volunteers and a fleet of six cars to offer students free rides home on Friday and Saturday nights. Over a three-semester period, SafeRides received nearly 10,000 ride requests and served 28,000 riders. However, only 62 percent of the students who requested rides received them due to limited capacity and delays. Other transportation services, such as Uber and a Sober Rides Facebook group, are available as well, but some students have indicated that they don\u2019t always feel safe with these alternatives.\r\n\r\nTo address these concerns, Ritchie teamed up with JMU sustainability analyst Avery Smith and JMU sustainability coordinator Mike Dalmolin to develop plausible solutions using ArcGIS technology. Smith and Dalmolin provided Ritchie with multiple spreadsheets of SafeRides data that included where trips originated, their destinations, and the pickup and drop-off times for more than 27,000 ride requests spanning multiple semesters.\r\n\r\nThe first challenge for Ritchie was to convert much of that raw data into usable addresses, since location records were often listed by residence hall or apartment building name rather than street address. Working with a team of graduate assistants, he cleaned and geocoded the data using both ArcGIS Desktop and Microsoft Excel\u2019s VLOOKUP function. He then presented this geocoded data to his supply chain class to illustrate initial transportation logistics problems. For that, Ritchie used the Kernel Density tool in ArcGIS, which calculates magnitude per area from point or polyline features, and the Optimized Hot Spot Analysis tool, which shows statistically significant hot and cold spots on a map.\r\n<h3><strong>Analyzing Ridership Movement<\/strong><\/h3>\r\nTo determine how the information from SafeRides could potentially inform the optimization of late-night bus routes, Smith and Dalmolin dived deeper into the data.\r\n\r\nFirst, they wanted to see if there were any patterns and trends in ridership that occurred in similar spaces over the same periods of time. Using ArcGIS Pro, they created a Space Time Cube to visualize, in 3D, all the rides that occurred within a 1,500-square-foot area over a 30-minute time scale from 10:00 p.m. to 3:00 a.m. This way, they could see how a location\u2019s ridership changed over time.\r\n\r\nNext, the two engineers used the Network Analyst extension for ArcMap to graphically create routes for all 10,000 requested SafeRides trips. With this, they were able to estimate average drive times and distances and then configure optimal routes, which would help decision-makers determine where new bus routes needed to be created and where existing ones could just be altered.\r\n\r\nThe most crucial analysis, however, came from an origin-destination (OD) pair table that conceptualized SafeRides movements across Harrisonburg. With this, Smith and Dalmolin sought to discover the main origins and destinations taken by riders. Their central questions for this analysis were as follows:\r\n<ol>\r\n \t<li>Given a specified location, how many people, on average, arrived from or left to go to other respective locations in the city at night?<\/li>\r\n \t<li>How do these movements change between 10:00 p.m. and 3:00 a.m.?<\/li>\r\n<\/ol>\r\nSmith and Dalmolin created a stand-alone Python script that aided in building the OD table. They digitized all the main student housing complexes, campus zones, the downtown area, and commercial districts in Harrisonburg to form a polygon feature class in ArcMap. Then, they assigned each polygon a unique identification number and joined them all to two new point feature classes that represented SafeRides\u2019 pickups and drop-offs, respectively. As a result, each pickup and drop-off point captured the unique identification number of its related polygon. Additionally, in the original SafeRides spreadsheet data, the engineers had preassigned every related pickup and drop-off point a unique travel code to show a completed trip. Thus, even though the shapefiles for pickups and drop-offs were separate, since they necessarily occur in different locations, the matching code made it easier to identify full trips. The Python script used the unique IDs and codes to tie trips and requests to two locations\u2014the origin and the destination\u2014as an OD pair."},{"acf_fc_layout":"image","image":201612,"image_position":"left","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"content","content":"<h3><strong>Getting Precise with Modeling<\/strong><\/h3>\r\nWith all this, Smith and Dalmolin were able to do finer-scale ridership modeling at various locations. For example, ridership to and from downtown Harrisonburg was, in general, known to be moderately significant. But with the Space Time Cube, the team could see that the western section of downtown experienced more active ridership between 12:00 a.m. and 1:00 a.m., while the eastern side of town barely saw any. This was an important find. It would enable city planners to match bus frequency proportionally to the ridership for different sections of downtown. This would lower headways\u2014the amount of time it takes between bus service stops at any one location\u2014by eliminating travel to areas that don\u2019t need bus service.\r\n\r\nIn addition, the Space Time Cube revealed that 12:00 a.m. to 1:00 a.m. is the most active period for nighttime ridership in the city. This was significant because it revealed when and where students\u2019 travel needs were the greatest. Several student housing locations stood out when it came to evaluating travel volumes and times. For instance, The Harrison and Sunchase apartments had high levels of movement consistently from 10:00 p.m. to 1:00 a.m., while other apartment complexes, such as Pheasant Run, and campus dorms only showed significant travel at midnight.\r\n\r\nBased on the network analysis, the team discovered that the average SafeRides trip time was 3.9 minutes, with the longest trip being 11 minutes. The average distance for trips was 1.9 miles, and the maximum distance traveled was 5.4 miles. These findings assisted in understanding students\u2019 expectations when it comes to travel times and how far they\u2019re willing to go.\r\n\r\nOne of the most valuable pieces of information that the OD analysis revealed was that student travel between off-campus locations accounted for 51 percent of all SafeRides trips, while only 32 percent of these rides occurred between on-campus and off-campus locations. This was a crucial discovery, since four out of the five active HDPT bus routes included travel between on-campus and off-campus areas. Meanwhile, the other route traversed campus and downtown Harrisonburg, which only accounted for 4 percent of SafeRides ridership. Without a single route that provided travel among off-campus housing locations, student ridership was bound to be down.\r\n<h3><strong>A New, Optimized Bus Route<\/strong><\/h3>\r\nAfter Smith and Dalmolin completed their analysis, they designed a new HDPT bus route and presented it to city planners. The proposed route would directly serve the highest-volume movements among student housing facilities, and it would only have a 22-minute headway, taking significantly less time than the existing bus routes.\r\n\r\nCity planners accepted the proposed route with minimal changes. Hopefully, this means that bus ridership in Harrisonburg will pick back up and that JMU students feel like they have safe transportation options both during the day and late at night.\r\n\r\nFor more information about integrating ArcGIS logistical functions into a university supply chain course, contact Ritchie at <a href=\"mailto:ritchiwj@jmu.edu\">ritchiwj@jmu.edu<\/a> or 239-218-9759. For more information about the routing analysis conducted in this study, contact Smith at <a href=\"mailto:smit23ac@jmu.edu\">smit23ac@jmu.edu<\/a> or 540-568-6798."}],"references":null},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v25.9) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Getting Students Back on the Bus<\/title>\n<meta name=\"description\" content=\"A university professor used a decrease in local bus ridership to show his strategic supply chain management class the value of GIS.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.esri.com\/about\/newsroom\/arcnews\/getting-students-back-on-the-bus\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Getting Students Back on the Bus\" \/>\n<meta property=\"og:description\" content=\"A university professor used a decrease in local bus ridership to show his strategic supply chain management class the value of GIS.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.esri.com\/about\/newsroom\/arcnews\/getting-students-back-on-the-bus\" \/>\n<meta property=\"og:site_name\" content=\"Esri\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/esrigis\/\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2019\/01\/arcnews-banner-jamesmadisonbus-card.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@Esri\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\n\t    \"@context\": \"https:\/\/schema.org\",\n\t    \"@graph\": [\n\t        {\n\t            \"@type\": \"WebPage\",\n\t            \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/arcnews\/getting-students-back-on-the-bus\",\n\t            \"url\": \"https:\/\/www.esri.com\/about\/newsroom\/arcnews\/getting-students-back-on-the-bus\",\n\t            \"name\": \"Getting Students Back on the Bus\",\n\t            \"isPartOf\": {\n\t                \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/#website\"\n\t            },\n\t            \"datePublished\": \"2019-01-22T07:55:00+00:00\",\n\t            \"description\": \"A university professor used a decrease in local bus ridership to show his strategic supply chain management class the value of GIS.\",\n\t            \"breadcrumb\": {\n\t                \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/arcnews\/getting-students-back-on-the-bus#breadcrumb\"\n\t            },\n\t            \"inLanguage\": \"en-US\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"ReadAction\",\n\t                    \"target\": [\n\t                        \"https:\/\/www.esri.com\/about\/newsroom\/arcnews\/getting-students-back-on-the-bus\"\n\t                    ]\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"BreadcrumbList\",\n\t            \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/arcnews\/getting-students-back-on-the-bus#breadcrumb\",\n\t            \"itemListElement\": [\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 1,\n\t                    \"name\": \"Home\",\n\t                    \"item\": \"https:\/\/www.esri.com\/about\/newsroom\"\n\t                },\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 2,\n\t                    \"name\": \"ArcNews Articles\",\n\t                    \"item\": \"https:\/\/www.esri.com\/about\/newsroom\/arcnews\"\n\t                },\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 3,\n\t                    \"name\": \"Getting Students Back on the Bus\"\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"WebSite\",\n\t            \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/#website\",\n\t            \"url\": \"https:\/\/www.esri.com\/about\/newsroom\/\",\n\t            \"name\": \"Esri\",\n\t            \"description\": \"Esri Newsroom\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"SearchAction\",\n\t                    \"target\": {\n\t                        \"@type\": \"EntryPoint\",\n\t                        \"urlTemplate\": \"https:\/\/www.esri.com\/about\/newsroom\/?s={search_term_string}\"\n\t                    },\n\t                    \"query-input\": {\n\t                        \"@type\": \"PropertyValueSpecification\",\n\t                        \"valueRequired\": true,\n\t                        \"valueName\": \"search_term_string\"\n\t                    }\n\t                }\n\t            ],\n\t            \"inLanguage\": \"en-US\"\n\t        },\n\t        {\n\t            \"@type\": \"Person\",\n\t            \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/#\/schema\/person\/b7332d419608ac1a0291ec30de119efb\",\n\t            \"name\": \"April Mann\",\n\t            \"image\": {\n\t                \"@type\": \"ImageObject\",\n\t                \"inLanguage\": \"en-US\",\n\t                \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/#\/schema\/person\/image\/\",\n\t                \"url\": \"https:\/\/secure.gravatar.com\/avatar\/28d21cf04453f95cd2d8a0f053e5cd18ccf684320f6a4974f358b8109264e80b?s=96&d=blank&r=g\",\n\t                \"contentUrl\": \"https:\/\/secure.gravatar.com\/avatar\/28d21cf04453f95cd2d8a0f053e5cd18ccf684320f6a4974f358b8109264e80b?s=96&d=blank&r=g\",\n\t                \"caption\": \"April Mann\"\n\t            },\n\t            \"url\": \"\"\n\t        }\n\t    ]\n\t}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Getting Students Back on the Bus","description":"A university professor used a decrease in local bus ridership to show his strategic supply chain management class the value of GIS.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.esri.com\/about\/newsroom\/arcnews\/getting-students-back-on-the-bus","og_locale":"en_US","og_type":"article","og_title":"Getting Students Back on the Bus","og_description":"A university professor used a decrease in local bus ridership to show his strategic supply chain management class the value of GIS.","og_url":"https:\/\/www.esri.com\/about\/newsroom\/arcnews\/getting-students-back-on-the-bus","og_site_name":"Esri","article_publisher":"https:\/\/www.facebook.com\/esrigis\/","og_image":[{"url":"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2019\/01\/arcnews-banner-jamesmadisonbus-card.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@Esri","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.esri.com\/about\/newsroom\/arcnews\/getting-students-back-on-the-bus","url":"https:\/\/www.esri.com\/about\/newsroom\/arcnews\/getting-students-back-on-the-bus","name":"Getting Students Back on the Bus","isPartOf":{"@id":"https:\/\/www.esri.com\/about\/newsroom\/#website"},"datePublished":"2019-01-22T07:55:00+00:00","description":"A university professor used a decrease in local bus ridership to show his strategic supply chain management class the value of GIS.","breadcrumb":{"@id":"https:\/\/www.esri.com\/about\/newsroom\/arcnews\/getting-students-back-on-the-bus#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.esri.com\/about\/newsroom\/arcnews\/getting-students-back-on-the-bus"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.esri.com\/about\/newsroom\/arcnews\/getting-students-back-on-the-bus#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.esri.com\/about\/newsroom"},{"@type":"ListItem","position":2,"name":"ArcNews Articles","item":"https:\/\/www.esri.com\/about\/newsroom\/arcnews"},{"@type":"ListItem","position":3,"name":"Getting Students Back on the Bus"}]},{"@type":"WebSite","@id":"https:\/\/www.esri.com\/about\/newsroom\/#website","url":"https:\/\/www.esri.com\/about\/newsroom\/","name":"Esri","description":"Esri Newsroom","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.esri.com\/about\/newsroom\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.esri.com\/about\/newsroom\/#\/schema\/person\/b7332d419608ac1a0291ec30de119efb","name":"April Mann","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/about\/newsroom\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/28d21cf04453f95cd2d8a0f053e5cd18ccf684320f6a4974f358b8109264e80b?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/28d21cf04453f95cd2d8a0f053e5cd18ccf684320f6a4974f358b8109264e80b?s=96&d=blank&r=g","caption":"April Mann"},"url":""}]}},"sort_order":"10","_links":{"self":[{"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/arcnews\/201592","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/arcnews"}],"about":[{"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/types\/arcnews"}],"author":[{"embeddable":true,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/users\/1432"}],"version-history":[{"count":0,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/arcnews\/201592\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/media?parent=201592"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/categories?post=201592"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/tags?post=201592"},{"taxonomy":"arcnews_issues","embeddable":true,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/arcnews_issues?post=201592"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}