On Mon, Apr 23, 2012 at 3:58 AM, Rajesh Agrawal <rkagra...@gmail.com> wrote:
> Are there any agencies publishing GTFS file with the fare information?
> Thanks
> --
> You received this message because you are subscribed to the Google Groups
> "Transit Developers" group.
> To post to this group, send email to transit-developers@googlegroups.com.
> To unsubscribe from this group, send email to
> transit-developers+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/transit-developers?hl=en.
Another question. Looking at GTFS spec for, the fare_rules.txt and fare_attributes.txt does not have any field that indicates the duration for which the ticket is valid. Am I misreading the spec?
Thank you,
On Mon, Apr 23, 2012 at 10:58 PM, David Marcus <davidmar...@gmail.com>wrote:
> Norwalk Transit does. (I know because I put it together for them.)
> -- > You received this message because you are subscribed to the Google Groups > "Transit Developers" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/transit-developers/-/h07jJIZAGzIJ. > To post to this group, send email to transit-developers@googlegroups.com. > To unsubscribe from this group, send email to > transit-developers+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/transit-developers?hl=en.
The *transfer_duration* field specifies the length of time in seconds before a transfer expires.
When used with a *transfers* value of 0, the *transfer_duration* field indicates how long a ticket is valid for a fare where no transfers are allowed. Unless you intend to use this field to indicate ticket validity, * transfer_duration* should be omitted or empty when *transfers* is set to 0. HTH,
--Laurent
On 24 April 2012 10:44, Rajesh Agrawal <rkagra...@gmail.com> wrote:
> Another question. Looking at GTFS spec for, the fare_rules.txt and > fare_attributes.txt does not have any field that indicates the duration for > which the ticket is valid. Am I misreading the spec?
> Thank you,
> On Mon, Apr 23, 2012 at 10:58 PM, David Marcus <davidmar...@gmail.com>wrote:
>> Norwalk Transit does. (I know because I put it together for them.)
>> -- >> You received this message because you are subscribed to the Google Groups >> "Transit Developers" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/transit-developers/-/h07jJIZAGzIJ. >> To post to this group, send email to transit-developers@googlegroups.com. >> To unsubscribe from this group, send email to >> transit-developers+unsubscribe@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/transit-developers?hl=en.
> -- > You received this message because you are subscribed to the Google Groups > "Transit Developers" group. > To post to this group, send email to transit-developers@googlegroups.com. > To unsubscribe from this group, send email to > transit-developers+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/transit-developers?hl=en.
> transfer_duration Optional > The transfer_duration field specifies the length of time in seconds before a transfer expires.
> When used with a transfers value of 0, the transfer_duration field indicates how long a ticket is valid for a fare where no transfers are allowed. Unless you intend to use this field to indicate ticket validity, transfer_duration should be omitted or empty when transfers is set to 0.
> HTH,
> --Laurent
> On 24 April 2012 10:44, Rajesh Agrawal <rkagra...@gmail.com> wrote: > Thanks for the information.
> Another question. Looking at GTFS spec for, the fare_rules.txt and fare_attributes.txt does not have any field that indicates the duration for which the ticket is valid. Am I misreading the spec?
> Thank you,
> On Mon, Apr 23, 2012 at 10:58 PM, David Marcus <davidmar...@gmail.com> wrote: > Norwalk Transit does. (I know because I put it together for them.)
> -- > You received this message because you are subscribed to the Google Groups "Transit Developers" group. > To view this discussion on the web visit https://groups.google.com/d/msg/transit-developers/-/h07jJIZAGzIJ. > To post to this group, send email to transit-developers@googlegroups.com. > To unsubscribe from this group, send email to transit-developers+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/transit-developers?hl=en.
> -- > You received this message because you are subscribed to the Google Groups "Transit Developers" group. > To post to this group, send email to transit-developers@googlegroups.com. > To unsubscribe from this group, send email to transit-developers+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/transit-developers?hl=en.
> -- > You received this message because you are subscribed to the Google Groups "Transit Developers" group. > To post to this group, send email to transit-developers@googlegroups.com. > To unsubscribe from this group, send email to transit-developers+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/transit-developers?hl=en.
On Tuesday, April 24, 2012 10:59:25 AM UTC+2, lgregoire wrote:
> transfer_duration Optional
> The *transfer_duration* field specifies the length of time in seconds > before a transfer expires.
> When used with a *transfers* value of 0, the *transfer_duration* field indicates > how long a ticket is valid for a fare where no transfers are allowed. > Unless you intend to use this field to indicate ticket validity, * > transfer_duration* should be omitted or empty when *transfers* is set to > 0. > HTH,