You can edit almost every page by Creating an account. Otherwise, see the FAQ.

2019 New Orleans shooting

From EverybodyWiki Bios & Wiki

2019 New Orleans shooting
Part of Mass shootings in the United States
<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":300, "height": 220, "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": "29.953"} },
   {"name":"imgLon", "init": {"expr": "-90.0694"} },
   {"name":"imgZoom", "init": {"expr": "13"} },
   {"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": 29.953, 
    "lon": -90.0694, 
    "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/1/10/Mapscaleline.svg/120px-Mapscaleline.svg.png", 
    "width": 50, 
    "height": 8, 
    "offsetX": 74, 
    "offsetY": 100, 
    "textAlign": "right", 
    "textDx": 22, 
    "textDy": -2, 
    "textColor": "grey", 
    "textFont": "Tahoma", 
    "textFontSize": 9, 
    "text":  "1.5km" }

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


} , { "lat": 29.953, "lon": -90.0694, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png", "height": 12, "width": 12, "text": "", "textAlign": "right", "textBaseline": "middle", "textDx": -8, "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:"},
         "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>

LocationLua error in Module:WikidataIB at line 665: attempt to index field 'wikibase' (a nil value).
Coordinates29°57′11″N 90°04′10″W / 29.953°N 90.0694°W / 29.953; -90.0694Coordinates: 29°57′11″N 90°04′10″W / 29.953°N 90.0694°W / 29.953; -90.0694
⧼validator-fatal-error⧽


DateLua error in Module:WikidataIB at line 665: attempt to index field 'wikibase' (a nil value).
Attack type
Mass shooting
Non-fatal injuries
10

On December 1, 2019, a mass shooting occurred in French Quarter, New Orleans that left 10 people injured.[2] The shooting happened in a densely populated area with heavy police presence at a time when tens of thousands of tourists were downtown for the Bayou Classic football game.[2][3] The motive for the shooting is unknown, and no confirmed suspects have been arrested as of Sunday morning. The investigation remains ongoing.[4][5] The incident is the second recent mass shooting to occur in the weekend of Bayou Classic, with the first occurring in 2016.[2][6]

Incident[edit]

There was increased police patrol on Canal Street, where the shooting started, as a response to large tourist presence for the Bayou Classic football game.[2] The shooting began around 3:25 am in the 700 block of Canal Street.[7] Officers who were feet away from the shooting responded immediately, initially believing they were being fired upon.[1][2][8] However, the police had a difficult time determining who was firing due to the mass of people who were described as scrambling for safety.[1][2]

External video
Bourbon Street Mass Shooting - Caught on Tape

Due to the surveillance cameras on the street a majority of the incident was caught on cameras.

Victims[edit]

Ten people were shot in the incident, and two victims are in critical condition.[1][9] The injured are five males and five females between the ages 16 and 36.[10]

Investigation[edit]

As of December 1, no arrests have been made that have been confirmed to be linked to the incident.[5][11] State and federal officials are assisting New Orleans police in gathering evidence and locating a suspect.[12] CRIMESTOPPERS announced a reward for any information regarding the case, which was shortly raised to $10,000.[13] An individual detained shortly after the shooting was later released, and deemed not a suspect. A weapon was recovered at the scene of the shooting.[7]

Investigators have released that they believe the shooting occurred due to a "feud" that started outside the New Orleans area, and was perpetrated by people who were visiting but still residents of Louisiana.[13]

Response[edit]

New Orleans Mayor LaToya Cantrell focused on the declining crime rate in the city in her response to the incident, stating ; "The city of New Orleans will not allow incidents like this to derail the progress we have made or further disrupt our community. This tragedy will not define us, and it will not deter us from moving our city forward and keeping our people safe."[14]

See also[edit]

References[edit]

  1. 1.0 1.1 1.2 1.3 "At least 11 injured in shooting after Bayou Classic football game in New Orleans". December 1, 2019. Retrieved December 1, 2019. Unknown parameter |url-status= ignored (help)
  2. 2.0 2.1 2.2 2.3 2.4 2.5 "11 people shot on Canal Street in New Orleans, NOPD says; 2 in critical condition". NOLA. December 1, 2019. Retrieved December 1, 2019. Unknown parameter |url-status= ignored (help)
  3. "11 wounded in shooting rampage at New Orleans French Quarter; no arrests made". USA Today. December 1, 2019. Retrieved December 1, 2019. Unknown parameter |url-status= ignored (help)
  4. "Shooting on the edge of the French Quarter leaves 11 injured in New Orleans". CNN. December 1, 2019. Retrieved December 1, 2019.
  5. 5.0 5.1 "NOPD tweet update Sunday 6:26 AM". NOPD. December 1, 2019. Retrieved December 1, 2019. Unknown parameter |url-status= ignored (help)
  6. "In Bourbon Street mass shooting trial, contrasting pictures emerge of buildup to gun battle". NOLA. June 28, 2019. Retrieved December 1, 2019. Unknown parameter |url-status= ignored (help)
  7. 7.0 7.1 Jacobo, Julia (December 2, 2019). "'Feud' sparked New Orleans shooting that injured 10, person of interest released". ABC News. Retrieved 2019-12-04. Unknown parameter |url-status= ignored (help)
  8. "New Orleans French Quarter shooting leaves 11 wounded, police say". Fox News. December 1, 2019. Retrieved December 1, 2019. Unknown parameter |url-status= ignored (help)
  9. "11 people shot in New Orleans, police say". NBC News. December 1, 2019. Retrieved December 1, 2019. Unknown parameter |url-status= ignored (help)
  10. Team, WDSU Digital (2019-12-02). "Surveillance video shows crowd flee following gunshots on Canal Street". WDSU. Retrieved 2019-12-04.
  11. "New Orleans shooting: Nearly a dozen wounded in French Quarter". New York Post. December 1, 2019. Retrieved December 1, 2019.
  12. "11 people shot on busy New Orleans street". The Hill. December 1, 2019. Retrieved December 1, 2019. Unknown parameter |url-status= ignored (help)
  13. 13.0 13.1 "Canal Street mass shooting started with out of town 'feud,' reward raised to $10k". WWL. December 2, 2019. Retrieved 2019-12-04. Unknown parameter |url-status= ignored (help)
  14. Bacon, John (December 1, 2019). "10 wounded in 'cowardly and senseless' shooting rampage at New Orleans French Quarter". USA TODAY. Retrieved 2019-12-04. Unknown parameter |url-status= ignored (help)


This article "2019 New Orleans shooting" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:2019 New Orleans shooting. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.