{
  "model_name": "BasketballSpatialOccupancyModel",
  "version": "v1.0",
  "description": "Rule-based tracking model that maps where the players and the ball spend their time. It projects every tracked position onto the floor plane, accumulates dwell time in a 0.35 m grid, and returns the occupancy grid, the covered area, the centroid and the spread of each player, so the court usage can be drawn as a heatmap.",
  "training_required": false,
  "datasource": {
    "twintech": [
      "athleteId",
      "blobUrl",
      "matchId",
      "seqNum"
    ]
  }
}