.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
requirements.txt
cache/operational_points/.gitempty
cache/track_segments/.gitempty
cache/track_segments_continued/.gitempty
src/isr_matcher/__init__.py
src/isr_matcher.egg-info/PKG-INFO
src/isr_matcher.egg-info/SOURCES.txt
src/isr_matcher.egg-info/dependency_links.txt
src/isr_matcher.egg-info/requires.txt
src/isr_matcher.egg-info/top_level.txt
src/isr_matcher/_constants/__init__.py
src/isr_matcher/_constants/_filters.py
src/isr_matcher/_constants/_km_directions.py
src/isr_matcher/_constants/_parse.py
src/isr_matcher/_constants/_properties.py
src/isr_matcher/_constants/tracks_kms.json
src/isr_matcher/_constants/tracks_lengths.json
src/isr_matcher/data_handlers/__init__.py
src/isr_matcher/data_handlers/gnss_data_import.py
src/isr_matcher/data_handlers/import_functions.py
src/isr_matcher/data_handlers/rail_data_import.py
src/isr_matcher/data_handlers/transformer.py
src/isr_matcher/geometry/__init__.py
src/isr_matcher/geometry/gnss_series.py
src/isr_matcher/geometry/kilometrage.py
src/isr_matcher/geometry/map.py
src/isr_matcher/geometry/operational_point.py
src/isr_matcher/geometry/rail.py
src/isr_matcher/geometry/track_segment.py
src/isr_matcher/map_matching/__init__.py
src/isr_matcher/map_matching/hmm.py
src/isr_matcher/map_matching/isr_matcher.py
src/isr_matcher/ops/__init__.py
src/isr_matcher/ops/_functions.py
src/isr_matcher/ops/_postprocessing.py
src/isr_matcher/ops/_preprocessing.py
src/isr_matcher/ops/functions.py
tests/conftest.py
tests/test_rail_data_import/test_rail_data_import.py