mappymatch.utils.process_trace#
Functions
|
Remove points at the beginning of a trace if it is a gap is too big. |
|
Split up a trace into a list of smaller traces. |
- mappymatch.utils.process_trace.split_large_trace(trace, ideal_size)[source]#
Split up a trace into a list of smaller traces.
- Args:
trace: the trace to split. ideal_size: the target number of coordinates for each new trace.
- Returns:
A list of split traces.