-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Want to reduce some of the confusion in querying the data for data requests and reporting. Generally we report using the ATR-style data in volumes_15min.
Non-exhaustive list of requirements:
- aggregates from the atr data
- because we are only aggregating cycling approach counts, this should be entrance volumes only
- aggregation: checks if there's the appropriate number of hours of data for the day (bins where
volume IS NOT NULL) - anti-join on the anomalous ranges table and filters for a particular level of concern?
- aggregates vehicle volumes (
class_type = 'Vehicles') - joins to the centreline
- handles the transition from bicycle TMC to approach volumes (see Should we avoid having duplicative bicycle classifications in aggregate data? #695 )