Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add GTFS Loader #150

Merged
merged 28 commits into from
Feb 13, 2023
Merged

feat: add GTFS Loader #150

merged 28 commits into from
Feb 13, 2023

Conversation

piotrgramacki
Copy link
Collaborator

closes #145

@piotrgramacki piotrgramacki self-assigned this Dec 23, 2022
@piotrgramacki piotrgramacki linked an issue Dec 23, 2022 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Jan 10, 2023

Codecov Report

Merging #150 (b45cbd1) into main (2bd6fac) will increase coverage by 0.10%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #150      +/-   ##
==========================================
+ Coverage   98.96%   99.06%   +0.10%     
==========================================
  Files          20       21       +1     
  Lines         481      535      +54     
==========================================
+ Hits          476      530      +54     
  Misses          5        5              
Flag Coverage Δ
macos-latest-python3.11 99.06% <100.00%> (+0.10%) ⬆️
ubuntu-latest-python3.10 98.87% <100.00%> (+0.12%) ⬆️
ubuntu-latest-python3.11 98.87% <100.00%> (+0.12%) ⬆️
ubuntu-latest-python3.8 98.87% <100.00%> (+0.12%) ⬆️
ubuntu-latest-python3.9 98.87% <100.00%> (+0.12%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
srai/loaders/__init__.py 100.00% <100.00%> (ø)
srai/loaders/gtfs_loader.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@piotrgramacki piotrgramacki marked this pull request as ready for review January 20, 2023 19:58
srai/loaders/gtfs_loader.py Outdated Show resolved Hide resolved
examples/loaders/gtfs_loader.ipynb Outdated Show resolved Hide resolved
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

pyproject.toml Outdated Show resolved Hide resolved
@piotrgramacki piotrgramacki merged commit 199adea into main Feb 13, 2023
@piotrgramacki piotrgramacki deleted the 145-implement-gtfs-loader branch February 13, 2023 12:52
Copy link
Collaborator

@Calychas Calychas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Post factum LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement GTFS loader
4 participants