Skip to content

Repo for "Visualizing Large Greenhouse Gas Datasets in the Browser With deck.gl" talk at All Things Open 2022

License

Notifications You must be signed in to change notification settings

davidcalhoun/deckgl-all-things-open-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deck.gl @ All Things Open 2022

Repo for Visualizing Large Greenhouse Gas Datasets in the Browser With deck.gl

The goal of this visualization: answer the question "where are the biggest methane emissions and who is responsible"?

Also check out the talk slides!

Installation

  1. Install Node.js, which comes with npm.
  2. $ git clone git@github.com:davidcalhoun/deckgl-all-things-open-2022.git && cd deckgl-all-things-open-2022
  3. $ npm install
  4. Create an account at mapbox.com
  5. Copy your "Default public token" from https://account.mapbox.com/access-tokens/
  6. Create a new file named .env.local in the root directory. This file is in .gitignore and shouldn't be checked into Github.
  7. Open .env.local and add this line (be sure to paste your token): MAPBOX_ACCESS_TOKEN=PASTE_YOUR_TOKEN_HERE
  8. Edit src/index.js with the Step you want to run (Step 1 by default).
  9. $ npm start

Step by step previews

Step 1

Step 2

Step 3

Step 4

Step 5

Step 6

About

Repo for "Visualizing Large Greenhouse Gas Datasets in the Browser With deck.gl" talk at All Things Open 2022

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published