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

Feature Request - Import tir data #11

Open
j-antunes opened this issue Oct 3, 2020 · 0 comments
Open

Feature Request - Import tir data #11

j-antunes opened this issue Oct 3, 2020 · 0 comments

Comments

@j-antunes
Copy link

It would be nice if OpenTire is also able to read tire data. We should create a utility function that reads the data file and saves it in a class.
I think the class should be something like:

  • TireReader
    • tire_data

In this case, tire_data would also be a class. This class would contain the information of each column in the data file.
I would create tire_data as follows:

  • data
  • unit
  • name

And have the following functions:

  • import tire data
  • export tire data
  • print header
  • plot data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant