helios
helios copied to clipboard
Get current platform position in pyhelios
It would be useful to have a way of checking/displaying the progress of a running simulation in pyhelios. At the moment it is only possible to measure the current runtime, which is not very user-friendly.
A way to implement this would be to add a function that returns the current progress of the platform along the entire survey length, as calculated by survey.calculateLength
.