Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add parameter for max speed threshold #230

Merged
merged 1 commit into from
Dec 15, 2023

Conversation

jenniferfedor
Copy link
Collaborator

This PR adds a parameter to the phone locations Doryab provider that allows the user to exclude immediately prior to feature computation any rows of locations data with a calculated speed value greater than the specified threshold (e.g., some physically implausible value) in km/hr. The suggested default value is 250 km/hr (about 155 mph) which approximately corresponds to the max high-speed rail speed in the United States. This option can be disabled by setting the parameter to 0, in which case no rows of locations data will be excluded from feature computation on the basis of speed.

@jenniferfedor jenniferfedor merged commit cd01725 into develop Dec 15, 2023
2 checks passed
@jenniferfedor jenniferfedor deleted the feature/locations_speed_threshold branch December 15, 2023 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant