Unsolved:2023 Yukon high-altitude object

From HandWiki
Short description: Shootdown incident over Yukon, Canada
2023 Yukon 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": "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": 64.060066, "lon": -139.432037, "img": "wikirawupload:https://handwiki.org/wiki/images/thumb/0/0c/Red_pog.svg/10px-Red_pog.svg.png", "height": 10, "width": 10, "text": "Yukon, Canada", "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="65.20556" longitude="-138.51167" text="[Interactive fullscreen map]">

[


{"type": "FeatureCollection",

 "features": [

{ "type": "Feature",

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

, { "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]]
DateFebruary 11, 2023
LocationYukon, Canada
TypeAirspace violator
OutcomeDowned by an AIM-9 Sidewinder missile fired by a U.S. Air Force F-22 Raptor

On February 11, 2023, NORAD, at the direction of the Canadian Minister of National Defence and Chief of the Defence Staff, downed an unidentified object over Yukon.[1][2]

After snowfall in the area made the debris difficult to find, the search was called off on February 17.[3][4]

Background

The object was downed a day after an Alaskan high-altitude object was shot down, and a week after the 2023 Chinese balloon incident.

Detection and flight path

The prime minister of Canada, Justin Trudeau, said NORAD monitored the object and deployed American and Canadian aircraft. Two U.S. Air Force F-22s from Joint Base Elmendorf–Richardson, assisted by refueling aircraft, monitored the object over U.S. airspace and continued to monitor it as it entered Canadian airspace. Royal Canadian Air Force CF-18 and CP-140 aircraft joined the formation monitoring the object after it passed into Canadian airspace.[5]

Description

According to The Wall Street Journal , the object appeared to be a "small metallic balloon with a tethered payload".[6] On February 12, after receiving a briefing from the United States National Security Council, U.S. Senate Majority Leader Chuck Schumer said that the U.S. believes that both the Yukon and Alaska objects were balloons.[7] National Security Council spokesman John Kirby stated that they were considering that the balloon, as well as other balloons shot down during the same time period, were "tied to commercial or research entities and therefore totally benign."[8] An anonymous Canadian official speaking to The Globe and Mail stated that the object was believed to be a surveillance balloon of Chinese or Russian origin.[9]

Minister of National Defence Anita Anand said the object was flying at an altitude of approximately 40,000 feet and posed a reasonable threat to the safety of civilian flight.[10] She called it cylindrical and smaller than the Chinese balloon shot down a few days earlier. Anand dismissed the idea that there was any reason the impact of the object was of public concern.[11] The White House said president Joe Biden and Trudeau had "discussed the importance of recovering the object in order to determine more details on its purpose or origin".[12]

Amateur radio enthusiasts speculated that the object may be an amateur radio pico balloon with callsign K9YO, from the fact that the balloon's last reported contact was immediately before it drifted over the Yukon, at around the same place and time where the shootdown was reported. The balloon had been airborne for 124 days and circumnavigated the globe 7 times before being reported missing.[13] High-altitude, circumnavigational pico balloons cost between $12 and $180, weigh less than 6 lb and are filled with helium or hydrogen gas. Hobbyists have been using them for a decade.[14] Pico balloons are small enough they are not considered a hazard to aircraft, and thus this balloon was registered with the Federal Communications Commission but not the Federal Aviation Administration.[15]

Shootdown

NORAD ordered a USAF F-22 to down the object in Canadian airspace, marking the fighter's third air-to-air kill.[16] The object was shot down at 3:41 a.m. local time.[17] The object will also be investigated by the Royal Canadian Mounted Police with assistance from the Federal Bureau of Investigation.[5] This shoot down marked the first deployment of NORAD to down an aerial object within the 64-year history of the US-Canadian aerospace warning and air sovereignty organization.[8]

Recovery operations

Canadian military and police forces searched for remnants of the object across a large portion of Yukon, roughly between Dawson City and Mayo.[18] The Royal Canadian Mounted Police (RCMP) said that the search area encompassed 3,000 sq km (1,870 sq miles) of "rugged mountain terrain with a very high level of snowpack" in Yukon.[19] Canadian Defense Minister Anand said that the debris was located somewhere "northeast of Dawson City" in a remote location amid "complex alpine terrain that is prone to challenging northern weather conditions."[20] Officials cautioned that, due to the vastness and harsh conditions of Yukon, it is possible that the object will not be located.[21]

The RCMP lead the search effort, with coordination by Public Safety Canada and assistance from Yukon-based units of the Canadian Armed Forces.[20] The U.S. military, FBI, and U.S. Coast Guard also participated.[20] Royal Canadian Air Force assets deployed in the recovery effort included one CC-130H Hercules search-and-rescue aircraft, two CC-138 Twin Otter utility aircraft, and various CH-148 Cyclone and CH-149 Cormorant helicopters.[20]

After snowfall in the area made the debris difficult to find, the search was called off on February 17.[3][4]

See also

References

  1. Newton, Paula (February 11, 2023). "NORAD says additional 'object' detected over northern Canada". https://www.cnn.com/2023/02/11/politics/norad-additional-object-northern-canada/index.html. 
  2. Miller, Andrew (February 11, 2023). "NORAD confirms 'high-altitude airborne object' flying over northern Canada". https://www.foxnews.com/world/norad-confirms-high-altitude-airborne-object-flying-over-northern-canada. 
  3. 3.0 3.1 "Yukon search for debris suspended" (in en-CA). Royal Canadian Mounted Police. 2023-02-17. https://www.rcmp-grc.gc.ca/en/news/2023/yukon-search-debris-suspended. 
  4. 4.0 4.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. 
  5. 5.0 5.1 "Statement on Today's Actions by North American Aerospace Defense Command". February 11, 2023. https://www.defense.gov/News/Releases/Release/Article/3295989/statement-on-todays-actions-by-north-american-aerospace-defense-command/. 
  6. Lubold, Gordon; Vieira, Paul (2023-02-11). "Flying Object Shot Down Over Canada on Orders of Biden and Trudeau". https://www.wsj.com/articles/flying-object-shot-down-over-canada-on-trudeaus-orders-a9e638e9?mod=hp_lead_pos1. 
  7. Long, Colleen; C. Baldor, Lolita; Miller, Zeke (February 12, 2023). "Sen. Schumer says 2 downed objects believed to be balloons". Associated Press. https://apnews.com/article/biden-politics-charles-schumer-jake-sullivan-china-acc1a333326c50ee9649760c569c300f. 
  8. 8.0 8.1 Alba, Monica; Romero, Dennis (February 11, 2023). "U.S. shoots down unidentified object in Canadian airspace". NBC News. https://www.nbcnews.com/news/us-news/trudeau-ordered-takedown-unidentified-object-canadian-airspace-speakin-rcna70261. 
  9. Anderssen, Erin; Chase, Steven (February 12, 2023). "Canadian team working to retrieve and analyze object shot down over Yukon, Trudeau says". The Globe and Mail. https://www.theglobeandmail.com/canada/article-canadian-team-working-to-retrieve-and-analyze-object-shot-down-over/. 
  10. Newton, Paula (February 11, 2023). "US jet shoots down 'unidentified object' over northern Canada, Trudeau says". https://edition.cnn.com/2023/02/11/politics/norad-additional-object-northern-canada/index.html. 
  11. Aratani, Lauren; Badshah, Nadeem (February 12, 2023). "New 'unidentified object' shot down over Canada, says Trudeau" (in en-GB). The Guardian. ISSN 0261-3077. https://www.theguardian.com/world/2023/feb/11/new-unidentified-object-shot-down-over-canada-says-trudeau. 
  12. Cooper, Helene (February 11, 2023). "U.S. Jet Shoots Down Flying Object Over Canada" (in en-US). The New York Times. ISSN 0362-4331. https://www.nytimes.com/2023/02/11/us/politics/unidentified-object-canada-alaska-pentagon.html. 
  13. kd9ito (February 15, 2023). "February 14th, 2023, K9YO, Missing in Action, KD9UQB, 7th Circumnavigation." (in en). https://nibbb.org/2023/02/14/february-14th-2023-k9yo-missing-in-action-kd9uqb-7th-circumnavigation/. 
  14. Trimble, Steve (16 February 2023). "Hobby Club's Missing Balloon Feared Shot Down By USAF". https://aviationweek.com/defense-space/aircraft-propulsion/hobby-clubs-missing-balloon-feared-shot-down-usaf. 
  15. Chappell, Bill; Sullivan, Becky (February 18, 2023). "Did an F-22 shoot down an Illinois hobby group's small radio balloon?" (in en-US). https://www.npr.org/2023/02/18/1158048921/pico-balloon-k9yo. 
  16. Trudeau, Justin (February 11, 2023). "Canadian statement". https://twitter.com/JustinTrudeau/status/1624527579116871681. 
  17. Vanden Brook, Tom; Santucci, Jeanine (2023-02-11). "US jets shoot down third object for airspace violations within a week — This time over Canada". https://www.usatoday.com/story/news/nation/2023/02/11/us-jets-shoot-down-object-over-canada/11238813002/. 
  18. Platt, Brian (2023-02-13). "Canada is looking for 'the object' it shot down but it's in a huge area in the frozen Yukon" (in en). https://fortune.com/2023/02/13/canada-balloon-ufo-object-search-yukon-justin-trudeau/. 
  19. Mazta, 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. 
  20. 20.0 20.1 20.2 20.3 Otis, Daniel (2023-02-13). "What we know about the search for two flying objects shot down over Yukon and near Ontario" (in en). https://www.ctvnews.ca/canada/what-we-know-about-the-search-for-two-flying-objects-shot-down-over-yukon-and-near-ontario-1.6272475. 
  21. Cecco, Leyland (2023-02-14). "Hunt for mysterious object shot down in remote Yukon faces daunting odds" (in en-GB). The Guardian. ISSN 0261-3077. https://www.theguardian.com/us-news/2023/feb/14/search-mysterious-object-yukon-canada. 

Template:2023 high-altitude object incidentsTemplate:Canada–United States relations