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

Geodesic #148

Merged
merged 4 commits into from
Mar 15, 2024
Merged

Geodesic #148

merged 4 commits into from
Mar 15, 2024

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    df32ae0 View commit details
    Browse the repository at this point in the history
  2. Use pyproj.Geod

    Remove the ieast and azimuth keywords from the latLon2Azi function call
    wcarthur committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    aee3452 View commit details
    Browse the repository at this point in the history
  3. Remove old functions

    wcarthur committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    ecc017a View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Update gridLatLonDist, gridLatLonBear

    Create a single function to calculate grid distances and bearings using the `pyproj.Geod` class, replacing the gridLatLonBear and gridLatLonDist functions. Both are only internally referenced. Updated the test suite as well
    wcarthur committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    db3d541 View commit details
    Browse the repository at this point in the history