krithin / gullies

Visualizations of shortest path routes in road networks.
GNU General Public License v3.0
10 stars 2 forks source link

Use a real command line args library #13

Open krithin opened 6 years ago

krithin commented 6 years ago

like argparse or something, instead of reading out argv values by hand.

That will let us support nice things like overrideable default values for e.g. the lat-long coords of the point that all the routes drain into.