-
Notifications
You must be signed in to change notification settings - Fork 6
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
More information in CSV: add accuracy, filtered data and improve speed #114
Comments
@giohappy do you have any advice for handling this new CSV.
|
@offtherailz the current backend shouldn't complain if we add more fields, but it will fail if we change the current fields order. See here to check how the CSV rows are parsed. |
sure, so I'll add in the specification that all the new fields should be added at the end. |
NaN shouldn't break it, but a test would be required to verify that nothing down the processing chain breask. |
Updated, calling it "real_speed_value" |
let's go for "real_speed" ("value" suffix is redundant |
Dev Notes:
has_speed
with possible value 0 and 1.The text was updated successfully, but these errors were encountered: