Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bikes in Crosswalks are being added to the TMC data #1095

Open
1 of 3 tasks
radumas opened this issue Nov 6, 2024 · 4 comments
Open
1 of 3 tasks

Bikes in Crosswalks are being added to the TMC data #1095

radumas opened this issue Nov 6, 2024 · 4 comments
Assignees
Labels
MOVE For stats linked to MOVE Volume

Comments

@radumas
Copy link
Member

radumas commented Nov 6, 2024

MOVE are adding bikes in crosswalks to the TMC data, but in an opaque way.

  • back up traffic.tmc_study_legacy to something like traffic.tmc_study_legacy_no_xwalk_bikes with a comment on the range of data for which it applies
  • update the documentation on TMCs to include the diagram explaining how the crosswalk bikes are being included
  • anything else?
@gabrielwol
Copy link
Collaborator

CREATE TABLE traffic.tmc_study_legacy_no_xwalk_bikes AS
SELECT * FROM traffic.tmc_study_legacy;

COMMENT ON TABLE traffic.tmc_study_legacy_no_xwalk_bikes IS
'A backup of `traffic.tmc_study_legacy` created on 2024-11-06 before bikes in x-walk were added to bicycle volumes.';

ALTER TABLE traffic.tmc_study_legacy_no_xwalk_bikes OWNER TO traffic_admins;
GRANT SELECT ON TABLE traffic.tmc_study_legacy_no_xwalk_bikes TO bdit_humans;

@radumas
Copy link
Member Author

radumas commented Nov 7, 2024

For Turning Movement Counts conducted September 2023 and on, we are updating bicycle counts to include bicycles on road, plus cyclists riding in the crosswalk.

Note: These cyclists are riding their bikes in the crosswalk area, usually before or after riding on the sidewalk. People walking their bikes are counted as pedestrians.

Here’s an example of how that will work for northbound traffic, or the South Approach of an intersection.
image
What will be updated?
Only Turning Movement Counts conducted September 2023 and on will be updated. Only the bicycle counts will change.

@gabrielwol
Copy link
Collaborator

Related to #1068.

@radumas
Copy link
Member Author

radumas commented Dec 10, 2024

I guess these are one of the things we probably don't want to purge, just in case...

@gabrielwol gabrielwol added the MOVE For stats linked to MOVE label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MOVE For stats linked to MOVE Volume
Projects
None yet
Development

No branches or pull requests

3 participants