Skip to content

FBI RFI targeting the general public to discover crime trends based on data obtained from the National Incident Based Reporting System (NIBRS)

License

Notifications You must be signed in to change notification settings

atsid/nibrs-rfi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependency Status devDependency Status

NIBRS Explorer

This application is a rapid prototype designed to show some ideas around data visualization and interactivity for the FBI's UCR RFI. We've used the sample NIBRS data to show interesting graphs of incidents that can be filtered by type, time, and other attributes.

Note that this application was forked from a previous prototype we did for Boston's HubHacks hackathon, the Mayor's Hotline Explorer. That prototype originally took a couple days of developer time to create, and this added a couple more for data adaptation and updates.

Data assets used

In order to help the prototype load quickly in the absence of any backend services, we processed the sample dataset in the following ways:

  • Removed some unused data columns
  • Culled displayed time period to 30 days of data (June 2014), representing approximately 116,000 records instead of the full 600k+
  • Mapped location names and offense type names to a code to reduce text within the data.
  • Formatted as CSV for optimal compactness, versus XML or JSON

Technologies used

Development tools used

Development instructions

It should be sufficient to start from a clean checkout and issue:

npm install
bower install
gulp

Serve the content locally out of the 'dist' directory.

When it comes time to publish to GitHub Pages, set the environment variable GA_TRACKING_ID to inject the correct info for the production instance and issue:

gulp --env production deploy

About

FBI RFI targeting the general public to discover crime trends based on data obtained from the National Incident Based Reporting System (NIBRS)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •