There's bicycle TMCs (less good data, available since the start of the data) and approach-only (better quality, only available from 2021-07-11 on). Both are available in the "ATR-style" table miovision_api.volumes_15min, which could lead someone to aggregate them together if they joined on the classifications table and grouped by the class_type field (or only released that).
https://github.com/CityofToronto/bdit_data-sources/tree/master/volumes/miovision#classifications
There is work on better documenting data quality issues in the anomalous ranges table, which could include this.
Some potential solutions:
- Purge the TMC data entirely from the 15min table
- Create a view that uses TMC data before the 2021-07-11 and then approach data after
- Create a view that somehow incorporates the anomalous ranges table
- Something else...