transitmatters / mbta-performance

For processing performance data for the data dashboard
MIT License
1 stars 1 forks source link
mbta

🏮 MBTA Performance Processing (LAMPLighter)

Scripts for processing MBTA performance data both from LAMP and from monthly historical files

Requirements to develop locally

Instructions to run locally

  1. Add your AWS credentials (AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY) to your shell environment, OR add them to a .boto config file with awscli command aws configure.

Testing

  1. From the mbta-performance directory, set up the poetry with poetry shell; poetry install
  2. From the mbta-performance directory, run poetry run pytest