<!DOCTYPE html>
<html>
<head>
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <title>Translink magnetic ticket format</title>
 <link rel="stylesheet" type="text/css" href="/style.css">
</head>
<body>
 <header>
   <h1 class="title">Translink magnetic ticket format</h1>
   <p class="date">2013-07-29</p>
 </header>
<p>Translink, the public transit provider for Vancouver, BC, will soon be switching to a stored-value RFID card (the Compass Card), so I figure there's no harm in publishing this now. In short, it's trivial to create Translink tickets which expire many years in the future and can be used to ride the bus system free of charge.</p>
<div class="figure">
<a href="photos/ticket1_front.png"><img src="photos/thumbnails/ticket1_front.png" alt="ticket1_front.png"></a>
</div>
<p>A PDF copy of the report is available at <a href="http://blog.qartis.com/translink_tickets/translink.pdf" class="uri">http://blog.qartis.com/translink_tickets/translink.pdf</a>.</p>
<p>Some of the code is available at <a href="http://github.com/qartis/translink/" class="uri">http://github.com/qartis/translink/</a>.</p>
</body>
</html>