Skip to content

Should we avoid having duplicative bicycle classifications in aggregate data? #695

@radumas

Description

@radumas

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:

  1. Purge the TMC data entirely from the 15min table
  2. Create a view that uses TMC data before the 2021-07-11 and then approach data after
  3. Create a view that somehow incorporates the anomalous ranges table
  4. Something else...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions