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

Fix bicycle weighting #207

Closed
mpadge opened this issue Apr 27, 2023 · 1 comment
Closed

Fix bicycle weighting #207

mpadge opened this issue Apr 27, 2023 · 1 comment

Comments

@mpadge
Copy link
Member

mpadge commented Apr 27, 2023

(Unrelated to #200) UrbanAnalyst/uaengine#10 documents all the tags necessary for accurate bicycle routing, and these notably include tags that are not included in bicycle-weighted networks here:

  • cycleway
  • cycleway:left
  • cycleway:right

The weighting needs to be modified to pick these tags up as well, and return them as extra columns of the resultant data.frame.

mpadge added a commit that referenced this issue Apr 27, 2023
@mpadge mpadge closed this as completed in f5f5289 Apr 27, 2023
@mpadge
Copy link
Member Author

mpadge commented Apr 29, 2023

Re-opening becuase the grepping of all "^bicycle" and "^cycleway" tags was too much, and leads to network tables with way too many columns. Need to reduce to minimal useable set of:

  • "bicycle"
  • "cycleway"
  • "cycleway:left"
  • "cycleway:right"

@mpadge mpadge reopened this Apr 29, 2023
@mpadge mpadge closed this as completed in 8549db7 Apr 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant