Skip to content

rolyatmax/lidar-deckgl-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: