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/sportec tracking #208

Merged
merged 15 commits into from
Jul 30, 2023
Merged

Commits on Jul 21, 2023

  1. Refactor Sportec.event deserializer to read all metadata in a separat…

    …e method. This way the metadata parsing for Sportec can be shared between the event- and trackingdata Deserializers
    koenvo committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    b8802ec View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Configuration menu
    Copy the full SHA
    459df20 View commit details
    Browse the repository at this point in the history
  2. Load metadata

    koenvo committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    ced42fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a82fe5f View commit details
    Browse the repository at this point in the history
  4. Change implementation a bit: keep original XML attribute as long as p…

    …ossible and only convert string attributes to float when constructing a Frame. When only_alive or sample_rate are set this will prevent lots of unnecessary type convertions
    koenvo committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    df58a87 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5fff037 View commit details
    Browse the repository at this point in the history
  6. Small fixes

    koenvo committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    2034364 View commit details
    Browse the repository at this point in the history
  7. Fix some naming + imports

    koenvo committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    0549413 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    468f54f View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Typo fix

    koenvo committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    64aea81 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Add missing ball speed

    koenvo committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    bb536e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Some providers - like Sportec - use different CoordinateSystems for e…

    …vent vs tracking data. Therefore, Provider alone cannot be used to identify a CoordinateSystem. Use DatasetType to determine correct CoordinateSystem. Also refactor construction of DatasetTransformer into DatasetTransformerBuilder, and use it from both TrackingDataDeserializer as EventDataDeserializer.
    koenvo committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    8787ac5 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    cad6474 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Use 'constants' for Sportec starting frame ids for each half + code f…

    …ormatting improvement
    koenvo committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    d8eeb5e View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Update sportec docs

    koenvo committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    edfb935 View commit details
    Browse the repository at this point in the history