mappymatch
Pure-python package for map matching
File Explorer
Download Latest Version (.zip)- deploy-docs.yaml
- lint-test.yml
- release.yaml
- CODEOWNERS
- _convert_examples_to_notebooks.py
- lcss_example.py
- map-matching.gif
- .nojekyll
- _config.yml
- _toc.yml
- api-docs.md
- home.md
- install.md
- quick-start.md
- __init__.py
- coordinate.py
- geofence.py
- match.py
- road.py
- trace.py
- __init__.py
- igraph_map.py
- __init__.py
- osm_readers.py
- __init__.py
- nx_map.py
- __init__.py
- map_interface.py
- __init__.py
- constructs.py
- lcss.py
- ops.py
- utils.py
- __init__.py
- line_snap.py
- match_result.py
- matcher_interface.py
- osrm.py
- valhalla.py
- sample_trace_1.csv
- sample_trace_2.csv
- sample_trace_3.csv
- __init__.py
- __init__.py
- geofence.py
- map.py
- matches.py
- path.py
- trace.py
- trajectory_segment.py
- __init__.py
- crs.py
- exceptions.py
- geo.py
- keys.py
- process_trace.py
- url.py
- __about__.py
- __init__.py
- downtown_denver.geojson
- osmnx_drive_graph.graphml
- pull_osm_map.py
- test_trace.geojson
- test_trace.gpx
- test_trace_stationary_points.geojson
- trace_bad_start.geojson
- __init__.py
- test_coordinate.py
- test_disconnected_components.py
- test_geo.py
- test_geofence.py
- test_lcss_add_match_for_stationary.py
- test_lcss_compress.py
- test_lcss_drop_stationary_points.py
- test_lcss_find_stationary_points.py
- test_lcss_forward_merge.py
- test_lcss_merge.py
- test_lcss_reverse_merge.py
- test_lcss_same_trajectory_scheme.py
- test_match_result.py
- test_osm.py
- test_process_trace.py
- test_trace.py
- test_valhalla.py
- .gitattributes
- .gitignore
- .pre-commit-config.yaml
- CLAUDE.md
- CONTRIBUTING.md
- LICENSE
- pixi.lock
- pyproject.toml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/NatLabRockies/mappymatch
Downloads the entire project code from GitHub to your computer.
cd mappymatch
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install mappymatch
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install mappymatch
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
