Skip to content

Commit

Permalink
Merge pull request #1017 from CityofToronto/miovision_example_fix
Browse files Browse the repository at this point in the history
Fix miovision example sql
  • Loading branch information
chmnata authored Jul 18, 2024
2 parents da28641 + fa83dd2 commit bbde9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volumes/miovision/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ SELECT
FROM miovision_api.volumes_15min
WHERE
intersection_uid = 10 -- 10 = King and Bathurst
AND leg <> dir -- count approaches only
AND leg != left(dir, 1) -- count approaches only
AND classification_uid = 1 -- light vehicles
AND datetime_bin >= '2020-03-13'
AND datetime_bin < '2020-03-20'
Expand Down

0 comments on commit bbde9d6

Please sign in to comment.