Unsolved:2023 Lake Huron high-altitude object

From HandWiki
Short description: Shootdown of unidentified object
2023 Lake Huron high-altitude object
[[File:{| class="wikitable floatright" style="margin: 0.5em 0 1.3em 1.4em; border: 1px solid darkgray;"

|- |style="width: 260px;"|<graph> {

 //
 // ATTENTION: This code is maintained at https://www.mediawiki.org/wiki/Template:Graph:Street_map_with_marks
 //            Please do not modify it anywhere else, as it may get copied and override your changes.
 //            Suggestions can be made at https://www.mediawiki.org/wiki/Template_talk:Graph:Street_map_with_marks
 //
 // Template translation is in https://commons.wikimedia.org/wiki/Data:Original/Template:Graphs.tab
 //
 "version": 2, "width":260, "height": 150, "padding": 0,
 "signals":[
   // These signals allow us to quickly move the map within the image, e.g. to leave space for the legend

{"name":"legendWidth", "init": {"expr": "0"} },

   {"name":"legendHeight", "init": {"expr": "height"} },
   {"name":"imgWidth", "init": {"expr": "width-legendWidth"} },
   {"name":"imgHeight", "init": {"expr": "height"} },
   {"name":"imgXC", "init": {"expr": "imgWidth/2"} },
   {"name":"imgYC", "init": {"expr": "imgHeight/2"} },
   {"name":"imgTileSize", "init": {"expr": "256"} },
   {"name":"imgLat", "init": {"expr": "45.025923"} },
   {"name":"imgLon", "init": {"expr": "-82.449977"} },
   {"name":"imgZoom", "init": {"expr": "2"} },
   {"name":"picWidth", "init": {"expr": "180"} },
   {"name":"picHeight", "init": {"expr": "picWidth/2"} },
   {"name":"picXC", "init": {"expr": "imgWidth-(picWidth/2)"} },
   {"name":"picYC", "init": {"expr": "imgHeight-(picHeight/2)"} },
   {"name":"showMiniMap", "init": {"expr": "0"} }
 ],
 "data": [
   {
     "name": "data",

// Otherwise use the first unnamed argument for source values

     "values": [  { "lat": 45.025923, 
    "lon": -82.449977, 
    "img": "wikirawupload:https://handwiki.org/wiki/images/thumb/1/10/Mapscaleline.svg/120px-Mapscaleline.svg.png", 
    "width": 50, 
    "height": 8, 
    "offsetX": 93, 
    "offsetY": 65, 
    "textAlign": "right", 
    "textDx": 22, 
    "textDy": -2, 
    "textColor": "grey", 
    "textFont": "Tahoma", 
    "textFontSize": 9, 
    "text":  "3000km" }

, { "lat": 45.025923, "lon": -82.449977, "img": "wikirawupload:https://handwiki.org/wiki/images/thumb/0/0c/Red_pog.svg/10px-Red_pog.svg.png", "height": 10, "width": 10, "text": "Lake Huron", "textAngle": 0, "textAlign": "left", "textBaseline": "middle", "textDx": 7, "textDy": 1, "textFontSize": 12, "textColor": "#AA1205"


}


, { "lat": 0.1, "lon": 0.1, "img": "wikirawupload:https://handwiki.org/wiki/images/thumb/0/0c/Red_pog.svg/10px-Red_pog.svg.png", "height": 10, "width": 10, "text": "", "textAngle": 0, "textAlign": "right", "textBaseline": "middle", "textDx": -7, "textDy": 1, "textFontSize": 12, "textColor": "#AA1205"


}































     ],
     "transform": [
       {
         "type": "geo",
         "projection": "mercator",
         "scale": {"expr": "imgTileSize/PI/2*pow(2,imgZoom)"},
         "translate": [{"expr": "imgXC"}, {"expr": "imgYC"}],
         "center": [{"expr": "imgLon"}, {"expr": "imgLat"}],
         "lon": "lon", "lat": "lat"
       },
       { "type": "formula", "field":"layout_x", "expr": "datum.layout_x + (datum.offsetX || 0)" },
       { "type": "formula", "field":"layout_y", "expr": "datum.layout_y + (datum.offsetY || 0)" },
       { "type": "formula", "field":"color", "expr": "datum.color || '#c33'" },
       { "type": "formula", "field":"textColor", "expr": "datum.textColor || datum.color" },
       { "type": "formula", "field":"strokeColor", "expr": "datum.strokeColor || '#ffe7e6'" }
     ]
   },
   {
     // Hack: single value data source for drawing/hiding images and other non-series elements
     "name": "dummyData",
     "values": [{}]
   }
 ],

// Legend only works if showLegend and colorScaleField are set

 "marks": [
   {
     "type": "image",
     "from": {
       "data": "dummyData",
       "transform": [
         { "type": "formula", "field":"url", "expr": "'mapsnapshot:///?width='+imgWidth+'&height='+imgHeight+'&zoom='+imgZoom+'&lat='+imgLat+'&lon='+imgLon" }
       ]
     },
     "properties": {
       "enter": {
         "url": {"field": "url"},
         "xc": {"signal": "imgXC"}, "yc": {"signal": "imgYC"},
         "width": {"signal": "imgWidth"}, "height": {"signal": "imgHeight"}
       }
     }
   },
   {
     // Places an image of a given name and size at the [lan,lon] location
     "type": "image",
     "from": {
       "data": "data",
       "transform": [
         { "type": "filter", "test": "datum.img" },
         { "type": "formula", "field":"iconWidth", "expr": "datum.width || 0" },
         { "type": "formula", "field":"iconHeight", "expr": "datum.height || 0" },
         { "type": "formula", "field":"img",
           "expr": "if(!test(/^[a-z]+:\\/\\//, datum.img), 'wikifile:///'+datum.img, datum.img)" },
         // Ensure that either width or height parameter is passed to wikifile:// request
         { "type": "formula", "field":"img",
           "expr": "if((datum.iconWidth || datum.iconHeight) && !test(/[?&](width|height)=\\d/, datum.img),if(datum.iconWidth,datum.img+'?width='+datum.iconWidth,datum.img+'?height='+datum.iconHeight), datum.img)" }
     ]},
     "properties": {
       "enter": {
         "url": {"field": "img"},
         "xc": {"field": "layout_x"}, "yc": {"field": "layout_y"},
         "width": {"field": "iconWidth"}, "height": {"field": "iconHeight"}
       }
     }
   },
   {
     // Draw marks of a given color, shape, and size at the [lan,lon] location
     "type": "symbol",
     "from": {
       "data": "data",
       "transform": [{ "type": "filter", "test": "!datum.img" }]
     },
     "properties": {
       "enter": {
         "x": {"field": "layout_x"},
         "y": {"field": "layout_y"},
         // If colorScaleField is set, use color scaling, otherwise use the preset color value
         "fill": { "field": "color" },
         "size": {"field": "size"},
         "shape": {"field": "shape"},
         "stroke": {"field": "strokeColor"}
       }
     }
   },
   {
     // Draw text with the given color and size at the [lan,lon] location
     // See https://github.com/vega/vega/wiki/Marks#text for all parameter description (prepend "text" and capitalize them)
     "type": "text",
     "from": {
       "data": "data",
       "transform": [
         { "type": "filter", "test": "datum.text" },
         // Figure out if this is an LTR or RTL page. For LTR, show label to the right of the icon, left-aligned. For RTL, reverse.
         { "type": "formula", "field":"isLTR", "expr": "'‎' == '\\u200E'" },
         // If these values are not defined ("undefined" is not allowed, so test for truthiness and not 0)
         { "type": "formula", "field":"textDx", "expr": "if(!datum.textDx && datum.textDx != 0, if(datum.isLTR,8,-8), datum.textDx)" },
         { "type": "formula", "field":"textAlign", "expr": "if(!datum.textAlign, if(datum.isLTR,'left','right'), datum.textAlign)" },
         { "type": "formula", "field":"textBaseline", "expr": "datum.textBaseline || 'middle'" }
     ]},
     "properties": {
       "enter": {
         "text": {"field": "text"},
         "x": {"field": "layout_x" },
         "y": {"field": "layout_y"},
         "dx": {"field": "textDx" },
         "dy": {"field": "textDy"},
         "fill": {"field": "textColor"},
         "align": {"field": "textAlign"},
         "baseline": {"field": "textBaseline"},
         "radius": {"field": "textRadius"},
         "theta": {"field": "textTheta"},
         "angle": {"field": "textAngle"},
         "font": {"field": "textFont"},
         "fontSize": {"field": "textFontSize"},
         "fontWeight": {"field": "textFontWeight"},
         "fontStyle": {"field": "textFontStyle"}
       }
     }
   },
   {
     // Draw a low-zoom locator map frame
     "type": "rect",
     "from": {
       "data": "dummyData",
       "transform": [
         { "type": "filter", "test": "showMiniMap" }
       ]
     },
     "properties": {
       "enter": {
         "xc": {"signal": "picXC"}, "yc": {"signal": "picYC"},
         "width": {"signal": "picWidth", "offset":2}, "height": {"signal": "picHeight"},
         "stroke": {"value":"#fff"},"strokeWidth": {"value":6}
       }
     }
   },
   {
     // Draw a low-zoom locator map by using a premade world map image
     "type": "image",
     "from": {
       "data": "dummyData",
       "transform": [
         { "type": "filter", "test": "showMiniMap" },
         { "type": "formula", "field":"url", "expr": "1" }
       ]
     },
     "properties": {
       "enter": {
         "url": {"value": "wikirawupload:https://handwiki.org/wiki/images/thumb/a/ac/Earthmap1000x500.jpg/180px-Earthmap1000x500.jpg"},
         "xc": {"signal": "picXC"}, "yc": {"signal": "picYC"},
         "width": {"signal": "picWidth"}, "height": {"signal": "picHeight"}
       }
     }
   },
   {
     // Draw a zoom-out mark at the [lan,lon] location
     "type": "symbol",
     "from": {
       "data": "dummyData",
       "transform": [
         { "type": "filter", "test": "showMiniMap" },
         { "type": "formula", "field":"lat", "expr": "imgLat" },
         { "type": "formula", "field":"lon", "expr": "imgLon" },
         {
           "type": "geo",
           "projection": "equirectangular",
           "scale": {"expr": "180/2/PI"},
           "translate": [{"expr": "picXC"}, {"expr": "picYC"}],
           "center": [{"expr": "0"}, {"expr": "0"}],
           "lon": "lon", "lat": "lat"
         }
       ]
     },
     "properties": {
       "enter": {
         "x": {"field": "layout_x"}, "y": {"field": "layout_y"},
         "fill": {"value": "#c33"},
         "stroke": {"value": "#ffe7e6"},
         "size": {"value": 40}
       }
     }
   }
 ]

} </graph>

<maplink zoom="3" latitude="45.025923" longitude="-82.449977" text="[Interactive fullscreen map]">

[


{"type": "FeatureCollection",

 "features": [

{ "type": "Feature",

  "properties": {
   "title": "", 
   "description": "Epicenter 45.025923,-82.449977",
   "marker-symbol": "-number", "marker-size": "medium", "marker-color": "#AA1205" },
  "geometry": {"type": "Point", "coordinates": [-82.449977,45.025923] }
}

, { "type": "Feature",

  "properties": {
   "title": ".", 
   "description": " 0.1,0.1",
   "marker-symbol": "-number", "marker-size": "medium", "marker-color": "#AA1205" },
  "geometry": {"type": "Point", "coordinates": [0.1,0.1] }
}




























































] }

]</maplink>

|- |style="width: 260px; font-size:90%" |Approximate location where the object was shot down.

|}|250px]]
LocationLake Huron
TypeAirspace violation
OutcomeDowned by AIM-9 Sidewinder missile fired by U.S. Air National Guard F-16C fighter aircraft

On February 11, 2023, an octagonal unidentified flying object was detected over northern Montana. It disappeared until spotted the next day in Wisconsin, flying at 20,000 feet over the Upper Peninsula of Michigan. The object was tracked by NORAD.

The object was shot down over Lake Huron by order of U.S. President Joe Biden on February 12, by an AIM-9 Sidewinder missile fired from a Minnesota Air National Guard F-16.[1][2][3]

On February 16, 2023, the Royal Canadian Mounted Police announced that the search for the object had been suspended due to deteriorating weather and low chance of recovery.[4][5]

Background

The object was detected on February 12, one week after a Chinese balloon was shot down by a U.S. Air Force F-22 off the coast of South Carolina, after the balloon was tracked over the contiguous United States.[2][6]

Melissa Dalton, Assistant Secretary of Defense for Homeland Defense, said that after the earlier event, the U.S. had been "more closely scrutinizing our airspace at these altitudes, including enhancing our radar, which may at least partly explain the increase" in objects detected and shot down.[2] NORAD commander General Glen VanHerck, said that U.S. radar adjustments had allowed the U.S. to better categorize and track slower-moving objects.[2] VanHerck said that in 2021, up to 98% of radar data was not routinely analyzed, because the military aimed to filter out radio signal noise (such as flocks of birds or weather balloons); after the Chinese spy balloon intrusion, the U.S. stepped up its radar monitoring using adjustments "to give us better fidelity on seeing smaller objects."[7]

The object was also detected the same day as the shootdown of a high-altitude object over Yukon, Canada, and one day after another high-altitude object was shot down over northern Alaska.[6]

Capabilities, origin, and description

The object was unmanned and was reportedly octagonal in shape.[1][8] The object reportedly had strings hanging off it.[1]

A spokesman for the National Security Council said that the object was unmanned, and uncontrolled; lacking self-propulsion, it apparently moved with prevailing winds. The NSC spokesman also said that the object did not emit communication signals.[9]

Brigadier General Pat Ryder, the press secretary for the Department of Defense, said that the U.S. military "did not assess" the object to be a "kinetic military threat to anything on the ground," but did "assess it was a safety flight hazard and a threat due to its potential surveillance capabilities."[1]

On February 14, after the object was shot down, White House spokesman John Kirby said that the U.S. Intelligence Community "will not dismiss as a possibility that these could be balloons that were simply tied to commercial or research entities and therefore benign. That very well could be, or could emerge, as a leading explanation here."[7]

Detection and flight path

On February 11, 2023, United States Northern Command (NORTHCOM) detected an object over Havre, Montana, near sensitive military sites.[6] The Federal Aviation Administration briefly closed the airspace over the city; no threatening object was detected over Montana, and it was initially thought to be a potential radar anomaly.[10] Canadian authorities added that the object was first detected above Alberta.[11]

The object was detected on radar over Montana on February 11 and was seen again on radar over Wisconsin and the Upper Peninsula of Michigan on February 12, traveling at about 20,000 feet (6,100 m)[1][8]

Ryder said that North American Aerospace Defense Command (NORAD) had "maintained visual and radar tracking" of the object since the morning of February 12, and that "Based on its flight path and data we can reasonably connect this object to the radar signal picked up over Montana, which flew in proximity to sensitive DOD sites".[1]

Shootdown

On February 12, U.S. President Joe Biden directed that an object over Lake Huron, believed to be a balloon, be shot down "out of an abundance of caution and at the recommendation of military leaders".[8] It was shot down that day by an AIM-9 Sidewinder fired from a Minnesota Air National Guard F-16 Viper over Lake Huron on the Canada–US border at 2:42 pm CST.[6][8][12] A Sidewinder missile fired earlier had missed its target and landed in Lake Huron.[13][14]

The F-16s deployed to shoot down the object were Duluth, Minnesota-based fighters from the Minnesota Air National Guard's 148th Fighter Wing, which took off from an airfield in Madison, Wisconsin.[15][16]

Ahead of the shootdown, the airspace over parts of Door County, Wisconsin, northern Lake Michigan and northern Michigan was briefly closed to civilian aircraft with a temporary flight restriction (TFR) for national security operations.[16] After that TFR was lifted, the FAA and military authorities imposed a similar restriction on Lake Huron to the east.[16] Some Canadian airspace near Tobermory, Ontario was also closed.[17] A press release from the Pentagon said that "The location chosen for this shoot down afforded us the opportunity to avoid impact to people on the ground while improving chances for debris recovery."[16]

Recovery operations

The object fell in Lake Huron approximately 15 nautical miles from the shores of the Upper Peninsula of Michigan, likely in deep waters.[9]

According to NORAD commander VanHerck, the object likely fell in Canadian waters.[6] Searches for the wreckage were complicated by the depth of the mid-lake boundary waters as well as 12-foot wave swells and wind gusts up to 30 knots on the day following the object's downing.[9]

On February 16, 2023, the Royal Canadian Mounted Police announced that the search for the object had been suspended due to deteriorating weather and low chance of recovery.[4][5]

Reactions

Michigan Governor Gretchen Whitmer said she was "glad to report" that the object had been "swiftly, safely and securely taken down" over the lake.[18] Minnesota Governor Tim Walz said he was proud of the Minnesota Air National Guard airmen who "executed their mission flawlessly, protected the homeland, and got the birds home safe."[15]

Canadian Minister of National Defence Anita Anand said: "We unequivocally support this action, and we'll continue to work with the US and NORAD to protect North America."[18]

See also

References

  1. 1.0 1.1 1.2 1.3 1.4 1.5 Liebermann, Oren; Atwood, Kylie; Bertrand, Natasha; Arlette, Saenz; Mattingly, Phil; Britzky, Haley (2023-02-12). "US fighter jet shoots down airborne object over Lake Huron on Sunday". https://www.cnn.com/2023/02/12/politics/lake-huron-high-altitude-object/index.html. 
  2. 2.0 2.1 2.2 2.3 Long, Colleen; C. Baldor, Lolita; Miller, Zeke (2023-02-12). "'Unidentified object' downed over Lake Huron 1st detected above Montana" (in en). https://helenair.com/news/local/unidentified-object-downed-over-lake-huron-1st-detected-above-montana/article_4a949209-7724-5668-9e6b-1ce260ce7b53.html. 
  3. Newdick, Thomas (2023-02-13). "Listen To F-16 Pilots Intercept The Octagon Object Over Lake Huron" (in en). https://www.thedrive.com/the-war-zone/listen-to-f-16-pilots-intercept-the-octagon-object-over-lake-huron. 
  4. 4.0 4.1 "Lake Huron search for debris suspended, search efforts continue in Yukon". Royal Canadian Mounted Police. 2023-02-16. https://www.rcmp-grc.gc.ca/en/news/2023/lake-huron-search-debris-suspended-search-efforts-continue-yukon. 
  5. 5.0 5.1 "US and Canada abandon search for three flying objects shot down" (in en-GB). BBC News. 2023-02-18. https://www.bbc.co.uk/news/world-us-canada-64687038. 
  6. 6.0 6.1 6.2 6.3 6.4 Stewart, Phil; Shalal, Andrea; Stewart, Phil (2023-02-13). "U.S. military brings down flying object over Lake Huron" (in en). Reuters. https://www.reuters.com/world/us/us-officials-believe-flying-objects-over-alaska-canada-were-balloons-schumer-2023-02-12/. 
  7. 7.0 7.1 Lamothe, Dan; Horton, Alex (February 14, 2023). "Three objects shot down over U.S., Canada may be 'benign'" (in en-US). The Washington Post. ISSN 0190-8286. https://www.washingtonpost.com/national-security/2023/02/14/missile-misfire-lake-huron-aerial-object/. 
  8. 8.0 8.1 8.2 8.3 Martinez, Luis; Fishel, Justin; Margolin, Josh; Raddatz, Martha; Nagle, Molly; Axelrod, Tal (February 12, 2023). "Military shoots down another high-altitude object, over Lake Huron, officials say" (in en). https://abcnews.go.com/US/military-shoots-high-altitude-object-lake-huron-officials/story?id=97068247. 
  9. 9.0 9.1 9.2 Nann Burke, Melissa; Beggin, Riley (13 February 2023). "White House: Shot-down object likely in deep waters of Lake Huron". The Detroit News. https://www.detroitnews.com/story/news/local/michigan/2023/02/13/recovery-of-shot-down-object-ufo-in-lake-huron-hampered-by-choppy-waters-elissa-slotkin/69898750007/. 
  10. Shepardson, David (2023-02-12). "Montana airspace briefly closed, FAA blames radar anomaly" (in en). Reuters. https://www.reuters.com/world/us/us-faa-closes-some-airspace-montana-defense-department-activities-2023-02-12/. 
  11. Tasker, John Paul (13 February 2023). "Trudeau says flying objects brought down over the past week may be linked". CBC News. https://www.cbc.ca/news/politics/trudeau-unidentified-objects-1.6746708. 
  12. Rogoway, Tyler; Altman, Howard (2023-02-12). "F-16 Shoots Down "Octagonal Object" Over Lake Huron (Updated)" (in en). https://www.thedrive.com/the-war-zone/fighters-shoot-down-object-over-lake-huron. 
  13. Matza, Max (2023-02-14). "Chinese balloon sensors recovered from ocean, says US" (in en-GB). BBC News. https://www.bbc.com/news/world-us-canada-64633705. "In the Lake Huron strike, the first Sidewinder missile fired by the US F-16 warplane missed its target and exploded in an unknown location, US media reported, citing military sources." 
  14. "First missile fired at unidentified object over Lake Huron missed target, top U.S. general says". CBS News. February 14, 2023. https://www.cbsnews.com/news/unidentified-object-shot-down-lake-huron-missile-missed-general-mark-milley/. 
  15. 15.0 15.1 Lovrien, Jimmy (2023-02-13). "Duluth-based fighter wing shoots down unidentified object over Lake Huron, Walz says" (in en). https://www.duluthnewstribune.com/news/minnesota/duluth-based-fighter-wing-shoots-down-unidentified-object-over-lake-huron-walz-says. 
  16. 16.0 16.1 16.2 16.3 Andrew Salgado, Beck; Kirby, Hannah (2023-02-12). "Madison-based jets take down object over Lake Huron hours after airspace was closed over Lake Michigan" (in en-US). https://www.jsonline.com/story/news/2023/02/12/airspace-over-lake-michigan-closed-for-national-defense-purposes/69896917007/. 
  17. Paas-Lang, Christian (2023-02-12). "U.S. downs another aerial 'object' over Lake Huron as search continues for wreckage in Yukon". https://www.cbc.ca/news/politics/trudeau-yukon-object-threat-aviation-1.6745783. 
  18. 18.0 18.1 Liebermann, Oren; Atwood, Kylie (2023-02-12). "Object shot down near Lake Huron". CNN. https://www.cnn.com/politics/live-news/object-shot-down-lake-huron-21223/index.html.