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

OSOW Freight Route Mapping #10

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

OSOW Freight Route Mapping #10

wants to merge 3 commits into from

Conversation

noah-ca
Copy link
Contributor

@noah-ca noah-ca commented Jan 23, 2025

This is a route parsing project that ideally will result in a map of the various Oversized/Overweight (OSOW) routes. I have the data parsed and it's looking pretty good, but I now need to pull in the coordinates.

I pulled in 1,000 lines from two years worth of OSOW data, combined those datasets and looked at one particular field ['authorizedhighways'] to obtain the route information. I am primarily looking at highways, but sometimes Streets do show up. After parsing and identifying each location, I combined locations to create intersections (e.g., I80 & I5). I now need to identify the coordinates of the intersections. After I have the coordinates, I plan to pass the dataset to our GIS team (aka Monica) to map out the routes. Speaking with Monica, the dataset looks good as it is now, but it does need the coordinates for each intersection.

Any assistance would be great!

This is work for issue #8

Copy link

1 similar comment
Copy link

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

Successfully merging this pull request may close these issues.

1 participant