<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>OpenTripPlanner</title>
	<atom:link href="http://opentripplanner.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://opentripplanner.com</link>
	<description></description>
	<lastBuildDate>Wed, 10 Oct 2012 23:16:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>OpenTripPlanner 0.9 Released</title>
		<link>http://opentripplanner.com/2012/10/opentripplanner-0-9-released/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=opentripplanner-0-9-released</link>
		<comments>http://opentripplanner.com/2012/10/opentripplanner-0-9-released/#comments</comments>
		<pubDate>Wed, 10 Oct 2012 23:15:17 +0000</pubDate>
		<dc:creator>David Emory</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://opentripplanner.com/?p=171</guid>
		<description><![CDATA[We are pleased to announce the latest major release of OTP: 0.9. (Technically, as of this posting the current release is 0.9.1, with the first bug-fix followup release having already been cut.) Note that 0.8 was skipped; the numbering reflects the team&#8217;s desire, as discussed in the 9/27 check-in, for this release to be the final [...]]]></description>
			<content:encoded><![CDATA[<p>We are pleased to announce the latest major release of OTP: <strong>0.9</strong>. (Technically, as of this posting the current release is 0.9.1, with the first bug-fix followup release having already been cut.) Note that 0.8 was skipped; the numbering reflects the team&#8217;s desire, as discussed in the <a href="https://github.com/openplans/OpenTripPlanner/wiki/2012.09.27-Weekly-Check-In">9/27 check-in</a>, for this release to be the final major release prior to a long-awaited 1.0 release of OTP.</p>
<p>Major enhancements in 0.9 include the following:</p>
<div>
<ul>
<li><strong>RAPTOR Implementation</strong>: David Turner has completed implementation of RAPTOR, a different algorithm for transit routing that yields significantly improved search times in larger graphs compared to the A* algorithm traditionally used by OTP. <a href="http://research.microsoft.com/apps/pubs/default.aspx?id=156567">This paper from Microsoft Research</a> describes the theoretical underpinnings of RAPTOR, and instructions for enabling RAPTOR in OTP <a href="https://github.com/openplans/OpenTripPlanner/wiki/Raptor">can be found on the wiki</a>.</li>
</ul>
<ul>
<li><strong>Graph Loading API</strong>: OTP&#8217;s multiple graph support is seeing more active use (within the context of the <a href="http://deployer.opentripplanner.org/">OTP Deployer</a> application, among other places), heightening the need for a more robust mechanism for dynamic graph management. The <a href="https://github.com/openplans/OpenTripPlanner/wiki/MultipleGraphs">new RESTful API</a>, written by Andrew Byrd, accomplishes this, using the existing &#8216;/routers&#8217; API method and standard HTTP commands such as GET, PUT, and DELETE. Included is the new ability to &#8220;evict&#8221; a graph from an OTP server, freeing up its memory footprint for other graphs.</li>
</ul>
<ul>
<li><strong>Real-Time Vehicle Updates</strong>: 0.9 includes initial support for trip planning based on real-time vehicle locations. This work was completed to support an initial test case in the Netherlands using the Dutch KV8 standard, but it lays much of the groundwork for more generalized real-time support, including consumption of GTFS-RT vehicle locations (OTP already supports the trip alerts component of GTFS-RT). Look for more on this in future versions.</li>
</ul>
<ul>
<li><strong>Smaller Graph Sizes</strong>, accomplished through more efficient handling of debugging annotations. This has reduced graph size by as much as 50 percent in initial testing.</li>
</ul>
</div>
<p>Additional 0.9.x bug fix releases are likely in the coming weeks, but the next major release will be 1.0, hopefully before the end of the year. The 1.0 release is expected to include expanded support for real-time planning and the new mobile-optimized user interface developed for <a href="http://bikeplanner.org/" target="_blank">bikeplanner.org</a>, among other additions and enhancements. Stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://opentripplanner.com/2012/10/opentripplanner-0-9-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Launches Driving Interest in OTP</title>
		<link>http://opentripplanner.com/2012/08/new-launches-driving-interest-in-otp/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-launches-driving-interest-in-otp</link>
		<comments>http://opentripplanner.com/2012/08/new-launches-driving-interest-in-otp/#comments</comments>
		<pubDate>Fri, 17 Aug 2012 21:33:46 +0000</pubDate>
		<dc:creator>David Emory</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://opentripplanner.com/?p=160</guid>
		<description><![CDATA[The past few weeks have been busy with several high-profile OpenTripPlanner launches. We begin in Portland, Oregon — the city where OTP was born three years ago — where on August 6th TriMet officially unveiled their new OTP-based version of ride.trimet.org, the transit agency&#8217;s official trip planner. Although a beta version of an OTP-based utility has been [...]]]></description>
			<content:encoded><![CDATA[<p>The past few weeks have been busy with several high-profile OpenTripPlanner launches. We begin in Portland, Oregon — the city where <a href="https://github.com/openplans/OpenTripPlanner/wiki/kick-off-workshop">OTP was born three years ago</a> — where on August 6th <a href="http://www.trimet.org">TriMet</a> officially unveiled their new OTP-based version of <a href="http://ride.trimet.org">ride.trimet.org</a>, the transit agency&#8217;s official trip planner. Although a beta version of an OTP-based utility has been available since last October, this is the first time that TriMet&#8217;s primary public-facing trip planner has been backed by open source, multimodal technology (as well as open street data from <a href="http://www.openstreetmap.org/">OpenStreetMap</a>).</p>
<p>From TriMet&#8217;s <a href="http://media.trimet.org/trimets-online-trip-planner-goes-multimodal/">press release</a> announcing the launch:</p>
<blockquote><p><em>In the past year, riders have planned more than 5.5 million trips using TriMet’s trip planning tools. Now riders can combine transit with biking and walking using the newest version of the online trip planner. This open source trip planning tool is the first produced by a transit agency in the U.S. that allows users to combine multiple modes of transportation.</em></p>
<p><em>“We’ve heard from riders that they want more tools to help them get around by transit, bike and foot, which aligns with TriMet’s and our regional partners’ mission to encourage active transportation,” said Bibiana McHugh, TriMet IT Manager of GIS and Location-Based Service. “So last fall we launched a test version of this innovative new trip planner. Since then, hundreds of riders have helped us fine tune the tool.”</em></p></blockquote>
<p>On the other side of the U.S., cyclists in the Washington, DC area have a new tool for planning two-wheeled trips around the capital with the the launch of <a href="http://bikeplanner.org">BikePlanner.org</a>. The site was developed by <a href="http://openplans.org/">OpenPlans</a> in collaboration with <a href="http://mobilitylab.org/">Mobility Lab</a>, <a href="http://www.bikearlington.com/">BikeArlington</a>, and <a href="http://mapbox.com/">MapBox</a>. It is the second recent deployment the showcases OTP&#8217;s recently added support for real-time <a href="https://github.com/openplans/OpenTripPlanner/wiki/Bike-Rental">bike share trip planning</a>, following the launch of <a href="http://cibi.me">CiBi.me</a> in New York earlier in the year. Both sites also offer a preview of a new <a href="http://leaflet.cloudmade.com/">Leaflet</a>-based user interface that is optimized for use with both desktop and mobile displays.</p>
<p><a href="http://bikeplanner.org"><img class="alignnone size-full wp-image-166" title="bikeplanner" src="http://opentripplanner.com/wp-content/uploads/2012/08/bikeplanner.png" alt="" width="520" height="328" /></a></p>
<p>Reception to BikePlanner.org has been enthusiastic, with coverage of the launch including <a href="http://www.washingtonpost.com/local/trafficandcommuting/a-bike-map-for-washington-and-eventually-by-washington/2012/08/11/1b6dee18-e30e-11e1-98e7-89d659f9c106_story.html">two</a> <a href="http://www.washingtonpost.com/blogs/dr-gridlock/post/new-bike-routing-site-needs-your-input/2012/08/10/256b688c-e30e-11e1-98e7-89d659f9c106_blog.html">articles</a> in the Washington Post as well as stories by <a href="http://greatergreaterwashington.org/post/15817/plan-your-next-bike-trip-with-bikeplannerorg/">Greater Greater Washington</a> and local radio station <a href="http://wamu.org/news/12/08/10/new_web_app_helps_dc_residents_find_bike_path_of_least_resistance">WAMU</a>. The site was also featured as part of a larger write-up of OTP at SmartPlanet, &#8220;<a href="http://www.smartplanet.com/blog/cities/opentripplanner-redefines-public-transit-navigation/4586">OpenTripPlanner redefines public transit navigation</a>.&#8221;</p>
<p>OTP continues to expand its reach globally as well. The project now has a presence in Africa with the launch of the <a href="http://app.froma2b.co.za/">fromA2B</a> application serving Gauteng province in South Africa, covering a variety of bus and rail services in the Johannesburg and Pretoria areas. Back in the northern hemisphere, the OTP-backed <a href="http://london.optitrans.net/">Opti-Trans</a> planner was launched in London this summer,  just in time for the 2012 Summer Olympic Games. For a complete list of live OTP deployments, visit the <a href="http://opentripplanner.com/demos">demos</a> page.</p>
]]></content:encoded>
			<wfw:commentRss>http://opentripplanner.com/2012/08/new-launches-driving-interest-in-otp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OTP News Roundup</title>
		<link>http://opentripplanner.com/2012/08/otp-news-roundup/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=otp-news-roundup</link>
		<comments>http://opentripplanner.com/2012/08/otp-news-roundup/#comments</comments>
		<pubDate>Fri, 03 Aug 2012 02:13:57 +0000</pubDate>
		<dc:creator>David Emory</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://opentripplanner.com/?p=148</guid>
		<description><![CDATA[A regular feature we&#8217;d like to get going at this site is periodic updates on recent developments with OTP. Some developments may not warrant a full-length article here but are still of interest to the OTP community. Below are some current items: OTP 0.7.10 released: Version 0.7.10 of OTP was released yesterday; the latest tagged [...]]]></description>
			<content:encoded><![CDATA[<p>A regular feature we&#8217;d like to get going at this site is periodic updates on recent developments with OTP. Some developments may not warrant a full-length article here but are still of interest to the OTP community. Below are some current items:</p>
<ul>
<li><strong>OTP 0.7.10 released</strong>: Version 0.7.10 of OTP was released yesterday; the latest tagged source tree can be <a href="https://github.com/openplans/OpenTripPlanner/tags">downloaded from Github</a> and artifacts are also on <a href="http://repo.opengeo.org/org/opentripplanner/">the Maven repo</a>. This release includes a number of bug fixes and enhancements; among the most notable is a fix to a longstanding issue with bridge topography that was producing inaccurate elevation profiles, sometimes severe enough to affect the routing algorithm. In short, the models OTP typically uses are <em>terrain</em> models rather than <em>surface</em> models, meaning that the profile for a route along a bridge that traverses a deep ravine would follow the terrain of the ravine, rather than the surface of the bridge (see below left). OTP now accounts for this issue when processing bridge links from OpenStreetMap and generates elevation profiles consistent with what a cyclist or pedestrian actually experiences (below right).<br />&nbsp;
<p><a href="http://opentripplanner.com/wp-content/uploads/2012/08/slope_compare.png"><img class="alignnone size-full wp-image-151" title="slope_compare" src="http://opentripplanner.com/wp-content/uploads/2012/08/slope_compare.png" alt="" width="513" height="277" /></a></li>
</ul>
<ul>
<li><strong>iOS KickStarter Campaign Underway</strong> &#8212; As you may have heard, transit trip planning via Google Maps will no longer be a built-in feature on the iPhone and iPad with the release of iOS 6, expected later this fall. While the news has disappointed many transit riders who rely on their iPhones for directions, it <a href="http://openplans.org/2012/06/14/why-ios-6-is-good-for-transit/">also presents an opportunity</a> for third-party app providers to expand their presence on the platform. To that end, OpenPlans has launched <a href="http://www.kickstarter.com/projects/228865951/transit-app-for-ios-6-and-beyond">a Kickstarter campaign</a> to fund development of a native iOS app that would support multimodal trip planning, backed by OTP, for all cities in North America with open transit data. Please help spread the word!</li>
</ul>
<ul>
<li><strong>Coming Soon: Leaflet-Based UI</strong> &#8212; OTP developers have been experimenting recently with <a href="http://leaflet.cloudmade.com/">Leaflet</a>, a lightweight Javascript mapping library that emphasis mobile-friendly interfaces. An initial experiment with Leaflet and OTP, an <a href="http://cibi.me">OTP-backed trip planner</a> for New York&#8217;s soon-to-be-launched <a href="http://citibikenyc.com/">CitiBike</a> bike share system, has been well-received by users, and work is currently underway on generalizing that UI to other OTP-based applications. Stay tuned for more updates!</li>
</ul>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://opentripplanner.com/2012/08/otp-news-roundup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visualizing urban accessibility with OpenTripPlanner Analyst</title>
		<link>http://opentripplanner.com/2012/07/visualizing-urban-accessibility-with-opentripplanner-analyst/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=visualizing-urban-accessibility-with-opentripplanner-analyst</link>
		<comments>http://opentripplanner.com/2012/07/visualizing-urban-accessibility-with-opentripplanner-analyst/#comments</comments>
		<pubDate>Mon, 02 Jul 2012 20:20:10 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Analyst]]></category>

		<guid isPermaLink="false">http://opentripplanner.com/?p=136</guid>
		<description><![CDATA[OpenTripPlanner has made rapid progress over the last few years and is now being used in production systems providing multi-modal itineraries to public transit riders, pedestrians, and cyclists around the world. However, the routing engine at its core has the potential to answer much more general questions about efficient paths through the city. These possibilities [...]]]></description>
			<content:encoded><![CDATA[<p>OpenTripPlanner has made rapid progress over the last few years and is now being used in production systems providing multi-modal itineraries to public transit riders, pedestrians, and cyclists around the world.</p>
<p>However, the routing engine at its core has the potential to answer much more general questions about efficient paths through the city. These possibilities are what originally drew me to OpenTripPlanner, and my primary role within the project is now expanding OTP&#8217;s range of applications beyond passenger information into the areas of spatial analysis, urban planning, accessibility research, and transportation engineering.</p>
<div class="wp-caption alignnone" style="width: 523px"><a href="http://openplans.org/wp-content/uploads/2012/06/allPaths.png"><img title="allPaths" src="http://openplans.org/wp-content/uploads/2012/06/allPaths.png" alt="" width="513" /></a><p class="wp-caption-text">All paths explored while finding a single itinerary (with goal direction disabled)</p></div>
<p>Many of these applications require very large batches of near-identical requests with the origin or destination taking on every value in some set. That set might be the centroids of census tracts when evaluating effects of a public transit service cut, the location of all real estate transactions over a given year in a housing price study, or a regular grid of cells or pixels in urban accessibility and travel time mapping applications.</p>
<p>At first glance, using OTP to find paths from some origin to thousands or millions of individual destinations seems like an excruciatingly slow process &#8212; and it would be if we adopted the naïve strategy of making the same request to the server over and over, changing only the destination each time. However, algorithms that find a shortest (a.k.a. lowest cost or &#8220;best&#8221;) path through a multi-modal transportation network produce a great deal of internal information that is discarded after only a few itineraries are returned to the user. With appropriate modifications this data about alternate paths can be retained and put to use in a variety of ways.</p>
<p>The OTP Analyst extension does just that. When finding an itinerary from point A to point B, many path search algorithms, from Edsger Dijkstra&#8217;s 1959 classic to it&#8217;s newer timetable-friendly variants, also produce paths to every point closer than B as a byproduct with no extra effort. By simply letting the algorithm run a little longer until the search reaches every corner of the graph, we obtain every shortest path branching out from a given origin point.</p>
<div class="mceTemp"></div>
<p>Taken together, all these paths form a &#8220;tree&#8221; rooted at a given departure point (or arrival point in the case of an arrive-by search). This data structure contains a lot of implicit information about the temporal landscape of the city as perceived from its root. We can for example calculate travel time to an arbitrary point within the geographic area covered by our OTP server by simply finding the closest segments in the street network, taking the perpendicular distance to those segments, and adding the travel time for the final leg to that given by the path tree. Travel time is then a function defined over a continuous 2D domain (a surface), and this function can be evaluated at any set of points specified by the user. Once computed, relationships between these points and neighboring streets can be cached, allowing results to be rapidly re-evaluated when some search parameter is changed.</p>
<p>The problem remains of how to meaningfully display or analyze all this information. Perhaps the most straightforward option is a map layer using colors or transparency to indicate travel times. In this case, the travel time function is simply evaluated at a regular grid of points corresponding to the individual pixels that make up a map in a particular projection. OpenTripPlanner exposes this method as a WMS service and a tile layer that can be overlayed on any standard base map.</p>
<div id="attachment_10561" class="wp-caption alignnone" style="width: 523px">&#8220;]<a href="http://openplans.org/wp-content/uploads/2012/06/grid.png"><img class="size-full wp-image-10561" title="grid" src="http://openplans.org/wp-content/uploads/2012/06/grid.png" alt="regular grid of points" width="513" /></a><p class="wp-caption-text">A regular grid of points linked to the nearest street segments in an OTP routing graph.</p></div>
<p>As a demonstration of these capabilities, we have set up a demo at <a title="analyst.opentripplanner.org" href="http://analyst.opentripplanner.org/opentripplanner-analyst-client/">http://analyst.opentripplanner.org/opentripplanner-analyst-client/</a>. Since the Analyst module was recently merged into OTP proper, all the usual trip planner parameters now apply to Analyst requests, including departure time, mode of transportation, and maximum walking distance. The screen capture below shows public transit travel time from a point in central Washington, DC, with each color band representing 30 minutes of travel time in the order green, blue, yellow, red. Note that these are not solid blocks of color &#8212; the travel time gradient is expressed to one-minute resolution by varying saturation within each band.</p>
<div id="attachment_10575" class="wp-caption alignnone" style="width: 523px"><a href="http://openplans.org/wp-content/uploads/2012/06/dcTime2.png"><img class="size-full wp-image-10575" title="dcTime2" src="http://openplans.org/wp-content/uploads/2012/06/dcTime2.png" alt="" width="513" /></a><p class="wp-caption-text">Travel times from a point in central Washington, DC. Each color bands represents 30 minutes.</p></div>
<p>Multiple rasters can also be combined on the server side. A good example is the potential path area visualization, labeled &#8220;Hägerstrand&#8221; in the demo after the geographer who theorized it. Given an origin and destination place and time, it maps the remaining time to perform some activity along the route. This is essentially a 2.5D projection of Hägerstrand&#8217;s time/space prism onto the map surface. The image below shows the part of Washington, DC accessible to someone who must leave the green marker after 8:00 AM and arrive at the red marker before 9:30 AM via public transit. Greater transparency indicates a larger amount of time available to perform some activity at the intermediate location.</p>
<div id="attachment_10577" class="wp-caption alignnone" style="width: 523px"><a href="http://openplans.org/wp-content/uploads/2012/06/PPA.png"><img class="size-full wp-image-10577" title="PPA" src="http://openplans.org/wp-content/uploads/2012/06/PPA.png" alt="" width="513" /></a><p class="wp-caption-text">Potential path area via public transit for departure after 8:00 AM and arrival before 9:30 AM.</p></div>
<p>We are by no means limited to examining travel time. Any information accumulated in OTP State objects during the search is a candidate for display or analysis. For example, here is a map of the number of vehicles boarded in the lowest-cost path to each point in the Washington, DC area, starting from the New Carrollton station of the proposed Purple Line (but with service on that line disabled):</p>
<div id="attachment_10562" class="wp-caption alignnone" style="width: 523px"><a href="http://openplans.org/wp-content/uploads/2012/06/dc-boardings.png"><img class="size-full wp-image-10562" title="dc-boardings" src="http://openplans.org/wp-content/uploads/2012/06/dc-boardings.png" alt="boardings in DC" width="513" /></a><p class="wp-caption-text">Number of vehicles boarded in lowest-cost paths to destinations in Washington, DC. (green:0, blue:1, yellow:2, red:3)</p></div>
<p>Over the coming months we will be identifying alternative metrics for transit quality of service and urban accessibility. The most effective ones will make their way into OTP Analyst. We are also not constrained to presenting our results as an image or on a regular grid. It is equally possible to substitute some other arbitrary set of endpoints from a shapefile or spatial database. As with map tiles, their relationships with streets are pre-computed, accelerating subsequent evaluations of the same points. The resulting data sets can be analyzed in external tools such as the open-source R statistical package.</p>
<div id="attachment_10580" class="wp-caption alignnone" style="width: 523px"><a href="http://openplans.org/wp-content/uploads/2012/06/prices.png"><img class="size-full wp-image-10580" title="prices" src="http://openplans.org/wp-content/uploads/2012/06/prices.png" alt="" width="513" /></a><p class="wp-caption-text">Linear least-squares model for relative housing prices as a function of transit travel time from the city center. R-squared 0.20, p-value: &lt; 2.2e16</p></div>
<p>The growing worldwide availability of open transit data in de facto standard formats means that once developed, spatial analysis tools can serve in both comparative and targeted studies in a large number of places. My hope is that besides enabling citizens to appropriate transportation planning methods and mobilize their resulting expertise in defense of the public interest and quality of life, the Analyst extensions to OpenTripPlanner will help the academic and planning communities to better grasp the syntax of the urban environment and factors favoring spatial legibility for those of us navigating it via shared, scheduled and non-motorized transport.</p>
]]></content:encoded>
			<wfw:commentRss>http://opentripplanner.com/2012/07/visualizing-urban-accessibility-with-opentripplanner-analyst/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Introducing OTP Deployer</title>
		<link>http://opentripplanner.com/2012/06/introducing-otp-deployer/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=introducing-otp-deployer</link>
		<comments>http://opentripplanner.com/2012/06/introducing-otp-deployer/#comments</comments>
		<pubDate>Tue, 12 Jun 2012 04:34:43 +0000</pubDate>
		<dc:creator>David Emory</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://opentripplanner.com/?p=115</guid>
		<description><![CDATA[OpenPlans is pleased to announce the launch of OTP Deployer, the first fully automated deployment and hosting platform for OpenTripPlanner. It is available for public use at deployer.opentripplanner.org. The purpose of the OTP Deployer project is to make launching an OpenTripPlanner deployment as simple as possible, particularly for transport providers who want to quickly see [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://transportation.openplans.org/">OpenPlans</a> is pleased to announce the launch of <strong>OTP Deployer</strong>, the first fully automated deployment and hosting platform for OpenTripPlanner. It is available for public use at <a href="http://deployer.opentripplanner.org/">deployer.opentripplanner.org</a>.</p>
<p>The purpose of the OTP Deployer project is to make launching an OpenTripPlanner deployment as simple as possible, particularly for transport providers who want to quickly see what OTP would look like for their system. In doing so, we seek to address what is currently one of the significant  barriers to widespread adoption of the platform: the relatively complex and technically demanding process of assembling the necessary data and setting up a live, usable OTP deployment.</p>
<p>To set up a hosted OTP instance using the deployer, all agencies must do is provide one or more <a href="https://developers.google.com/transit/gtfs/">GTFS</a> feed(s) that represent their transit network. The application will automatically extract street network data from <a href="http://www.openstreetmap.org/">OpenStreetMap</a>, and deployments within the United States will also include elevation data from the <a href="http://ned.usgs.gov/">National Elevation Dataset</a>. OTP Deployer then leverages the <a href="http://aws.amazon.com/ec2/">Amazon Elastic Compute Cloud</a> (EC2) platform to both automate the OTP graph building process and the actual hosting of a built OTP instance.</p>
<p>There are currently two ways to use the service:</p>
<ul>
<li><strong>Remote Graph Building</strong> &mdash; OTP Deployer can be used as a remote graph-building service by users that have their own means for deploying and hosting a built OTP instance. GTFS files are submitted using the web-based interface, and once complete, the user will be provided a link to download the graph file. OpenPlans is providing this feature as a free service to the OTP community.</li>
<li><strong>Hosted OTP Deployment</strong> &mdash; In addition, the platform supports ongoing hosting of OTP instances. OpenPlans will provide &#8220;preview&#8221; hosting at no charge for up to one week. Please contact us if you are interested in longer-term hosting.</li>
</ul>
<p>The workflow logic for OTP Deployer is written primarily in Python, with the web interface built using the Django framework. All original code for OTP Deployer is open source and is <a href="https://github.com/openplans/OTPSetup">available online via Github.</a> The repository also includes an issue tracker for bug reports and feature requests.</p>
<p>As the OTP Deployer project moves forward from preliminary development and beta testing, a number of additional enhancements are planned, including automated integration with companion OTP projects such as the <a href="http://analyst.opentripplanner.org/">OTP Analyst</a> extension, potential native support for elevation data for non-U.S. deployments, and redundant hosting of deployed OTP instances for production applications.</p>
<p>For more information, please don’t hesitate to contact me at <a href="mailto:demory@openplans.org">demory@openplans.org</a>.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://opentripplanner.com/2012/06/introducing-otp-deployer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome To the New OpenTripPlanner.com!</title>
		<link>http://opentripplanner.com/2012/06/welcome-to-the-new-opentripplanner-com/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=welcome-to-the-new-opentripplanner-com</link>
		<comments>http://opentripplanner.com/2012/06/welcome-to-the-new-opentripplanner-com/#comments</comments>
		<pubDate>Tue, 05 Jun 2012 18:37:56 +0000</pubDate>
		<dc:creator>David Emory</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://opentripplanner.com/?p=101</guid>
		<description><![CDATA[In July of 2009, a small group of developers, transit agency officials, and open government enthusiasts spent three days in a conference room in Portland, Ore. discussing what was then a fairly obscure topic: open source multimodal trip itinerary planning. It was at that workshop that the OpenTripPlanner project was born. As we prepare to [...]]]></description>
			<content:encoded><![CDATA[<p>In July of 2009, a small group of developers, transit agency officials, and open government enthusiasts <a href="https://github.com/openplans/OpenTripPlanner/wiki/kick-off-workshop">spent three days in a conference room in Portland, Ore.</a> discussing what was then a fairly obscure topic: open source multimodal trip itinerary planning. It was at that workshop that the OpenTripPlanner project was born.</p>
<p>As we prepare to celebrate the project&#8217;s third birthday next month, it is safe to say OpenTripPlanner has grown faster than any of us at the 2009 kickoff could have imagined. The codebase currently stands at over 100,000 lines of code, with more than 2500 commits and 600 closed tickets to date. The user interface has been translated into 12 languages, and several dozen <a href="http://opentripplanner.com/demos">live deployments</a> can be found in ten countries. Most recently, the project&#8217;s scope has expanded beyond the initial focus on traveler information to also include a major <a href="http://analyst.opentripplanner.org/">policy analysis</a> component.</p>
<p>As the project continues to mature, it is important that OTP be presented in a compelling and welcoming way, especially to those just joining the project. With that in mind, today we are pleased to launch this completely rebuilt version of <strong>opentripplanner.com</strong>, the project&#8217;s public face to the online world. Although the site was developed by OpenPlans, one of the project&#8217;s founding supporters, we intend for it to serve as a resource for the entire OTP community, and we are actively building content aimed at the project&#8217;s various audiences (including <a href="http://opentripplanner.com/users-developers">users &amp; developers</a>, <a href="http://opentripplanner.com/providers">transport providers</a>, <a href="http://opentripplanner.com/vendors">vendors</a>, and <a href="http://opentripplanner.com/planners-researchers">researchers</a>).</p>
<p>This site does not replace the various avenues for project communication and coordination already in place, such as the <a href="https://github.com/openplans/OpenTripPlanner/wiki">GitHub wiki</a>, the mailing lists, IRC channel and so forth. But going forward, we do hope that the site can help broaden the conversation and expand the OTP&#8217;s audience online. This front-page project blog will be a particular focus; in addition to routine project updates, we anticipate a series of more in-depth posts on a range of topics, from project architecture to deployment case studies to future project directions. (The blog will be a collaborative effort; if you&#8217;d like to contribute, please <a href="mailto:opentrip@openplans.org">let us know</a>!).</p>
<p>Thanks to everyone who has contributed to the OpenTripPlanner project in any way over the past three years. We can only imagine what the next three years will bring!</p>
]]></content:encoded>
			<wfw:commentRss>http://opentripplanner.com/2012/06/welcome-to-the-new-opentripplanner-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
