.gitattributes
.gitignore
LICENSE
README.md
pyproject.toml
.devcontainer/devcontainer.json
.devcontainer/post-create.sh
.github/workflows/publish.yml
.github/workflows/tests.yml
.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/geodesic_polygon.py
src/pygeodetics/geodetics/geodetic_direct_problem.py
src/pygeodetics/geodetics/geodetic_inverse_problem.py
src/pygeodetics/geodetics/local_frames.py
src/pygeodetics/geodetics/meridional_arc_dist.py
src/pygeodetics/geodetics/radius_of_curvature_azimuth.py
src/pygeodetics/projections/GridConvergence.py
src/pygeodetics/projections/MGRS.py
src/pygeodetics/projections/MercatorVariantC.py
src/pygeodetics/projections/PolarStereographic.py
src/pygeodetics/projections/ScaleFactor.py
src/pygeodetics/projections/TransverseMercator.py
src/pygeodetics/projections/UPS.py
src/pygeodetics/projections/UTM.py
src/pygeodetics/projections/__init__.py
src/pygeodetics/utils/ProjectionZoneCalc.py
src/pygeodetics/utils/__init__.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_geodesic_polygon.py
tests/test_geodetic_direct_problem.py
tests/test_geodetic_inverse_problem.py
tests/test_local_frames_aer.py
tests/test_local_frames_enu_ned.py
tests/test_mgrs.py
tests/test_ups.py
tests/test_utm.py
tests/test_vincenty.py