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

Conversation

wcarthur
Copy link
Member

Use the pyproj.Geod class to perform distance and bearing calculations on the Earth's surface. Initially using the WGS84 ellipsoid, but this may be modified in the future.

  • Replace gridLatLonBear and gridLatLonDist with a single function that returns the values of both these functions
  • Remove unused arguments from latLon2Azi

Remove the ieast and azimuth keywords from the latLon2Azi function call
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 wcarthur merged commit 1e37d97 into develop Mar 15, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant