maxbodin / earth3d

3d Earth data visualizer 🌐
https://earth3d.maximebodin.fr
7 stars 0 forks source link

Allow User to Visualize Weather on Map. #18

Open maxbodin opened 1 month ago

maxbodin commented 1 month ago

Enable users to overlay real-time weather data on the map. This feature should display conditions like temperature, precipitation, wind speed, and other meteorological data, allowing for a more immersive and informative experience on both plane and globe maps.

maxbodin commented 1 month ago

Idea to work on: export function getWeatherForLocationEndpoint(location: Coordinate) { return https://api.met.no/weatherapi/locationforecast/2.0/compact?lat=${location.lat}%2C23&lon${location.lng}%2C8 }