Skip to content

datasciencecampus/vegetation-deckgl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Urban vegetation visualisation (demo)

Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows. LICENSE.

Based on Uber's deck.gl.

"Cardiff"

Running

Get a developer api token from mapbox.

To run, install nodejs, then:

  1. Get sample data for Cardiff from our street-view-pipeline
cd data
./download.sh
cd -
  1. Install dependencies
npm install
  1. Run
export MapboxAccessToken="MY_SECRET_TOKEN"
npm start
  1. Building
npm run build

The code is mainly based on the GeoJsonLayer example in the deck.gl docs.

About

Urban green-space visualisation using Uber's deck.gl

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published