{
  "title": "Basketball Court to Habitat Zone Mapping Specification",
  "author": "Andrew Burke",
  "location": "Killeen, Texas",
  "version": "1.0",
  "source": "NBA Official Rules Article III — Court Specifications",
  "verified_against": "FIBA International Standards",
  "court_dimensions": {
    "length_ft": 94,
    "width_ft": 50,
    "area_sqft": 4700,
    "length_m": 28.65,
    "width_m": 15.24
  },
  "zones": {
    "center_circle": {
      "diameter_ft": 12,
      "radius_ft": 6,
      "capacity_personnel": 4,
      "storage_cuft": 120,
      "power_kw": 2.4,
      "function": "Command & Communications Hub"
    },
    "paint_key": {
      "width_ft": 19,
      "depth_ft": 16,
      "capacity_personnel": 8,
      "storage_cuft": 380,
      "power_kw": 12.8,
      "function": "Livestock & Hydroponics Module"
    },
    "three_point_arc": {
      "radius_from_basket_center_ft": 23.75,
      "circumference_ft": 149.2,
      "capacity_personnel": 16,
      "storage_cuft": 640,
      "power_kw": 28.5,
      "function": "Solar Array Mounting Perimeter"
    },
    "baseline_zones": {
      "count": 2,
      "width_ft": 19,
      "depth_ft": 12,
      "capacity_per_zone": 6,
      "storage_per_zone_cuft": 240,
      "power_per_zone_kw": 9.6,
      "function": "Atmosphere Scrubber Redundancy"
    },
    "free_throw_lane": {
      "width_ft": 12,
      "depth_ft": 6,
      "distance_from_backboard_ft": 15,
      "capacity_personnel": 4,
      "storage_cuft": 180,
      "power_kw": 5.4,
      "function": "Emergency Medical Bay"
    }
  },
  "density_calculations": {
    "min_area_per_person_sqft": 100,
    "utilization_formula": "(crew_size * min_area_per_person) / court_total_area",
    "scaling_factor_weeks": "power_draw *= (mission_weeks / 14)"
  },
  "notes": "Every measurement is a promise we make to the kid who depends on us. These aren't suggestions—they're the lines we draw with chalk before tip-off."
}
