Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance of the geodesics with cross-zone. #485

Open
philderbeast opened this issue Nov 24, 2020 · 1 comment
Open

Performance of the geodesics with cross-zone. #485

philderbeast opened this issue Nov 24, 2020 · 1 comment
Labels

Comments

@philderbeast
Copy link
Contributor

philderbeast commented Nov 24, 2020

Compare and improve the performance of the geodesics:

# --haversines
> ft-extract-input --file=italy2019 --give-fraction=0.001 --give-distance=5 --haversines
> ft-cross-zone --file=italy2019
Reading competition from 'italy2019.comp-input.yaml'
Tracks crossing zones completed in 5.35 m

# --vincenty
> ft-extract-input --file=italy2019 --give-fraction=0.001 --give-distance=5 --vincenty
> ft-cross-zone --file=italy2019
Reading competition from 'italy2019.comp-input.yaml'
Tracks crossing zones completed in 40.08 m

# --andoyerlambert
> ft-extract-input --file=italy2019 --give-fraction=0.001 --give-distance=5 --andoyerlambert
> ft-cross-zone --file=italy2019
Reading competition from 'italy2019.comp-input.yaml'
Tracks crossing zones completed in 20.24 m

# --fsandoyer
> ft-extract-input --file=italy2019 --give-fraction=0.001 --give-distance=5 --fsandoyer
> ft-cross-zone --file=italy2019
Reading competition from 'italy2019.comp-input.yaml'
Tracks crossing zones completed in 21.08 m

# --forsytheandoyerlambert
> ft-extract-input --file=italy2019 --give-fraction=0.001 --give-distance=5 --forsytheandoyerlambert
> ft-cross-zone --file=italy2019
Reading competition from 'italy2019.comp-input.yaml'
Tracks crossing zones completed in 25.02 m

# --pythagorus
> ft-extract-input --file=italy2019 --give-fraction=0.001 --give-distance=5 --pythagorus
> ft-cross-zone --file=italy2019
Reading competition from 'italy2019.comp-input.yaml'
Tracks crossing zones completed in 30.42 m
@philderbeast
Copy link
Contributor Author

Quick observation, these pairs are giving the same crossings:

# --vincenty
# --forsytheandoyerlambert
# --andoyerlambert
# --fsandoyer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant