-
Notifications
You must be signed in to change notification settings - Fork 1
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
Issues with two project cards: missing link IDs & “frontage” does not conform with data schema #12
Comments
Hi - I was on vacation last week, getting through all my emails.
|
I want to confirm changes to project cards will be a new set of cards and leave the originals in my current branch of the repo. I need to double check some network project cards this week for our policy plan. |
Thanks for confirming. Yes, we will leave the old project cards in the original branch. And we will check in the new project cards to a new branch. |
Update on item1: Update on item2: |
Thanks for reminder, item #1 was forgotten. will check |
Confirming item1 has been fixed in https://github.com/Metropolitan-Council/met_council_wrangler/commit/ef8cbff1e96e01063e208f02e217820d13c15458. I'll close this issue. |
During the processes of converting and applying project cards using the new Network Wrangler, we noticed issues with two project cards:
Project card hia_46th_cleanup.yml
This project card deletes four links that are not in the base standard network. It might be necessary to review the network again to identify the exact link IDs.
Project card Th65sb.yml
This project card adds several new roadways, with roadway set to frontage. The new project card JSON schema does not define
roadway: frontage
in its roadway category. Elizabeth commented that the roadway category is consistent with OSM terminology, suggesting that this should likely be coded assecondary
and then given a tag fromfrontage_road = True
. See https://www.openstreetmap.org/way/131281643#map=17/30.286142/-97.722879Can we modify it to secondary without adding a new variable
frontage_road
? Will this affect any model results?The text was updated successfully, but these errors were encountered: