{
  "model_name": "PadelCourtPositionModel",
  "version": "v1.0",
  "description": "Rule-based tracking model that measures where each player stands on a padel court. The court axes are fitted from the players' own positions and rescaled to the regulation 20 x 10 m court, so every distance is in real court metres: the signed distance from the net along the length, and the offset from the centre line across the width. Reports the time each player spends at the net, in mid court and at the baseline, the average and closest net distance, the lateral lane the player covers, and an occupancy grid of the half court.",
  "training_required": false,
  "datasource": {
    "twintech": [
      "athleteId",
      "blobUrl",
      "matchId",
      "seqNum"
    ]
  }
}