RickyC0626 / novu-hackathon-may2023

Join ConnectNovu Hackathon, showcase your skills, push the boundaries of innovation, and meet like-minded community members.
https://connect.novu.co
1 stars 0 forks source link

Display heat map layer for temperature #11

Open RickyC0626 opened 1 year ago

RickyC0626 commented 1 year ago

Thought Process

Use weather forecast API to get temperature at specific latitude and longitude (https://open-meteo.com/en/docs)

Have something similar to Microsoft weather map

ad7fd201ba6c8803f0547eac9d288047

It would probably take too many requests to get temperature at all locations to display such a heat map. It would also require a custom style. Will just display air temperature in location stats for now.

Tasks