Skip to content

Bugs in postprocess #15

Description

@alexandradec

Hello! While working with infostop for my thesis on large data, I noticed the following things about postprocess:

  1. The max time between check sometimes splits a single stop event into 2, resulting in compute_intervals returning more rows than in the stop_events.
    If we were to column_stack the 2 arrays we would result in an error

  2. The last check, if loc_prev == -1 to add the last entry into the final_trajectory sometimes misses a stop, as data can always end with a stop and not a trip.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions