mappymatch
mappymatch copied to clipboard
Pure-python package for map matching
Hello, I've been using the `OsrmMatcher` in the `mappymatch` library and I've noticed that the `MatchResult` objects returned by the `match_trace` method do not contain geometry or distance to road...
As described in #181 we don't return geometry and distance attributes from the `OsrmMatcher`. OSRM does return a geometry object from their matching API and so we could tack on...
Hi, After installing the package using pip or poetry, we realize that for instance in the match_result.py file, the path_to_dataframe() function is not available in the latest release 0.4.1. It...
Create a functional test that can assess the accuracy of a particular map-matcher. This probably has to be done with respect to a particular road network. An idea for how...
_This is a larger scope issue that will likely need to be split into smaller sub issues_ Add a new Hidden Markov Model matcher class that implements the algorithm originally...
for easier debugging. `__str__` is also important for jupyter notebook users to print out summaries
Following PR https://github.com/NREL/mappymatch/pull/140, we've got requirements defined suitable for installation with `pip`, with a version-pinned set of test requirements in `requirements.txt`. We should theoretically be able to use [dependabot ](https://github.com/dependabot)...
PR #130 implemented a bugfix for the `NxMap.nearest_road` method. It would be nice to include a set of unit tests testing this method to make sure that it's returning the...
In addition to distributing the package via PyPi we could also distribute via conda.
### Discussed in https://github.com/NREL/mappymatch/discussions/99 Originally posted by **Rowlando13** May 3, 2022 Are the following single letter variable names understood? I noticed them in some places in the code base: utils/plot.py...