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

Adding rcurve, rsphere, auxiliary latitudes, loxodrome_inverse, meanm, depature, meridianarc #26

Closed
wants to merge 6 commits into from

Commits on Aug 11, 2019

  1. Adding rcurve.py containing several functions that compute the radii …

    …of curvature for an ellipsoid. Adding rsphere.py containing several functions that compute the radii of auxiliary spheres. Adding latitude.py containing several functions that compute auxiliary latitudes and their inverse functions. Adding 'loxodrome_direct' to compute the end point of a loxodromic curve from a start lat/lon, azimuth, and distance. Fixing 'loxodrome_inverse', it previously failed on the degenerate case of east/west azimuth. Adding 'meanm' which computes the geographic mean of points on a spheroid. Adding 'departure' which computes the distance between two longitudes at a specified latitude. Adding 'meridianarc' which computes the distance between two latitudes along a specified longitude. Added thirdflattening and eccentricty attributes to ellipsoid definitions. Removed all instances '%%' in comments.
    ryanpavlick committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    01daf11 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. Adding rcurve.py containing several functions that compute the radii …

    …of curvature for an ellipsoid. Adding rsphere.py containing several functions that compute the radii of auxiliary spheres. Adding latitude.py containing several functions that compute auxiliary latitudes and their inverse functions. Adding 'loxodrome_direct' to compute the end point of a loxodromic curve from a start lat/lon, azimuth, and distance. Fixing 'loxodrome_inverse', it previously failed on the degenerate case of east/west azimuth. Adding 'meanm' which computes the geographic mean of points on a spheroid. Adding 'departure' which computes the distance between two longitudes at a specified latitude. Adding 'meridianarc' which computes the distance between two latitudes along a specified longitude. Added thirdflattening and eccentricty attributes to ellipsoid definitions. Removed all instances '%%' in comments.
    ryanpavlick committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    ea1c3e6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/rpavlick/pymap3d

    * 'master' of https://github.com/rpavlick/pymap3d:
      Adding rcurve.py containing several functions that compute the radii of curvature for an ellipsoid. Adding rsphere.py containing several functions that compute the radii of auxiliary spheres. Adding latitude.py containing several functions that compute auxiliary latitudes and their inverse functions. Adding 'loxodrome_direct' to compute the end point of a loxodromic curve from a start lat/lon, azimuth, and distance. Fixing 'loxodrome_inverse', it previously failed on the degenerate case of east/west azimuth. Adding 'meanm' which computes the geographic mean of points on a spheroid. Adding 'departure' which computes the distance between two longitudes at a specified latitude. Adding 'meridianarc' which computes the distance between two latitudes along a specified longitude. Added thirdflattening and eccentricty attributes to ellipsoid definitions. Removed all instances '%%' in comments.
    ryanpavlick committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    78ef9b2 View commit details
    Browse the repository at this point in the history
  3. Update util.py

    Ryan Pavlick committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    65ef88f View commit details
    Browse the repository at this point in the history
  4. Update latitude.py

    Ryan Pavlick committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    100bb7f View commit details
    Browse the repository at this point in the history
  5. Update rsphere.py

    Ryan Pavlick committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    982b946 View commit details
    Browse the repository at this point in the history