Hello,
We also encountered a similar problem.
We were thinking to extend the location type and have a value "2" that would represent a unspecified location(you must call to be picked-up, but the pickup can be anywhere).
We don't have a strong opinion on what approach would be the best.
Tristram Gräbener, Canal TP, Paris, France
Hello,
We also encountered a similar problem.
We were thinking to extend the location type and have a value "2" that would represent a unspecified location(you must call to be picked-up, but the pickup can be anywhere).
We don't have a strong opinion on what approach would be the best.
Tristram Gräbener, Canal TP, Paris, France
Le vendredi 16 novembre 2012 20:17:23 UTC+1, T Sobota a écrit :
--
You received this message because you are subscribed to the Google Groups "General Transit Feed Spec Changes" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gtfs-changes...@googlegroups.com.
To post to this group, send email to gtfs-c...@googlegroups.com.
Visit this group at http://groups.google.com/group/gtfs-changes?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Denis,
Yes - in the UK national stop model, NaPTAN. They are heavily used in some of the more rural parts of the country where DRT services feed into scheduled trunk routes.
In the model, we have a single stop point representing a nominal pickup point in a zone, which we give the code FLX because it is a flexible stop. Then, to show the area that this nominal point serves, we define a polygon of 3 to n points using the coordinates of the vertices and referencing the stop point.
If you wanted to model this exactly the same way in GTFS, the FLX stop is just another stop, but with a new stop type code, and the polygon should probably be defined in a new file called e.g. “flexible zones” or something like that.
Cheers
Stuart
From: gtfs-c...@googlegroups.com [mailto:gtfs-c...@googlegroups.com] On Behalf Of Denis Haskin
Sent: 15 April 2013 7:17 PM
To: gtfs-c...@googlegroups.com
Subject: [gtfs-changes] Re: stops.txt: stop_type proposal
Stuart -- when you say you "have representations of these stops in data", you mean in your own internal representation, yes? Not in GTFS?
Thanks,
Denis
(apologies for reviving an old thread; doing some DRT/paratransit research in preparation for implementation an application)
--