3D Earth Visualization with Three.js and Google Earth Engine

less than 1 minute read

Published:

Try It Live

🚀 Open Full Screen Demo

Steps to reproduce

1. Set up the earth visualization

2. Set up the Google Earth Engine API for self-use

3. Deploy the demo on Cloudflare Workers

Thanks to…

  • Three.js - A powerful 3D library for rendering and animating 3D graphics in the browser.
  • Three-Globe - A very nice 3D globe visualization library built on top of Three.js.
  • Google Earth Engine - A platform for planetary-scale environmental data analysis, it is free for academic and non-commercial use.
  • Cloudflare Workers - A serverless platform that allows you to run JavaScript code at the edge of Cloudflare’s global network.