UBCSailbot / raye-global-pathfinding

UBC Sailbot's Global Pathfinding Repository: A* pathfinding that creates sailing paths with minimized length and desirable wind speeds throughout.
MIT License
5 stars 1 forks source link

Save wind and path kmls more cleanly #39

Closed tylerlum closed 2 years ago

tylerlum commented 3 years ago

Right now, they always save to Wind.kml and Path.kml in the current directory. This makes multiple runs overwrite each other. It would be best to:

  1. Add the date + time. eg Wind-Jan-15-2020--10-30-43.kml
  2. Add the planet size eg. Wind-psize-10.kml
  3. Add the planet start and end eg. Wind-235-40-to-xx-xx.kml
  4. If possible, always save to a output_kmls directory