Skip to content

NYC Grand Larceny visualization using Deck.gl

Notifications You must be signed in to change notification settings

adudiapis/crimeMap

 
 

Repository files navigation

NYC Crime Map Visualization

You can view this visualization here: https://crime-map-nyc.herokuapp.com/

Screenshots

screenshot1 screenshot2

Description

This project uses Uber's Deck.gl library to visualize NYC Grand Larceny data from 2017.

This is based on Uber's 3d-heatmap example: https://github.com/uber-common/deck.gl-data/tree/master/examples/3d-heatmap

The data comes from the NYC Open Data Website: https://data.cityofnewyork.us/Public-Safety/NYC-crime/qb7u-rbmr/data

Running Locally

  1. clone the project
  2. npm install
  3. npm run start-local
  4. open application in browser with localhost:3000

About

NYC Grand Larceny visualization using Deck.gl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.6%
  • HTML 13.4%