Open Trikos opened 21 hours ago
You're definitely dreaming, but it is a really cool idea!
This is how I would approach it:
undefined
i have a sparse matrix where some values are defined and some are undefined. Those are temperatures. Fill the undefined values of the matrix using interpolation in javascript. Put everything in a single function I can call with the matrix as a parameter`
Good luck and come back to say how it went! :)
Here’s a corrected and polished version:
I’m looking for a library that can display temperature sensors as a heatmap, creating a colored graph similar to those seen on weather channels.
Instead of a map of American states, I’d like to visualize my house’s layout (viewed from above) to get a real-time temperature heatmap of the rooms and walls.
Is this possible?
The graph only needs a way to: • Define the outline of the house (e.g., using a paint-style image or a simple layout sketch). • Position the sensors at specific (x, y) coordinates, such as near a wall or in precise locations. • Automatically blend colors between hot and cold areas where sensor ranges overlap.
Additionally, it would be great if:
Do you think I’m dreaming?