Tidying matching without ts case
This commit is contained in:
parent
5727b1387e
commit
b95a58591d
@ -78,7 +78,7 @@ Feature: Basic Map Matching
|
|||||||
| trace | timestamps | matchings |
|
| trace | timestamps | matchings |
|
||||||
| abcd | 0 10 20 30 | abcd |
|
| abcd | 0 10 20 30 | abcd |
|
||||||
|
|
||||||
Scenario: Testbot - Map matching with trace tidying. Dirty case.
|
Scenario: Testbot - Map matching with trace tidying. Dirty case by ts.
|
||||||
Given a grid size of 100 meters
|
Given a grid size of 100 meters
|
||||||
|
|
||||||
Given the query options
|
Given the query options
|
||||||
@ -98,6 +98,26 @@ Feature: Basic Map Matching
|
|||||||
| trace | timestamps | matchings |
|
| trace | timestamps | matchings |
|
||||||
| abacd | 0 10 12 20 30 | abcd |
|
| abacd | 0 10 12 20 30 | abcd |
|
||||||
|
|
||||||
|
Scenario: Testbot - Map matching with trace tidying. Dirty case by dist.
|
||||||
|
Given a grid size of 8 meters
|
||||||
|
|
||||||
|
Given the query options
|
||||||
|
| tidying | true |
|
||||||
|
|
||||||
|
Given the node map
|
||||||
|
"""
|
||||||
|
a q b c d
|
||||||
|
e
|
||||||
|
"""
|
||||||
|
|
||||||
|
And the ways
|
||||||
|
| nodes | oneway |
|
||||||
|
| aqbcd | no |
|
||||||
|
|
||||||
|
When I match I should get
|
||||||
|
| trace | matchings |
|
||||||
|
| abcbd | abbd |
|
||||||
|
|
||||||
Scenario: Testbot - Map matching with core factor
|
Scenario: Testbot - Map matching with core factor
|
||||||
Given the contract extra arguments "--core 0.8"
|
Given the contract extra arguments "--core 0.8"
|
||||||
Given the node map
|
Given the node map
|
||||||
|
Loading…
Reference in New Issue
Block a user