.gitignore
CHANGELOG.md
LICENSE
README.md
mkdocs.yml
pyproject.toml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/documentation.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/docs.yml
.github/workflows/pypi.yml
.github/workflows/tests.yml
.vscode/settings.json
docs/faq.md
docs/getting-started.md
docs/github-pages-setup.md
docs/index.md
docs/api/constants.md
docs/api/converter.md
docs/api/models.md
docs/api/projections.md
docs/examples/clarke.md
docs/examples/conversion-recipes.md
docs/examples/from-scratch.md
docs/examples/index.md
docs/examples/lambert.md
docs/examples/stereographic.md
docs/examples/utm36.md
docs/examples/utm37.md
docs/examples/wgs84.md
docs/examples/workflows.md
docs/examples/code/StereoToAll.py
docs/examples/code/__init__.py
docs/examples/code/batch_conversion.py
docs/examples/code/clarke_to_all.py
docs/examples/code/conversions.py
docs/examples/code/crs.py
docs/examples/code/ellipsoid.py
docs/examples/code/from_scratch_stereographic.py
docs/examples/code/from_scratch_utm36.py
docs/examples/code/lambert_to_all.py
docs/examples/code/points.py
docs/examples/code/round_trip.py
docs/examples/code/stereographic_to_all.py
docs/examples/code/transformation.py
docs/examples/code/utm36ToAll.py
docs/examples/code/utm36_to_all.py
docs/examples/code/utm37_to_all.py
docs/examples/code/wgs84_to_all.py
docs/guide/crs.md
docs/guide/installation.md
docs/theory/automatic-transformations.md
docs/theory/datums.md
docs/theory/index.md
docs/theory/projections.md
src/pygeoleb/__init__.py
src/pygeoleb/_version.py
src/pygeoleb/converter.py
src/pygeoleb.egg-info/PKG-INFO
src/pygeoleb.egg-info/SOURCES.txt
src/pygeoleb.egg-info/dependency_links.txt
src/pygeoleb.egg-info/requires.txt
src/pygeoleb.egg-info/top_level.txt
src/pygeoleb/__pycache__/__init__.cpython-311.pyc
src/pygeoleb/constants/__init__.py
src/pygeoleb/constants/geographic_crs.py
src/pygeoleb/constants/projected_crs.py
src/pygeoleb/constants/transformations.py
src/pygeoleb/constants/__pycache__/__init__.cpython-311.pyc
src/pygeoleb/constants/__pycache__/crs.cpython-311.pyc
src/pygeoleb/constants/__pycache__/geographic_crs.cpython-311.pyc
src/pygeoleb/constants/__pycache__/projected_crs.cpython-311.pyc
src/pygeoleb/models/__init__.py
src/pygeoleb/models/coordinateSystem.py
src/pygeoleb/models/crs.py
src/pygeoleb/models/ellipsoid.py
src/pygeoleb/models/point.py
src/pygeoleb/models/point3d.py
src/pygeoleb/models/transformation.py
src/pygeoleb/models/__pycache__/__init__.cpython-311.pyc
src/pygeoleb/models/__pycache__/coordinateSystem.cpython-311.pyc
src/pygeoleb/models/__pycache__/crs.cpython-311.pyc
src/pygeoleb/models/__pycache__/ellipsoid.cpython-311.pyc
src/pygeoleb/models/__pycache__/point.cpython-311.pyc
src/pygeoleb/models/__pycache__/point3d.cpython-311.pyc
src/pygeoleb/models/__pycache__/transformation.cpython-311.pyc
src/pygeoleb/projections/__init__.py
src/pygeoleb/projections/lambert.py
src/pygeoleb/projections/stereographic.py
src/pygeoleb/projections/utm.py
src/pygeoleb/projections/__pycache__/__init__.cpython-311.pyc
src/pygeoleb/projections/__pycache__/lambert.cpython-311.pyc
src/pygeoleb/projections/__pycache__/stereographic.cpython-311.pyc
src/pygeoleb/projections/__pycache__/utm.cpython-311.pyc
tests/test_converter.py