This is a minimal standalone version of the GlobeView example on deck.gl website.
Copy the content of this folder to your project.
# install dependencies
npm install
# or
yarn
# bundle and serve the app with webpack
npm start
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.