LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
polar_route/__init__.py
polar_route/cli.py
polar_route/crossing.py
polar_route/crossing_smoothing.py
polar_route/route_calc.py
polar_route/route_planner.py
polar_route/utils.py
polar_route.egg-info/PKG-INFO
polar_route.egg-info/SOURCES.txt
polar_route.egg-info/dependency_links.txt
polar_route.egg-info/entry_points.txt
polar_route.egg-info/not-zip-safe
polar_route.egg-info/requires.txt
polar_route.egg-info/top_level.txt
polar_route/config_validation/__init__.py
polar_route/config_validation/config_validator.py
polar_route/config_validation/route_schema.py
polar_route/config_validation/vessel_schema.py
polar_route/config_validation/waypoints_schema.py
polar_route/vessel_performance/__init__.py
polar_route/vessel_performance/abstract_vessel.py
polar_route/vessel_performance/vessel_factory.py
polar_route/vessel_performance/vessel_performance_modeller.py
polar_route/vessel_performance/vessels/SDA.py
polar_route/vessel_performance/vessels/__init__.py
polar_route/vessel_performance/vessels/abstract_alr.py
polar_route/vessel_performance/vessels/abstract_glider.py
polar_route/vessel_performance/vessels/abstract_plane.py
polar_route/vessel_performance/vessels/abstract_ship.py
polar_route/vessel_performance/vessels/abstract_uav.py
polar_route/vessel_performance/vessels/boatymcboatface.py
polar_route/vessel_performance/vessels/example_ship.py
polar_route/vessel_performance/vessels/slocum.py
polar_route/vessel_performance/vessels/twin_otter.py
polar_route/vessel_performance/vessels/windracer.py