A simple Python CLI tool that draws routes/paths on a given map.
Coming soon...
To use this tool you need the some files, lets say the files are, for example, like this:
map.png
is the image of your map;dest.csv
is the CSV file with your destinations' names and pixel coordinates on your map;routes.csv
is the CSV file with your routes.
Examples of such files can be found here.
You would then use the CLI like this:
route-map -d dest.csv -r routes.csv -m map.png -o routes.png
And you would get a routes.png
file with the routes drawn on top of the map.
You can check the updated docs by using the --help
flag:
route-map --help
A friend of mine had an assignment where he needed to calculate the most optimal routes for a transportation company. Then, in order to help him, I created this tool to aid him in verifying and displaying the routes results.
MIT @pmorim
If you found this plugin useful, consider buying me a coffee ☕ (or a beer 🍺) and leaving a thank you message.