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

Quarter averages #1297

Merged
merged 3 commits into from
Nov 20, 2024
Merged

Quarter averages #1297

merged 3 commits into from
Nov 20, 2024

Conversation

tiffanychu90
Copy link
Member

@tiffanychu90 tiffanychu90 commented Nov 20, 2024

segment speeds

  • sketch out quarterly and year segment speed averages following Speed averages (year and year-quarter grains) #1267
  • add a quarter_year_averages.py script to see how we can aggregate segment speeds over all the dates we have
  • bring in segment geometry with speed averages and then average over a quarter or a year (~25 min for year grain, which feels too high)
  • TODO:
    • there is a bottleneck when bringing in segment geometry -- bringing it in every day before being able to average it seems expensive
    • essentially we want to be able to look across a lot of dates for segment geometry and dedupe ahead of time, then bring it in after we average speeds (tabular)
    • time_series_utils concatenation function that uses dask.delayed is running into limits...look into other options for how to read in many dates of data at once
  • Research Request - Segment stability in speed time-series / quarterly and yearly averages #1202

@tiffanychu90 tiffanychu90 merged commit 53fd8f7 into main Nov 20, 2024
2 checks passed
@tiffanychu90 tiffanychu90 deleted the quarter-averages branch November 20, 2024 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant