Test out LAMP for bus - #83
Open
ankoure wants to merge 7 commits into
Open
Conversation
ankoure
requested review from
a team,
devinmatte and
hamima-halim
as code owners
April 9, 2026 02:05
devinmatte
reviewed
Apr 9, 2026
|
👋 lmk if y'all have questions! Data dictionary here. I'm half of 🛋️ and would love some eyes on it before we tell more folks about it |
Member
|
@ankoure If we get this running we can pass along feedback and bug reports |
Contributor
Author
|
@devinmatte What needs to be done to get this PR merged and running in chalice? |
devinmatte
approved these changes
Aug 12, 2026
Comment on lines
+53
to
+61
| @app.schedule(Cron("*/30", "0-7,10-23", "*", "*", "?", "*")) | ||
| def process_daily_bus_lamp(event): | ||
| """Ingest today's bus LAMP data.""" | ||
| now_boston = datetime.now(ZoneInfo("US/Eastern")) | ||
|
|
||
| if now_boston.hour >= 3 and now_boston.hour < 6: | ||
| return | ||
|
|
||
| lamp.ingest_today_bus_data() |
Member
There was a problem hiding this comment.
For first round of testing let's ingest once or twice a day to start since running more frequently can get costly. After a short testing window we can expand this to hourly and then we may no longer need gobble once this data is considered good enough
|
FYI there may be breaking changes |
Contributor
Author
|
@runkelcorey Are breaking changes coming soon or? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The LAMP for bus data is in early preview. We should start to process it and compare it against gobble.