sensiblecodeio / diet-gtfs

Trim down a GTFS feed, reducing it to a region given by a lat, lon range.
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

Consider handling zipped feeds #11

Open StevenMaude opened 7 years ago

StevenMaude commented 7 years ago

For both input and output, to save user processing.

GTFS feeds are provided as zips, so makes sense to do this.

StevenMaude commented 7 years ago

This is done on the handle-zips (https://github.com/sensiblecodeio/diet-gtfs/tree/handle-zips) branch. Just needs tidying up now and merging.