LICENSE
README.md
pyproject.toml
biwipy/__init__.py
biwipy.egg-info/PKG-INFO
biwipy.egg-info/SOURCES.txt
biwipy.egg-info/dependency_links.txt
biwipy.egg-info/requires.txt
biwipy.egg-info/top_level.txt
biwipy/analysis/__init__.py
biwipy/analysis/anareswind.py
biwipy/analysis/gpx_processor.py
biwipy/analysis/gpx_tools.py
biwipy/analysis/gravel_detection.py
biwipy/analysis/gravel_detector.py
biwipy/analysis/route_analyzer.py
biwipy/analysis/tactical_analysis.py
biwipy/core/__init__.py
biwipy/core/bike_physics.py
biwipy/core/cyclist_params.py
biwipy/core/simulation_result.py
biwipy/core/simulator.py
biwipy/core/windscore.py
biwipy/visualization/__init__.py
biwipy/visualization/interactive_map.py
biwipy/weather/__init__.py
biwipy/weather/grib_compare.py
biwipy/weather/grib_finder.py
biwipy/weather/grib_manager.py
biwipy/weather/provider.py
biwipy/weather/roughness_provider.py
tests/test_analysis.py
tests/test_core.py
tests/test_detect_real_climbs.py
tests/test_grid_logic.py
tests/test_route_analyzer_result.py
tests/test_simulation_result.py
tests/test_simulator_phase2.py
tests/test_t_start_extraction.py
tests/test_weather.py
tests/test_windscore_csv_integration.py
tests/test_windscore_integration.py