{
"TimeStamp":"1327351837",
"Trip":"175",
"Destination":"Newburyport",
"Stop":"Salem",
"Scheduled":"1327351560",
"Flag":"pre",
"Vehicle":"1645",
"Latitude":"42.49346",
"Longitude":"-70.90718",
"Heading":"34",
"Speed":"65",
"Lateness":"300"
}
Are you planning to upgrade the existing JSON feeds in place? The reason I ask is that I have a few thousand users of my commuter rail app and three days isn't enough time to rollout an upgrade to all users. Ideally there'd be a small overlap period where both the old and new data feeds are in place so that I can roll over users and avoid an interruption in service. This would also give developers a chance to test the new feeds first.
Thoughts?
Thanks,
Matt Pietal
Can you please also look at making the JSON available to JavaScript applications via CORS? My posts to this group have gone ignored.
I was wondering when Commuter Rail data would be included into the GTFS real - time feed? It would be a helpful addition to it and hopefully the other subway lines eventually.
Thanks for getting us the new JSON format and the multi-line trips!!However, I'm actually very disappointed to learn that the duplicate trips will be filtered out! My web 'app' may be a unique case, but I'm more interested in any and all vehicles' data regardless of trip number duplication. The goal of my app is visualization & mapping and it's not necessarily intended for use as a commuter tool. (I do use my own app for my own commute every day though, and so do many of the people with whom I've shared it.)Feel free to try my development / beta version and you'll see what I mean:(My original version was a painful full page load for each data pull but it's more polished with more explanation than the new version at the moment: http://www.people.fas.harvard.edu/~wuensch/T/live-train-map.cgi )I **strongly** suggest that instead of filtering out duplicate trips, just add a flag / field to that vehicle's report which would let **us** filter it out. It's really important to me to be getting as many data points as possible. I made my app public on the MBTA forum at railroad.net and it's been very popular (for example) in tracking the new Hyundai Rotem coaches that are in acceptance testing. (The new coach 1800 has made many appearances in the data feed. Example: http://www.railroad.net/forums/viewtopic.php?f=65&t=51136&start=615#p1142477 ) If the duplicate trip info is gone, there will be a huge number of disappointed MBTA train fans out there!I compare this additional flag suggestion to the Revenue / Non-Revenue flag on the 1.0 subway feed, or the "Note" field in the 2.0 subway feed.Please let the data be unfiltered, just tagged / flagged!! Thanks!-- Stefan Wuensch