CityofToronto / bdit_volumes

Traffic Volumes Modelling Project
7 stars 6 forks source link

Improving Assign Incomplete Day Count to Clusters Algorithm #39

Closed sunnyqywang closed 6 months ago

sunnyqywang commented 7 years ago

Current Algorithm: Calculate a hypothetical daily total by assuming the day to be each cluster centre profile, and add up the deviations from that particular profile. Assign the day/location to the profile with the least deviations.

Caveat: when <50% time bins are filled in a day, the shape of the counts could be misleading. Ex. The PM peaking could be lower/higher or comparable to AM peak, but without AM counts, the day will be assigned to the cluster center that has the most similar PM volume profile shape.

Potential improvements could be made on this algorithm by adding in spatial interpolation.