LICENSE
README.md
pyproject.toml
setup.py
terrapyconvert/__init__.py
terrapyconvert.egg-info/PKG-INFO
terrapyconvert.egg-info/SOURCES.txt
terrapyconvert.egg-info/dependency_links.txt
terrapyconvert.egg-info/requires.txt
terrapyconvert.egg-info/top_level.txt
terrapyconvert/projection/__init__.py
terrapyconvert/projection/base/__init__.py
terrapyconvert/projection/base/geographic_projection.py
terrapyconvert/projection/base/projection_transform.py
terrapyconvert/projection/core/__init__.py
terrapyconvert/projection/core/airocean.py
terrapyconvert/projection/core/conformal_estimate.py
terrapyconvert/projection/core/modified_airocean.py
terrapyconvert/projection/data/__init__.py
terrapyconvert/projection/data/conformal.py
terrapyconvert/projection/data/conformal.txt
terrapyconvert/projection/transforms/__init__.py
terrapyconvert/projection/transforms/inverted_orientation.py
terrapyconvert/projection/transforms/orientation.py
terrapyconvert/projection/transforms/scale_projection.py
terrapyconvert/projection/transforms/upright_orientation.py
terrapyconvert/projection/utils/__init__.py
terrapyconvert/projection/utils/invertable_vector_field.py
tests/test_conversion.py