Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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