Skip to content

Task: Write trails velocity feature functions: calculate_segment_velocity_metrics #96

@cgmaiorano

Description

@cgmaiorano

Description

This function calculates the segment velocities, mean speed, speed variance, and segment accelerations. Those features are assigned to the segment class. The function itself returns the distances, velocities, and change in time for other calculations that are dependent on these values inside compute_segment_metrics.

Tasks

  • calculate np.diff for x values, y values, and time
  • calculate distances and velocities from dx, dy, and dt
  • calculate mean speed and variance from velocities
  • calculate accelerations
  • return distances, velocities, and dt

Freeform Notes

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    taskA development task intended for Github Projects

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions