wietlabs / krk_meetings

A connection search engine with built-in group meetings planner. Uses GTFS Static and GTFS Realtime data published by Kraków Public Transport Authority.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move extraction pipeline to apropriate extractors

tomalikem opened this issue · comments

  • Create @dataclass ExtractedData(Data)
  • Move extract_floyd_data method from DataProvider to FloydExtractor.
  • Save extracted data to pickles in DataProvider, not in FloydExtractor.