Adding details for several stadiums

This commit is contained in:
2025-04-03 14:51:46 -04:00
parent 5950a8c8d1
commit 0b67afbd2f

View File

@@ -1,21 +1,22 @@
INSERT IGNORE INTO parks
(park_id, park_name, elevation, latitude, longitude) VALUES
(park_id, park_name, lf_fence_distance, lf_height, ct_fence_distance, ct_fence_height, rf_fence_distance, rf_fence_height, has_roof, latitude, longitude, elevation) VALUES
("ACY01", "Inlet Park", ),
("ACY02", "New York Avenue Field", ),
("AKR01", "League Park", ),
("ALB02", "Hawkins Stadium", ),
("ALT02", "Cricket Field", ),
("ANA01", "Angel Stadium of Anaheim", ),
("ANA01", "Angel Stadium of Anaheim", 347, 5, 396, 6, 350, 8, 0, 33.800278, -117.882778, 148),
("APP01", "Spencer Park", ),
("ARL01", "Arlington Stadium", ),
("ARL03", "Globe Life Field in Arlington", ),
("ARN01", "Fairgrounds Park", ),
("ATL03", "Truist Park", 335, 11, 400, 12, 330, 15, 0, 33.89, -84.468, 951),
("ATL04", "Ponce de Leon Park", ),
("ATL05", "Harper Field"),
("ATL06", "Booker T. Washington High School Field", ),
("AUS01", "Disch Field", ),
("BAK01", "Sam Lynn Park", ),
("BAL12", "Oriole Park at Camden Yards", ),
("BAL12", "Oriole Park at Camden Yards", 333, 7, 400, 7, 318, 21, 0, 39.283889, -76.621667, 36),
("BAL13", "Maryland Park", ),
("BAL14", "Bugle Field", ),
("BCK01", "Bailey Park", ),
@@ -235,7 +236,7 @@ INSERT IGNORE INTO parks
("PHI17", "44th and Parkside", ),
("PHI18", "Twenty-fifth and Jefferson Grounds", ),
("PHI19", "Bigler Park", ),
("PHO01", "Chase Field", ),
("PHO01", "Chase Field", 330, 7.6, 407, 25, 335, 7.6, 1, 33.445526, -112.066664, 1060.36),
("PIT08", "PNC Park", ),
("PIT09", "Greenlee Field", ),
("PLP01", "Island Park", ),
@@ -328,12 +329,12 @@ INSERT IGNORE INTO parks
("ZAN02", "Municipal Stadium", )
INSERT IGNORE INTO teams
(team, park_id, league) VALUES
(team, park_id, league, city, team_name) VALUES
("ALS", "", ""),
("ANA", "", "AL"),
("ARI", "", "NL"),
("ATL", "", "NL"),
("BAL", "", "AL"),
("ANA", "ANA01", "AL", "Anaheim", "Angels"),
("ARI", "PHO01", "NL", "Arizona", "Diamondbacks"),
("ATL", "ATL03", "NL", "Atlanta", "Braves"),
("BAL", "BAL12", "AL", "Baltimore", "Orioles"),
("BOS", "", "AL"),
("CHA", "", "AL"),
("CHN", "", "NL"),