Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.12 KB

File metadata and controls

17 lines (11 loc) · 1.12 KB

lidar-deckgl-example

Just a quick example using USGS LiDAR data with DeckGL.

lidar-deckgl-example

You'll need to do a few things to get this working.

  1. Unzip data/west-coast-lidar/west-coast-lidar-filtered.csv.gz (and save the unzipped file as data/west-coast-lidar/west-coast-lidar-filtered.csv)
  2. Create a mapbox-token.js file in the root of this repo whose contents is: module.exports = '<YOUR MAPBOX TOKEN HERE>'. (You can get a free mapbox token at account.mapbox.com.)
  3. npm install
  4. npm start -- index.js

Resources: