Skip to content

Feature Request - Import tir data #11

Open
@j-antunes

Description

@j-antunes

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions