This project is a prototype for a real-time 3D cloud coverage visualizer focused on the canton of Uri. This project demonstrates the potential for dynamic, web-based visualization of cloud coverage using Three.js and Metomatics' weather data.
- Real-Time Data: Fetches cloud coverage data from the Metomatics API.
- 3D Visualization: Renders a 3D model of the canton of Uri with overlaid cloud coverage data.
- Multiple Cloud Layers: Visualizes low, medium, and high cloud layers at different heights.
- Interactive 3D Scene: Users can orbit, zoom, and pan the 3D model.
- Backend Service: An Express server retrieves cloud coverage data from the Metomatics API.
- 3D Rendering: Three.js is used to render the 3D scene and display cloud data.
- User Interaction: Users can select a specific date to visualize corresponding cloud coverage in the 3D model.
- Clone the repository.
- Install dependencies with
npm install. - Replace the API authentication credentials in the server code with your own.
- Start the server with
node server.js. - Open
index.htmlin your browser to view the prototype.
This is a prototype and should be considered a proof of concept for future development and enhancements.
