Would you use something as simple and general as phpMyAdmin or
something very specific to managing your schedule/route data if you
were managing this data?
* Bob Heitzman's Excel macros
* Hosted, web-based tools offered by Trillium Solutions and NextInsight
* Export functionality built into Trapeze and GIRO software, often
supplemented by custom tweaks (for instance, at the MassDOTdev
conference the guy from the MBTA said that they use GIRO HASTUS, with
an additional MS Access (?) database for post-processing)
I know less about practices in agencies that aren't exporting GTFS,
because they seem to talk to developers less. :]
Joe
> --
>
> You received this message because you are subscribed to the Google Groups "Transit Developers" group.
> To post to this group, send email to transit-d...@googlegroups.com.
> To unsubscribe from this group, send email to transit-develop...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/transit-developers?hl=en.
>
>
>
Roger
Overall though when a schedule change happens we can generate a new
feed in about an hour.
An if we can take some of the manual steps out of the process, I'm
sure it coule be even faster.
Hope this helps.
-rich
Here in New York, I use custom Python scripts (on my github, if you like
to parse the undocumented STIF and RTIF format that the MTA gives us
data in.
We used to import the shapefiles for route shapes into postgresql, and
then use them to generate shapes.txt. We don't do this anymore because
there are shapefiles only for full bus routes, and sometimes buses run
short routes. We could use shape_distance_traveled to fix this up, but
for some reason I thought it would be better to do it manually, and it
totally didn't work. I may revisit this decision.
The scripts take several hours to run.
North County Transit District shares our HASTUS installation and uses
the same methods.