gerardcl / renfe-cli

Python CLI written in Rust for fast Renfe search website trains timetables retrieval
BSD 3-Clause "New" or "Revised" License
38 stars 3 forks source link

Enable Renfe Cercanías #200

Closed gerardcl closed 1 month ago

gerardcl commented 1 month ago

Is your feature request related to a problem? Please describe. Since we now make use of GTFS data (with one only default, from Renfe Alta Velocidad, Larga distancia y Media distancia), we can also load other Renfe valid GTFS data, which is Renfe Cercanías.

Describe the solution you'd like By default keep current behavior, but if enabled (e.g.: --cercanias/-c flag provided) then do search over Renfe Cercanías GTFS's dataset.

Describe alternatives you've considered N/A

Additional context N/A