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

Confirm server traveltime config is correct #10

Closed davidwilby closed 3 months ago

davidwilby commented 3 months ago

@matscorse would you be able to check this config is correct/aligned with the pipeline please?

https://github.com/antarctica/PolarRoute-server/blob/ba460b00ed4dfc96ba7962d3ef4eaa23de9074ca/polarrouteserver/settings/base.py#L161-L171

matscorse commented 3 months ago

@davidwilby I can confirm that these values are the same as those currently running in the pipeline. Note: - the pipeline is generating optimised routes for fuel at the moment, instead of traveltime. I will ask the AMOP group which we should generate as a default or if we should be generating both.

matscorse commented 3 months ago

It has been suggested that we make the PolarRoute-pipeline generate both fuel and traveltime optimised routes to all standard destinations.

davidwilby commented 3 months ago

It has been suggested that we make the PolarRoute-pipeline generate both fuel and traveltime optimised routes to all standard destinations.

Thanks @matscorse! Closing this issue since the traveltime config here is correct and opened #11 to reflect this.