stupidpupil / parochial

R package to make it easier to get started with travel time analyses in bits of Britain
GNU General Public License v3.0
5 stars 0 forks source link

Download and include arbitrary GTFS files #3

Open stupidpupil opened 2 years ago

stupidpupil commented 2 years ago

How to rename these consistently to match expected structure.

How to handle caching. (Essentially HTTP caching? Etag etc.)

stupidpupil commented 2 years ago

Purpose is to support services that aren't defined in ATOC/BODS/TNDS datasets.

stupidpupil commented 1 year ago

This is trickier if the 'GTFS' files aren't actually valid vanilla GTFS - e.g. they're GTFS-flex or similar. In this case, they probably can't be merged, but still need to be treated as 'active'.

There might need to be a more thoughtful approach to 'deactivating' GTFS files.

stupidpupil commented 1 year ago

One option for the "activated" GTFS issue might be to look at the metadata file for the merged GTFS and exclude any GTFS files that it's derived from.