.gitattributes
.gitignore
LICENSE
README.md
pyproject.toml
.vscode/launch.json
.vscode/settings.json
docs/icon/pygeodetics.png
src/examples.ipynb
src/pygeodetics/Ellipsoid.py
src/pygeodetics/Geodetic.py
src/pygeodetics/__init__.py
src/pygeodetics/requirements.txt
src/pygeodetics.egg-info/PKG-INFO
src/pygeodetics.egg-info/SOURCES.txt
src/pygeodetics.egg-info/dependency_links.txt
src/pygeodetics.egg-info/requires.txt
src/pygeodetics.egg-info/top_level.txt
src/pygeodetics/benchmarks/benchmarking.py
src/pygeodetics/geodetics/ECEF2enu.py
src/pygeodetics/geodetics/ECEF2geod.py
src/pygeodetics/geodetics/Mrad.py
src/pygeodetics/geodetics/Nrad.py
src/pygeodetics/geodetics/Vincenty.py
src/pygeodetics/geodetics/__init__.py
src/pygeodetics/geodetics/footpoint_latitude.py
src/pygeodetics/geodetics/geod2ECEF.py
src/pygeodetics/geodetics/geodetic_direct_problem.py
src/pygeodetics/geodetics/geodetic_inverse_problem.py
src/pygeodetics/geodetics/meridional_arc_dist.py
src/pygeodetics/geodetics/radius_of_curvature_azimuth.py
src/pygeodetics/projections/GridConvergence.py
src/pygeodetics/projections/MercatorVariantC.py
src/pygeodetics/projections/ScaleFactor.py
src/pygeodetics/projections/TransverseMercator.py
src/pygeodetics/projections/__init__.py
src/pygeodetics/utils/ProjectionZoneCalc.py
src/pygeodetics/utils/deg2dms.py
src/pygeodetics/utils/dms2deg.py
src/pygeodetics/utils/round_to_significant_digits.py
tests/conftest.py
tests/pytest.ini
tests/requirements.txt
tests/test_ECEF2enu.py
tests/test_ECEF2geod.py
tests/test_Geodetic.py
tests/test_GridConvergence.py
tests/test_Mrad.py
tests/test_Nrad.py
tests/test_footpoint_latitude.py
tests/test_geodetic_direct_problem.py
tests/test_geodetic_inverse_problem.py
tests/test_vincenty.py