├── 1033.csv ├── LICENSE ├── README.md ├── demil_code_lookup.csv ├── demil_ic_lookup.csv ├── items_by_quantity.csv ├── records_by_lea.csv └── records_by_state.csv /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2014 The Washington Post 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this data and associated documentation files (the "Data"), to deal 7 | in the Data without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Data, and to permit persons to whom the Data is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Data. 14 | 15 | THE DATA IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE data OR THE USE OR OTHER DEALINGS IN THE 21 | DATA. 22 | 23 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Department of Defense 1033 Program data 2 | ================= 3 | 4 | This is a compilation of the raw data from the 1033 program that was released by the U.S. Department of Defense’s Defense Logistics Agency. 5 | 6 | "This law allows transfer of excess Department of Defense property that might otherwise be destroyed to law enforcement agencies across the United States and its territories," according to the site. 7 | 8 | The data is current as of September 30, 2015. The Washington Post will attempt to update the data if updates are posted online. 9 | 10 | If you have any questions, email Steven Rich at steven.rich@washpost.com. 11 | 12 | Data originally obtained from the [FOIA Reading Room] (http://www.dispositionservices.dla.mil/EFOIA-Privacy/Pages/ereadingroom.aspx#1033). 13 | 14 | Notes: 15 | 16 | According to the DoD, "Some of the items DLA transfers under the LESO program were purchased, in some cases, up to 50 years ago. Therefore, the acquisition cost is the value of the item when it was last purchased." 17 | 18 | The Post added a "Cost" column, multiplying the "Acquisition Value" column by the "Quantity" column. 19 | 20 | Lookup tables for demilitarization codes and demilitarization integrity codes are included and notes on demilitarization codes can be found here: http://www.dlis.dla.mil/demil/demil_codes.asp 21 | -------------------------------------------------------------------------------- /demil_code_lookup.csv: -------------------------------------------------------------------------------- 1 | DEMIL Code,decription 2 | A,Non-USML/Non-CCLI - No DEMIL or DOD TSC required.  Department of Commerce may impose licensing requirements to certain destinations. 3 | B,USML Items - Mutilation to the point of scrap required worldwide. 4 | C,USML Items - DEMIL required.  Remove and demilitarize installed key point(s). 5 | D,USML Items - DEMIL required.  Destroy item and components to prevent restoration or repair to a usable condition. 6 | E,DOD Demilitarization Program Office (DDPO) reserves this code for their exclusive-use only.  DEMIL instructions will be furnished by the DDPO. 7 | F,USML Items - DEMIL required.  Item/Technical Managers or Equipment/ Product Specialists will furnish Special DEMIL instructions. 8 | G,U.S. Munitions List (USML) Items - DEMIL required - Ammunition and Explosives (AE).  This code applies to both unclassified and classified AE items. (Note 1) 9 | P,USML Items - DEMIL required.  Security Classified Items. (Note 2). 10 | Q,"Commerce Control List Items (CCLI) - Mutilation to the point of scrap required outside the United States.  In the United States, mutilation requirement determined by the DEMIL Integrity Code.  DOD Trade Security Controls (TSC) required in the United States." 11 | -------------------------------------------------------------------------------- /demil_ic_lookup.csv: -------------------------------------------------------------------------------- 1 | DEMIL IC,Description 2 | Blank,DEMIL code has not been reviewed by DCMO. 3 | 0,DEMIL code reviewed by DCMO. Recommended DEMIL code and current ICP DEMIL code are not equal. Presently in collaboration cycle. 4 | 1,"DEMIL code reviewed by DCMO, recommended DEMIL code adopted by ICP, or no DEMIL code change recommended." 5 | 2,"DEMIL code reviewed by DCMO and accepted by ICP (DEMIL Integrity Code = 1) however, ICP has since overridden/changed code." 6 | 3,Critical FSC/FSG MLI or Sensitive CCLI. Requires mutilation worldwide. 7 | 4,DEMIL code could not be validated — insufficient technical data available. 8 | 5,"(1) Item reviewed and coded by Service/Agency ICP - without DCMO collaboration; or, (2) Service/Agency ICP changed the DEMIL code prior to completion of IC–0 review/collaboration cycle." 9 | 6,Non-Critical FSC/FSG MLI or Non-Sensitive CCLI. Requires mutilation overseas. 10 | 7,Forced Concurrence. DCMO has forced a DEMIL code change in FLIS. ICP has not responded to collaboration request (over 90 days old) or failed to update the DEMIL code in the ICPs legacy system. 11 | 8,ICP has non-concurred with a DCMO recommended DEMIL Code. Item DEMIL coding pending resolution. 12 | 9,Reserved for future use. 13 | -------------------------------------------------------------------------------- /records_by_state.csv: -------------------------------------------------------------------------------- 1 | State,Records 2 | AK,235 3 | AL,7052 4 | AR,2458 5 | AZ,4784 6 | CA,18199 7 | CO,4750 8 | CT,1666 9 | DC,1155 10 | DE,1080 11 | FL,8836 12 | GA,9932 13 | GU,169 14 | HI,10 15 | IA,1315 16 | ID,1099 17 | IL,8645 18 | IN,5531 19 | KS,1709 20 | KY,5491 21 | LA,2831 22 | MA,1625 23 | MD,2985 24 | ME,1295 25 | MI,7571 26 | MN,3592 27 | MO,3330 28 | MS,1149 29 | MT,915 30 | NC,3238 31 | ND,1000 32 | NE,963 33 | NH,709 34 | NJ,6474 35 | NM,1233 36 | NV,953 37 | NY,1053 38 | OH,12349 39 | OK,2070 40 | OR,892 41 | PA,2498 42 | PR,674 43 | RI,980 44 | SC,4345 45 | SD,753 46 | TN,9389 47 | TX,18400 48 | UT,1824 49 | VA,3579 50 | VI,9 51 | VT,249 52 | WA,4152 53 | WI,3355 54 | WV,1210 55 | WY,551 56 | Total,192311 57 | --------------------------------------------------------------------------------