{
  "model_name": "PadelPlayerMovementModel",
  "version": "v1.0",
  "description": "Rule-based tracking model that measures how much each player moves during a padel recording. It smooths the horizontal track of every player, differentiates it, and reports distance covered, distance per minute, average and peak speed, the time spent standing, walking and running, and the number of accelerations. Distances are measured in court metres, on the axes fitted to the regulation 20 x 10 m court, so recordings made with different camera placements stay comparable.",
  "training_required": false,
  "datasource": {
    "twintech": [
      "athleteId",
      "blobUrl",
      "matchId",
      "seqNum"
    ]
  }
}