{
  "model_name": "BasketballPlayerMovementModel",
  "version": "v1.0",
  "description": "Rule-based tracking model that measures the locomotion of every tracked player. It smooths the body centre trajectory, sums the horizontal displacement into distance covered, and reports average and peak speed, work rate per minute, the split between standing, walking and running time, and the number of accelerations.",
  "training_required": false,
  "datasource": {
    "twintech": [
      "athleteId",
      "blobUrl",
      "matchId",
      "seqNum"
    ]
  }
}