Skip to content

Commit

Permalink
Update septa-sms-transit.md
Browse files Browse the repository at this point in the history
replacing MD links from notes field
  • Loading branch information
rcheetham authored May 3, 2024
1 parent d127f76 commit c167402
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions _datasets/septa-sms-transit.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ notes: 'SEPTA SMS Transit enables users to request scheduled trip information vi
Finally, the SMS data can be accessed from an API. The data returned by the API
is currently text format, separated. The API can be accessed in the format:
[https://www3.septa.org/sms/var1/var2/var3/var4/var5](https://www3.septa.org/sms/var1/var2/var3/var4/var5) <br>
https://www3.septa.org/sms/var1/var2/var3/var4/var5 <br>
\[var1\] = stop id <br>
\[var2\] = route id OR i/o for inbound/outbound <br>
Expand All @@ -42,27 +42,27 @@ notes: 'SEPTA SMS Transit enables users to request scheduled trip information vi
but all travel is in one direction:
<br><br>
[https://www3.septa.org/sms/20645/](https://www3.septa.org/sms/20645/)<br>
https://www3.septa.org/sms/20645/<br>
Returns the next 4 scheduled trolleys at 22nd St. Station. Note the results shows
trolleys regardless or route. To grep just a single route, for a multi-route, uni-directional stop, add another var: <br>
[https://www3.septa.org/sms/20645/13/](https://www3.septa.org/sms/20645/13/)<br>
https://www3.septa.org/sms/20645/13/<br>
Returns only the Route 13 trolleys at 22nd St. Station</li>
<li>Stops with travel in multi-directions. This is usually end points,
like the trolley loop at Juniper and they may or may not have multiple routes.
For example:<br>
[https://www3.septa.org/sms/283](https://www3.septa.org/sms/283) <br>
https://www3.septa.org/sms/283 <br>
Returns the next 2 inbound and 2 outbound times for all routes
[https://www3.septa.org/sms/283/13/](https://www3.septa.org/sms/283/13/) <br>
https://www3.septa.org/sms/283/13/<br>
Returns the next 2 inbound and 2 outbound times for only Route 13
[https://www3.septa.org/sms/283/o](https://www3.septa.org/sms/283/o) <br>
https://www3.septa.org/sms/283/o <br>
Returns the next 4 outbound times for all routes
[https://www3.septa.org/sms/283/13/o](https://www3.septa.org/sms/283/13/o) <br>
https://www3.septa.org/sms/283/13/o <br>
Returns the next 4 outbound times for only Route 13 </li>
</ol>
Expand Down

0 comments on commit c167402

Please sign in to comment.