1.0.0-alpha.1 • Published 4 years ago

deck.gl-earthengine-imagecollection-demo v1.0.0-alpha.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Example: Use deck.gl with Google Earth Engine

Uses Webpack to bundle files and serves it with webpack-dev-server.

Usage

To install dependencies:

npm install
# or
yarn

Commands:

  • npm start is the development target, to serves the app and hot reload.
  • npm run build is the production target, to create the final bundle and write to disk.