Files
Sportstime/Scripts/data/pipeline_report.json
Trey t 8790d2ad73 Remove CFB/NASCAR/PGA and streamline to 8 supported sports
- Remove College Football, NASCAR, and PGA from scraper and app
- Clean all data files (stadiums, games, pipeline reports)
- Update Sport.swift enum and all UI components
- Add sportstime.py CLI tool for pipeline management
- Add DATA_SCRAPING.md documentation
- Add WNBA/MLS/NWSL implementation documentation
- Scraper now supports: NBA, MLB, NHL, NFL, WNBA, MLS, NWSL, CBB

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 23:22:13 -06:00

205 lines
4.3 KiB
JSON

{
"generated_at": "2026-01-09T19:16:47.175229",
"season": 2026,
"sport": "all",
"summary": {
"games_scraped": 5768,
"stadiums_scraped": 180,
"games_by_sport": {
"NBA": 1230,
"MLB": 2430,
"NHL": 1312,
"NFL": 286,
"WNBA": 0,
"MLS": 510,
"NWSL": 0,
"CBB": 0
},
"high_severity": 0,
"medium_severity": 0,
"low_severity": 30
},
"game_validations": [],
"stadium_issues": [
{
"stadium": "State Farm Arena",
"sport": "NBA",
"issue": "Missing capacity",
"severity": "low"
},
{
"stadium": "TD Garden",
"sport": "NBA",
"issue": "Missing capacity",
"severity": "low"
},
{
"stadium": "Barclays Center",
"sport": "NBA",
"issue": "Missing capacity",
"severity": "low"
},
{
"stadium": "Spectrum Center",
"sport": "NBA",
"issue": "Missing capacity",
"severity": "low"
},
{
"stadium": "United Center",
"sport": "NBA",
"issue": "Missing capacity",
"severity": "low"
},
{
"stadium": "Rocket Mortgage FieldHouse",
"sport": "NBA",
"issue": "Missing capacity",
"severity": "low"
},
{
"stadium": "American Airlines Center",
"sport": "NBA",
"issue": "Missing capacity",
"severity": "low"
},
{
"stadium": "Ball Arena",
"sport": "NBA",
"issue": "Missing capacity",
"severity": "low"
},
{
"stadium": "Little Caesars Arena",
"sport": "NBA",
"issue": "Missing capacity",
"severity": "low"
},
{
"stadium": "Chase Center",
"sport": "NBA",
"issue": "Missing capacity",
"severity": "low"
},
{
"stadium": "Toyota Center",
"sport": "NBA",
"issue": "Missing capacity",
"severity": "low"
},
{
"stadium": "Gainbridge Fieldhouse",
"sport": "NBA",
"issue": "Missing capacity",
"severity": "low"
},
{
"stadium": "Intuit Dome",
"sport": "NBA",
"issue": "Missing capacity",
"severity": "low"
},
{
"stadium": "Crypto.com Arena",
"sport": "NBA",
"issue": "Missing capacity",
"severity": "low"
},
{
"stadium": "FedExForum",
"sport": "NBA",
"issue": "Missing capacity",
"severity": "low"
},
{
"stadium": "Kaseya Center",
"sport": "NBA",
"issue": "Missing capacity",
"severity": "low"
},
{
"stadium": "Fiserv Forum",
"sport": "NBA",
"issue": "Missing capacity",
"severity": "low"
},
{
"stadium": "Target Center",
"sport": "NBA",
"issue": "Missing capacity",
"severity": "low"
},
{
"stadium": "Smoothie King Center",
"sport": "NBA",
"issue": "Missing capacity",
"severity": "low"
},
{
"stadium": "Madison Square Garden",
"sport": "NBA",
"issue": "Missing capacity",
"severity": "low"
},
{
"stadium": "Paycom Center",
"sport": "NBA",
"issue": "Missing capacity",
"severity": "low"
},
{
"stadium": "Kia Center",
"sport": "NBA",
"issue": "Missing capacity",
"severity": "low"
},
{
"stadium": "Wells Fargo Center",
"sport": "NBA",
"issue": "Missing capacity",
"severity": "low"
},
{
"stadium": "Footprint Center",
"sport": "NBA",
"issue": "Missing capacity",
"severity": "low"
},
{
"stadium": "Moda Center",
"sport": "NBA",
"issue": "Missing capacity",
"severity": "low"
},
{
"stadium": "Golden 1 Center",
"sport": "NBA",
"issue": "Missing capacity",
"severity": "low"
},
{
"stadium": "Frost Bank Center",
"sport": "NBA",
"issue": "Missing capacity",
"severity": "low"
},
{
"stadium": "Scotiabank Arena",
"sport": "NBA",
"issue": "Missing capacity",
"severity": "low"
},
{
"stadium": "Delta Center",
"sport": "NBA",
"issue": "Missing capacity",
"severity": "low"
},
{
"stadium": "Capital One Arena",
"sport": "NBA",
"issue": "Missing capacity",
"severity": "low"
}
]
}