Skip to content

Commit

Permalink
#868, #879 remove intersection_movement filter (remains as insert fil…
Browse files Browse the repository at this point in the history
…ter)
  • Loading branch information
gabrielwol committed Jul 26, 2024
1 parent f408a60 commit ee32b41
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ CREATE OR REPLACE VIEW miovision_api.volumes_15min_mvt_filtered AS (
v15.movement_uid,
v15.volume
FROM miovision_api.volumes_15min_mvt_unfiltered AS v15
--only include "common" movements
JOIN miovision_api.intersection_movements USING (
intersection_uid, classification_uid, leg, movement_uid
)
--anti join unacceptable_gaps
LEFT JOIN miovision_api.unacceptable_gaps AS un USING (datetime_bin, intersection_uid)
--anti join anomalous_ranges
Expand Down

0 comments on commit ee32b41

Please sign in to comment.