Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: mbta/lamp

Tags

v1.3.7

Toggle v1.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove temporary trip Id from LRTP TripUpdates (#635)

v1.3.6

Toggle v1.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
missing statements in hyper_updates list to upload to tableau (#634)

v1.3.5

Toggle v1.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: remove america/new_york timezone from columns to handle dst chan…

…ge (#631)

* remove America/New_York as unable to handle the ambiguous in the current processing

* undo split of schedule_gtfs_tm

* black and update test data

v1.3.4

Toggle v1.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Create parquet when create_parquet is called (#626)

1.3.3

Toggle 1.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Base LRTP TU schema on dy.Schema not base TU schema (#622)

v1.3.3

Toggle v1.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Base LRTP TU schema on dy.Schema not base TU schema (#622)

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
make the manual deploy names into emojis so they all fit on the page (#…

…617)

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
make the manual deploy names into emojis so they all fit on the page (#…

…617)

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(bus): add tm_point_type and tm_full_trip columns. cleanup some ba…

…ckfill logic (#604)

* add tm_point_type and tm_full_trip to output data

* cast types properly when constructing dataframe

* handle missing TM files - this branch is invalid for calculating bus metrics

* update regenerate_bus_metrics to accept write_local argument, and to get start_day from the latest file instead of midnight, to line up with service_date times and eliminate est/utc offset issue

* Update Data_Dictionary.md

Co-authored-by: Corey Runkel <[email protected]>

* Update src/lamp_py/bus_performance_manager/write_events.py

Co-authored-by: Corey Runkel <[email protected]>

* Update src/lamp_py/bus_performance_manager/write_events.py

Co-authored-by: Corey Runkel <[email protected]>

* convert tm_point_type to string for clarity

* refactor some of bus runner

* black

* move logging up to top

---------

Co-authored-by: Corey Runkel <[email protected]>

v1.2.15

Toggle v1.2.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(spare/tableau): Ingest, flatten, and upload Spare resources to t…

…ableau (#547)

* refactor jobs into lamp jobs and spare jobs - add spare job for vehicles

* add new remote_files for spare resources

* add a combined parquet/hyper create method to call from the spare job

* spare autogen to grab all schemas and size the tableau convert - document all the column types to handle

* generator for spare inputs

* create all spare tableau jobs based on autogenerated inputs/outputs

* handle u64 -> i64 because tableau does not support

* modify to convert lists and structs to strings instead