cagov / caldata-mdsa-caltrans-pems

CalData's MDSA project with Caltrans on Performance Measurement System (PeMS) data
https://cagov.github.io/caldata-mdsa-caltrans-pems/
MIT License
7 stars 0 forks source link

change constant_occupancy model schema to detector_id #471

Closed summer-mothwood closed 1 week ago

summer-mothwood commented 1 week ago

Changed one of the diagnostic models to output and merge on detector_id rather than the surrogate station_id + lane combo. This necessitated a downstream code change and a documentation change as well.

summer-mothwood commented 1 week ago

this change will require a full refresh of the constant_occupancy model once merged.

I don't think the downstream models will need to be fully-refreshed as well, because the changed columns were only used in a join condition and there shouldn't be any schema changes or other major issues as a result once merged.