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

[FEATURE] Handle GTFS times > 24 hours #347

Open
e-lo opened this issue Apr 16, 2024 · 1 comment
Open

[FEATURE] Handle GTFS times > 24 hours #347

e-lo opened this issue Apr 16, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@e-lo
Copy link
Collaborator

e-lo commented Apr 16, 2024

User Story

As a user with GTFS which spans midnight I'd like to be able to input times>24 hours.

Resolution Ideas

  • Right now v1.0 uses pd.Timestamp which can't be > 24 hours in a day.
  • Could change to use Timedelta from "service day midnight".
@e-lo e-lo added the enhancement New feature or request label Apr 16, 2024
@e-lo
Copy link
Collaborator Author

e-lo commented Jul 17, 2024

Fixed in selection-refactor branch and released in v1.0-alpha.1 but needs to be tested.

@e-lo e-lo self-assigned this Aug 28, 2024
@e-lo e-lo added this to the v1.1 milestone Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant