This is a project visualising NYC complaint data using the 3DHeatmap example on deck.gl website. The data has been stripped down to only contain latitude and longitude columns in order to reduce its file size.
- Install Package
npm install
- Add your Mapbox access token by adding a
creds.js
file containing
module.exports = {
mapboxToken: '{YOUR_MAPBOX_TOKEN}'
};
- Start the app by running
npm start