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

Clarify that current cross-track distance uses spherical (Haversine) earth model, add Ellipsoidal (Vincenty) version #1140

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    124d209 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. changing cross_track_distance to cross_track_distance_haversine and a…

    …dding cross_track_distance_geodesic
    nrhill1 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    382f1b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ef1a76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    168704b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7064dc9 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    be03278 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    73a7cae View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    402265e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9919c03 View commit details
    Browse the repository at this point in the history
  3. fixing error in doctest

    nrhill1 committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    d162260 View commit details
    Browse the repository at this point in the history
  4. changing precision to 1e-4

    nrhill1 committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    51e9b34 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    a30c172 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    0e60ae7 View commit details
    Browse the repository at this point in the history