GithubHelp home page GithubHelp logo

crime-data-explorer's Introduction

Crime Data Explorer

The FBI collects and publishes Uniform Crime Reporting (UCR) data on an annual basis. Over 18,000 law enforcement agencies across the country voluntarily participate in the program by submitting data through a state UCR program or directly to the FBI. This open data project is part of our ongoing efforts to improve the accuracy and timeliness of the nation’s crime statistics.

The Crime Data Explorer is a collaboration between 18F and the FBI Criminal Justice Information Services (CJIS) Division. It aims to make national, state, and local crime data more accessible and understandable to the public.

Available datasets

The FBI collects several types of data. These datasets are available for download via the Crime Data Explorer and the underlying API:

  • Summary Reporting System (SRS): monthly offense, arrest, and clearance data for crimes known to law enforcement from 1960–2014.
  • National Incident-Based Reporting System (NIBRS): reports from individual crime incidents with offense, location, victim and offender demographics, property damage, and arrestee details from 1991–2014.
  • Estimated data: Summary (SRS) data that has been estimated to create trends for crime occurrences on the state and national level. The FBI has traditionally included estimates in their annual publications.
  • Police Employee Data: totals for full-time sworn and civilian law enforcement employees by state from 1960–2014.
  • Uniform Crime Reporting Participation Data: SRS and NIBRS participation rates for individual law enforcement agencies by state and year from 1960–2014. These datasets are available for download; we’re working on adding them to the API:
  • Law Enforcement Officers Killed and Assaulted (LEOKA): totals for officers who were killed or assaulted in the line of duty from 1974–2014.
  • Hate Crime: totals by state, year, and bias motivation for hate crimes across the country from 1991–2014.
  • Cargo Theft: totals by state, year, property type, and property value for cargo thefts from 2013–2014. This is a relatively new dataset for the FBI.
  • Human Trafficking: totals by state and offense for commercial sex acts and involuntary servitude from 2013–2014. This is also a new dataset for the FBI.

About the data

The FBI’s role in collecting this data

To ensure crime data is uniformly reported across the nation, the FBI provides contributing law enforcement agencies with documentation that explains how to classify and score offenses. Though crime definitions vary from state to state, the FBI asks agencies to report offenses according to Uniform Crime Reporting guidelines.

Although the FBI makes every effort through its editing procedures, training practices, and correspondence to ensure the validity of the data it receives, the accuracy of the data depends on the adherence of each contributor to the established standards of reporting. It is the responsibility of each state UCR program or individual contributing law enforcement agency to submit accurate data or correct existing errors.

Avoid rankings and comparisons

Since crime is a sociological phenomenon influenced by a variety of factors, the FBI discourages ranking locations or making comparisons between states, counties, or agencies as a way of measuring law enforcement effectiveness. Some of this data may not be comparable to previous years because of differing levels of participation over time.

Unestimated data

While the FBI has traditionally included estimates in their annual publications, the Crime Data Explorer provides data without estimates or modifications through downloads and in agency-level views. As a result, the data available for download may vary from the FBI’s annual reports.

Working with NIBRS data

Each incident-based (NIBRS) ZIP file includes a group of CSVs that you can join together with the internal incident ID or the law enforcement agency’s Originating Agency Identifier (ORI).

The incident IDs are generated to make it easier to work with the data. These numbers are not specific to local law enforcement agencies and bear no relation to other identifiers that could be linked to a real case number.

Related resources

We encourage you to explore, make suggestions, and contribute to our code. This repository, Crime Data Explorer, is the best place to submit general feedback about the site.

Get involved

Follow along with the progress on our Waffle.io board

We’re thrilled you want to get involved!

  • Read our contributing guidelines. Then, file an issue or submit a pull request.
  • If you’re a developer, follow the installation instructions in the README.md page of each repository to run the apps on your computer.
  • If you have questions about the data, including potential errors or discrepancies, please email the FBI Criminal Justice Information Services Division at [email protected]. Copyright and licensing This project is in the public domain within the United States, and we waive worldwide copyright and related rights through CC0 universal public domain dedication. Read more on our license page.

Other project repositories

crime-data-explorer's People

Contributors

amberwreed avatar avivaoskow avatar brendansudol avatar jeremiak avatar michaelrbond avatar nicoleslaw avatar ryansibley avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

crime-data-explorer's Issues

Explore new glossary icon

@brendansudol and I discussed that our current glossary icon feels kind of heavy and looks more like a rectangle than a book. We want to explore another, lighter and more book-y option, similar to FEC perhaps.

Pre-launch test plan

Develop a plan and timeline for pre-launch testing and validation of the site content with expert users.

agency view: show state and national sparklines

As a user, I can compare agency data with state and national trends for that offense.

Notes:

Clicking on these trend lines will take you to the page for that result (either the state or national perspective).

Estimated data: Refine estimation text

As a user, I understand that I am viewing estimated data for states and the nation. I can dig deeper to find out the methodology behind the FBI's estimations.

agency view: download agency offense data as a CSV (bar chart downloads)

As a user I can download the agency data displayed on the page as a CSV. This issue covers two separate download actions, one for the bar chart (counts) and another for the aggregated NIBRS dimensions (table). The formatting of the CSVs should be similar to how we handle these downloads at the state level, with the exception being that the agency counts will include a column for clearance.

Content: Estimated data

Add definition / methodology as a glossary item. (This may be a repeat of another issue.)

Provide context for questions for Cynthia

We setup a recurring call with Cynthia to discuss technical questions that either affect our implementation, or which will help us build confidence in how data is presented by the CDE.

We said we would send the discussion topics in advance, but should provide necessary context when doing so, by for instance, explaining how we propose defining urban vs. rural so they can weigh in.

https://docs.google.com/document/d/1nqLc-6QzDrspMRJgrVbvth4e9auAFe6HVovsK6n9kXI/edit

Sprint 10 research plan

Draft a research plan to better understand:

  1. Users needs when navigating to an agency
  2. Usability and effectiveness of the content on the agency page
  3. The impact of variations in data types to the user experience.

agency view: add programmatically-generated overview text

As a user I can view introductory text about the agency I’m viewing that explains what data type it reports (SRS or NIBRS) and whether it is classified as urban or suburban.

Note:

We need to specify how we will determine if an agency is classified as urban or suburban.

Incident details: Location

Change name of "Incident Location" to reflect the data source that the information is being pulled from. If it is from an offense table it should be Offense location. Pair with @jharris

Agency perspective: Navigation with no data available

As a user, when I search for an agency that does not participate or has no data available, the agency name appears light grey in the dropdown. (Will this ever happen?) If we don't have data why would it be in the list?

Content: Considerations for interpretation

Consider adding content provided by the Idaho state rep on agency level pages and in the readme or about pages.

Considerations for Interpretation: Crime activity in a particular community can be deceiving unless specific factors are examined and taken into consideration before conclusions are made. Some conditions affecting the type and volume of crime are:* population size, density, and degree of urbanization* population variations in composition and stability* economic conditions and employment availability* cultural factors and educational, recreational, and religious characteristics* effective strength of the police force* administrative and investigative emphases of law enforcement* prosecutorial, judicial, and/or correctional policies* values established by family, community, and society in general* citizens’ attitude toward crime and police* crime reporting practices of citizens

Crime in Idaho
https://isp.idaho.gov/BCI/CrimeInIdaho/CrimeInIdaho2015/Introduction.pdf

Agency perspective: Design for "covered by"

As a user, I am aware when an agencies data includes that of other agencies. I am able to see a list of agencies that an agency covers. If I search for an agency that is covered by another, I am sent to the page of the agency that covers it. If an agency is covered by for less than 12 months but reports 12 months of data, the additional data is aggregated into the covered by agency. (Verify with Cindy and Sammy.)

agency view: view agency counts as a bar chart

As a user, I can view the number of offenses reported and cleared for the agency I am viewing based on the time range I’ve selected.

Notes:

--The default view is 10 years
--Historical data is limited to 1995
--Users can select individual years within the range to view counts for that year
--if the agency reports SRS data only, this will be the only chart displayed on the page. If the agency reports NIBRS data, the chart will reflect summarized NIBRS counts, just like we handle state reporting.

Agency perspective: About the data

As a user, I am given information I need to responsibly interrupt the data from the explorer view. Consider whether we need to add considerations for interpretation or other caveats based on the granularity of the data. Also, this is the only place we are showing raw data. Should that be explained?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.