You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although we say in the docs not to use bikes in crosswalk data, they are currently included in intersection_movements table and being aggregated into volumes_15min.
SELECT*FROMmiovision_api.intersection_movementsWHERE classification_uid =7AND movement_uid IN (5,6)
The text was updated successfully, but these errors were encountered:
Although we say in the docs not to use bikes in crosswalk data, they are currently included in intersection_movements table and being aggregated into volumes_15min.
The text was updated successfully, but these errors were encountered: