antarctica / PolarRoute-server

Backend server for serving PolarRoute and MeshiPhi assets and managing their calcuation using Django & Celery.
MIT License
0 stars 0 forks source link

Return unsmoothed Dijkstra routes (optionally) #12

Closed davidwilby closed 1 month ago

davidwilby commented 3 months ago

For the sake of speed, unsmoothed Dijkstra paths should be optionally returned from polarroute server whilst route smoothing takes place, since this is the slower part of optimisation.