Skip to content

Commit

Permalink
can do this later.
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickCleary committed Jul 7, 2023
1 parent df1bfe1 commit 67c3c32
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/speed/constants/speeds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ export const SPEED_RANGE_PARAM_MAP: { [s: string]: ParamsType } = {
},
};

// TODO: Upload this to overviewStats db
export const MINIMUMS = {
'line-red': { date: 'May 2020', value: 8374.5 },
'line-blue': { date: 'May 2020', value: 1860.5 },
'line-orange': { date: 'May 2020', value: 3776.75 },
DEFAULT: { date: '', value: 1 },
};

// As per MBTA Blue book: https://archives.lib.state.ma.us/handle/2452/827917 2003-2004
export const CORE_TRACK_LENGTHS = {
'line-red': 14.82 + 14.82 + 10.13 + 10.13, // <Quincy Adams -> Davis> + <reverse> + <Shawmut -> Davis> + <reverse>
Expand Down

0 comments on commit 67c3c32

Please sign in to comment.