--
You received this message because you are subscribed to the Google Groups "A gathering place for the Open Rail Data community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openraildata-t...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/openraildata-talk/d6d13647-c1fe-4665-9bd7-5609e5c4e252n%40googlegroups.com.
I am using the Train Movement feed to count the number of delayed trains (per train company) over the course of a day. There are two flaws with my approach currently, one of which I'd like to address here.The number of delayed trains just seems implausibly high. It has recorded 130 delays for Northern Rail in 1 and a half hours.My methodology is to check the train ID, and if the train ID has not been seen before, and if the variation status is "LATE", then I add it to a table where each row is a different train company.
So does anybody know what's going wrong here? Does 'train ID' change for the same train at some point?? Is one of the other fields better for me to use, like "train_service_code"? The same journeys must in some way be recounted, perhaps many times.
Given Northern run in the region of around 2500 services a day, I’d say 150 Northern services being delayed in 90 minutes is quite possible.
Tom
--
You received this message because you are subscribed to the Google Groups "A gathering place for the Open Rail Data community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
openraildata-t...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/openraildata-talk/845f838d-2b4a-49aa-92c6-fe7a88a10cefn%40googlegroups.com.
May I ask again how to quote a message in purple and indented as Peter has here?