Back to Deck Gl

or

examples/website/globe/README.md

9.3.2721 B
Original Source

This is a minimal standalone version of the GlobeView example on deck.gl website.

Usage

Copy the content of this folder to your project.

bash
# install dependencies
npm install
# or
yarn
# bundle and serve the app with vite
npm start

Data format

Sample data is stored in deck.gl Example Data, showing air traffic data on selected dates collected by The OpenSky Network. Source under the Creative Commons CC-BY license.

For more information about using the GlobeView, check out the documentation.