Skip to content

Commit

Permalink
#1065 don't suggest bikes in crosswalk for intersection_movements
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielwol committed Sep 9, 2024
1 parent c3f1352 commit 2042915
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions nohup.out
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
psql: error: update_wys_fkey.sql: No such file or directory
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ CREATE OR REPLACE VIEW miovision_api.monitor_intersection_movements AS (
v.volume_15min_mvt_uid IS NULL --not aggregated
AND v.datetime_bin >= CURRENT_DATE - 100
AND NOT (v.classification_uid = 10 AND movement_uid = 8) --bike exit
AND NOT (v.classification_uid = 7) --bikes in crosswalk
AND im_dl.intersection_uid IS NULL
GROUP BY
v.intersection_uid,
Expand Down

0 comments on commit 2042915

Please sign in to comment.