CityofToronto / bdit_volumes

Traffic Volumes Modelling Project
7 stars 6 forks source link

Modify process for loading `centreline_volumes` to only load "clean" data #26

Closed jwrcoleman closed 7 years ago

jwrcoleman commented 7 years ago

Edit process to first clean traffic data stored in det and cnt_det (using temporary tables) prior to populating centreline_volumes.

aharpalaniTO commented 7 years ago

Related to, and being developed in parallel to, #23. Overall these two issues consist of two steps:

  1. Report identifying bad count data to set to Trevor (for further investigation / clean-up of FLOW.
  2. Cleaning our own database to feed clean dataset into model prior to FLOW update.
aharpalaniTO commented 7 years ago

Closing as near duplicate of issues #23 and #27