Can you update the notebook so that it has a single RadRoads() function that shows the following for each inputted city:
Longest Segment [Red]
Shortest Segment [Blue]
Straightest Segment [Green]
Most Sinusoisal segment aka Curviest [Yellow]
How to submit an issue?
[x] Have you checked previously open/closed issues to see if your question has already been asked & addressed?
If there is an open issue similar to your issue. Comment on that open issue with additional detail indicating that you too are having the same issue. This allows the project sponsor to prioritize incoming issues.
[x] Have you provided a clear description of your issue so that the project sponsor is able to answer all your questions with as few back-n-forths as possible?
[x] (Please acknowledge by checking this box) If a screenshot or visual helps better communicate some complex idea, have you provided one?. Draw.io, Lucidchart, and Autodraw are some excellent and quick drawing tools.
[x] (Please acknowledge by checking this box) When an issue is resolved, please post the steps to resolution or clearly describe the resolution before marking the issue closed.
This will help future SOLVERS read through how your issue was solved and may help them solve their issue quicker.
[x] Have you been kind, courteous, and considerate in your questions?
[x] Have you considered using Stackedit.io, a handy tool to quickly write in markdown?
Hi - Excellent work merging all the work into a nice function based notebook.
Few comments and small changes FOR THE EPIC WIN! ( You have already WON ;) )
re: Curviest Roads - I remember us discussing using Sinuosity as a measure instead of Circuity. See here for how to implement using geopandas - https://github.com/Geosyntec/gisutils/blob/a4034d5dfed472588548306860d010b3dd99a980/gisutils/algo.py
Can you update the notebook so that it has a single RadRoads() function that shows the following for each inputted city:
How to submit an issue?
SOLVERS
read through how your issue was solved and may help them solve their issue quicker.Stackedit.io
, a handy tool to quickly write in markdown?