Unsolved:2023 Alaska high-altitude object

From HandWiki
Short description: Shootdown incident over Alaska, USA
2023 Alaska high-altitude object
[[File:{| class="wikitable" style="margin-left: auto; margin-right: auto; 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": "65.20556"} },
   {"name":"imgLon", "init": {"expr": "-138.51167"} },
   {"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": 65.20556, 
    "lon": -138.51167, 
    "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": 70.20556, "lon": -148.51167, "img": "wikirawupload:https://handwiki.org/wiki/images/thumb/0/0c/Red_pog.svg/10px-Red_pog.svg.png", "height": 10, "width": 10, "text": "Deadhorse", "textAngle": 0, "textAlign": "right", "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="65.20556" longitude="-138.51167" text="[Interactive fullscreen map]">

[


{"type": "FeatureCollection",

 "features": [

{ "type": "Feature",

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

, { "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%" |The location of Deadhorse, where the object was shot down off the coast.

|}|250px]]
LocationBeaufort Sea
TypeAirspace violator
OutcomeShot down by a U.S. Air Force F-22 Raptor

On February 10, 2023, the United States Air Force shot down a high-altitude object that had entered U.S. airspace over Alaska a day before. The object was shot down onto the Beaufort Sea. The Department of Defense said it was the size of a small car and flying northeast at approximately 40,000 feet (12,000 m), posing a risk to civilian flight.

On February 18, 2023, it was reported that the search had been abandoned.[1]

Background

The object in Alaska was detected less than one week after a Chinese balloon[lower-alpha 1] was detected by the U.S. and shot down over the Atlantic.[2] United States National Security Council coordinator John Kirby said it was "much, much smaller than the spy balloon that we took down last Saturday"[2] and was about the size of a small car.[3] The Chinese balloon shot down in the Atlantic was at 60,000 feet (18,000 m), while the Alaska object was at about 40,000 feet (12,000 m),[3] thus presenting a greater threat to commercial aircraft.[2]

On February 11, another high-altitude object was shot down in the Yukon Territory.

Detection, description, and flight path

The unidentified flying object[4] was described as cylindrical, silver, and appearing to float.[5] It was detected by U.S. radar at 9 p.m. AKST on February 9 and U.S. Northern Command sent an E-3 Sentry AWACS aircraft to track it, supported by inflight refueling.[2] Two flypasts were conducted, one on the evening of February 9 and the other on the morning of February 10.[6] F-35 fighter jets deployed from Eielson Air Force Base as well as F-22 fighter jets from Joint Base Elmendorf–Richardson (JBER) to make a visual inspection found it was uncrewed.[2][7]

A source briefed on the intelligence told CNN that the pilots gave differing accounts of what they had seen. Some pilots said that the object "interfered with their sensors" on their aircraft but other pilots did not report this.[6] Some pilots said that they could not identify any means of propulsion on the object.[6] One U.S. official told CNN that the object did not appear to have any surveillance equipment.[8]

According to U.S. officials, the object had traveled over Alaska before heading northward to sea at a speed of 20 to 40 miles per hour (32 to 64 km/h).[2]

Shootdown

At around 10:45 a.m. AKST on February 10,[3][9] the object was shot down by an AIM-9X Sidewinder fired by an F-22 Raptor from JBER, marking the model's second air-to-air kill.[9][10][11]

President Joe Biden ordered the shootdown, out of what Kirby called an "abundance of caution".[2][12] Pentagon press secretary Pat Ryder called it "a reasonable threat to the safety of civilian flight".[13]

Recovery operations

U.S. Air Force Brigadier General Patrick Ryder during a press briefing at the Pentagon.

The object landed on the frozen sea off Deadhorse, near the Prudhoe Bay Oil Field, in the territorial waters of the United States.[4][14] A Department of Defense official said it broke into pieces.[2]

The U.S. Navy, U.S. Coast Guard and FBI are participating in efforts to recover the object.[3] Search and rescue aircraft such as the CH-47 Chinook, HC-130 and HH-60 Pave Hawk were used in the effort.[9]

It remains unclear who owned the object.[15] On February 11, U.S. Northern Command said they had no new information to share about the "capabilities, purpose or origin" of the object, and that recovery operations continued but were affected by Arctic weather conditions, such as wind chill, snow and limited daylight hours.[6] A Pentagon spokesman said on the same day that recovery teams were collecting the debris on top of the ice.[6] U.S. divers and unmanned underwater vehicles retrieved additional debris.[16]

On February 18, 2023, it was reported that the search had been abandoned.[1]

Reactions

President Biden said that the shootdown was a success.[6] Canadian Prime Minister Justin Trudeau said he was briefed on the incursion and "supported the decision to take action".[2]

In a statement made shortly after the object was downed, Alaska Governor Mike Dunleavy said it "raises serious national security concerns that should concern every American", that it is a reminder of Alaska's geopolitical strategic importance and that the Alaska National Guard is "working closely with USNORTHCOM and other agencies to provide any support as requested".[17]

The White House stated the leading explanation for the objects was "commercial or research entities and therefore totally benign".[18]

See also

Notes

  1. Alleged by US and Canada to be observation balloon, claimed by China to be a weather balloon

References

  1. 1.0 1.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. 
  2. 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 Cooper, Helene; Barnes, Julian E.; Wong, Edward (2023-02-10). "U.S. Shoots Down High-Altitude Object Over Alaska" (in en-US). The New York Times. ISSN 0362-4331. https://www.nytimes.com/2023/02/10/us/politics/unidentified-object-shot-down-alaska.html. 
  3. 3.0 3.1 3.2 3.3 Aratani, Lauren (2023-02-11). "Mystery surrounds what exactly was object US jet shot down over Alaska" (in en-GB). The Observer. ISSN 0029-7712. https://www.theguardian.com/us-news/2023/feb/11/alaska-mystery-flying-object-us-chinese-balloon. 
  4. 4.0 4.1 Shalal, Andrea; Holland, Steve; Stewart, Phil; Stewart, Phil (2023-02-11). "U.S. shoots down unidentified object flying above Alaska" (in en). Reuters. https://www.reuters.com/world/us/us-says-it-shot-down-object-over-alaska-size-small-car-2023-02-10/. 
  5. Gittleson, Ben (11 February 2022). "US shoots down unknown 'high-altitude object' over Alaska, White House says". https://abcnews.go.com/Politics/us-shoots-high-altitude-object-alaska-white-house/story?id=97040022. 
  6. 6.0 6.1 6.2 6.3 6.4 6.5 Britzky, Haley; Bertrand, Natasha; Pelish, Aaron (2023-02-11). "What we know about the unidentified object shot down over Alaska | CNN Politics" (in en). https://www.cnn.com/2023/02/11/politics/unidentified-object-alaska-military-latest/index.html. 
  7. Vazquez, Maegan; Klein, Betsy; Liebermann, Oren; Britzky, Haley (February 10, 2023). "Biden says shoot down of 'high-altitude object' over Alaska was a 'success'". CNN. https://www.cnn.com/2023/02/10/politics/biden-alaska-military-down/index.html. 
  8. Vogt, Adrienne; Powell, Tori; Meyer, Matt (10 February 2023). "February 10, 2023 - US shoots down 'high-altitude object' over Alaska". https://www.cnn.com/politics/live-news/object-shot-down-alaska/index.html. 
  9. 9.0 9.1 9.2 Woodward, Alex; Dodds, Io (2023-02-10). "Everything we know about the mysterious 'object' shot down by US warplanes in Alaska" (in en). https://www.independent.co.uk/news/world/americas/us-politics/us-object-alaska-balloon-b2280181.html. 
  10. Epstein, Jake (2023-02-10). "After nearly 2 decades in service, the F-22 has its first air-to-air kills — neither against the jets it was designed to fight" (in en-US). https://www.businessinsider.com/f-22-first-air-to-air-kills-neither-against-jets-2023-2. 
  11. Ellis, Tim (2023-02-11). "JBER-based fighter jets shoot down airborne object off Alaska" (in en). https://fm.kuac.org/news/2023-02-10/jber-based-fighter-jets-shoot-down-airborne-object-off-alaska. 
  12. Cabral, Sam; Kim, Chloe (10 February 2023). "High-altitude object shot down over Alaska, US says". BBC News. https://www.bbc.com/news/world-us-canada-64605447. 
  13. Samuel, Brett; Mitchell, Ellen (10 February 2023). "US shoots down another 'high-altitude object' over Alaskan airspace". https://thehill.com/policy/defense/3852988-us-shoots-down-another-high-altitude-object-over-alaskan-airspace/. 
  14. Shabad, Rebecca (February 11, 2023). "U.S. shoots down 'high-altitude object' over Alaskan airspace, White House says". NBC News. https://www.nbcnews.com/politics/white-house/us-shoots-flying-object-alaska-airspace-white-house-says-rcna70166. 
  15. Shivaram, Deepa (2023-02-10). "'High-altitude object' shot down by military over Alaska". https://www.npr.org/2023/02/10/1156166870/high-altitude-object-shot-down-by-military-over-alaska. 
  16. Czuczka, Tony (2023-02-11). "US Recovery of Object Downed Over Alaska Faces Arctic Conditions" (in en). Bloomberg.com. https://www.bloomberg.com/news/articles/2023-02-11/us-recovery-of-object-downed-over-alaska-faces-arctic-conditions. 
  17. Schroeder, Kollette (2023-02-11). "Governor Dunleavy Issues Statement on Unidentified Object Shot Down Over Alaska" (in en-US). https://gov.alaska.gov/governor-dunleavy-issues-statement-on-unidentified-object-shot-down-over-alaska/. 
  18. Nicholas, Peter; Shabad, Rebecca; Wong, Scott (February 14, 2023). "White House says a leading explanation for the 3 downed unidentified objects is that they were commercial or benign". https://www.nbcnews.com/politics/national-security/white-house-says-leading-explanation-3-downed-unidentified-objects-com-rcna70588.