Heatmap Live Hourly Pattern (New York City Temperatures)
Live Preview
Concept reference from Fizz Studio demo pattern: ParaCharts demo index
Scenario
Summarize hourly temperature observations for the latest complete month to reveal recurring hourly patterns.
Data Source And Refresh
- Source: Open-Meteo archive API (
temperature_2m, hourly, UTC) for New York City coordinates. - Source URL: https://archive-api.open-meteo.com/v1/archive?latitude=40.7128&longitude=-74.0060&start_date=2025-01-01&end_date=2025-01-31&hourly=temperature_2m&timezone=UTC (representative API request).
- API docs: https://open-meteo.com/en/docs/historical-weather-api
- Refresh cadence: Monthly via GitHub Actions cache update workflow.
- Data continuity: This page will continue updating while Open-Meteo publishes compatible data.
When To Use
Use a heatmap when density and distribution patterns matter more than individual observations.
Manifest
<para-chart manifest="data/manifests/us-hourly-temperature-heatmap.json"></para-chart>
Full manifest (JSON):
- https://raw.githubusercontent.com/mgifford/ParaCharts/main/docs/data/manifests/us-hourly-temperature-heatmap.json
Interpretation Prompts
- Which hours concentrate the most observations at higher temperatures?
- Where is the densest band of hourly temperature values?
- Do overnight and daytime periods separate into distinct ranges?