sebgutierrez / Scorched-Earth

A deep learning web app for forecasting temperature based off of ERA5-Land data.
1 stars 0 forks source link

Create a Heatmap to visualize the predictions. #6

Closed sebgutierrez closed 4 months ago

sebgutierrez commented 5 months ago

Take the JSON returned from the model and render a heatmap using some React library like apexcharts.js https://apexcharts.com/react-chart-demos/heatmap-charts/basic/

Image

The axes will need to be changed to latitude and longitude instead.

sebgutierrez commented 4 months ago

Closing because it's less of a hassle using Matplotlib's heatmaps instead.