LICENSE
README.md
pyproject.toml
tests/test_benchmark_config.py
tests/test_combined_dxf.py
tests/test_combined_kml.py
tests/test_core_contours.py
tests/test_core_csv_kml.py
tests/test_core_module.py
tests/test_core_utils.py
tests/test_csv_corruption_handling.py
tests/test_csv_to_kml.py
tests/test_dxf_corruption_generators.py
tests/test_edge_case_generators.py
tests/test_error_message_consistency.py
tests/test_gps_grid.py
tests/test_kml_contours_to_dxf.py
tests/test_kml_corruption_handling.py
tests/test_kml_to_contours.py
tests/test_kml_to_mesh.py
tests/test_kml_to_points.py
tests/test_memory_utils.py
tests/test_mesh.py
tests/test_multi_csv_to_dxf.py
tests/test_multi_csv_to_kml.py
tests/test_package_structure.py
tests/test_project_structure.py
tests/test_projection_utility.py
tests/test_result_types.py
tests/test_slope_computation.py
tests/test_slope_error_handling.py
tests/test_slope_heatmap.py
tests/test_slope_visualization.py
tests/test_validation_consistency.py
topoconvert/__init__.py
topoconvert/__main__.py
topoconvert/cli.py
topoconvert.egg-info/PKG-INFO
topoconvert.egg-info/SOURCES.txt
topoconvert.egg-info/dependency_links.txt
topoconvert.egg-info/entry_points.txt
topoconvert.egg-info/requires.txt
topoconvert.egg-info/top_level.txt
topoconvert/commands/__init__.py
topoconvert/commands/csv_to_kml.py
topoconvert/commands/gps_grid.py
topoconvert/commands/kml_contours_to_dxf.py
topoconvert/commands/kml_to_contours.py
topoconvert/commands/kml_to_mesh.py
topoconvert/commands/kml_to_points.py
topoconvert/commands/multi_csv_to_dxf.py
topoconvert/commands/multi_csv_to_kml.py
topoconvert/commands/slope_heatmap.py
topoconvert/core/__init__.py
topoconvert/core/combined_dxf.py
topoconvert/core/combined_kml.py
topoconvert/core/contours.py
topoconvert/core/csv_kml.py
topoconvert/core/exceptions.py
topoconvert/core/gps_grid.py
topoconvert/core/kml_contours.py
topoconvert/core/mesh.py
topoconvert/core/points.py
topoconvert/core/result_types.py
topoconvert/core/slope_heatmap.py
topoconvert/core/utils.py
topoconvert/utils/__init__.py
topoconvert/utils/projection.py