KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
lidar-deckgl-example
★ 8
Open GitHub ↗
DeckGL example using LiDAR data
Download README (.md)
Explore Similar Repositories
kata-precious_metal_sales_system
:
编程竞赛题目
theme-switcher
:
Switch dark/light GTK theme automatically during day/night
comtodon
:
A minimal commenting system for static blogs using external Mastodon or API compatible server
react-csr-templete
:
基于react16.x+webpack4.x+typescript 的客户端渲染单页应用脚手架,集成travis,action和docker
Ball-Blast-Clone
:
Hyper casual ball blast clone. Project only includes : Main gameplay mechanic, Generic object pooling, singleton pattern.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
lidar-deckgl-example
?
Download (.md)
# lidar-deckgl-example Just a quick example using [USGS LiDAR data](https://coast.noaa.gov/dataviewer/#/lidar/search/-13634567.69111097,4552319.113181287,-13633773.164031802,4555144.969216241) with DeckGL.  ### 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](https://account.mapbox.com).) 3. `npm install` 4. `npm start -- index.js` ### Resources: * [NOAA's Data Access Viewer](https://coast.noaa.gov/dataviewer/#/lidar/search/-13634567.69111097,4552319.113181287,-13633773.164031802,4555144.969216241) - this demo uses the `2016 USGS Lidar: West Coast El Nino (WA, OR, CA)` dataset. * [Coloring LIDAR](https://blog.mapbox.com/coloring-lidar-4522ca5a7186) - by [Allan Walker](https://www.mapbox.com/about/team/allan-walker/)