The following datasets are available for each month:
Format | Link | Description |
JSON | samples.json | All outdoor samples for the month. Note that this will be fairly large (~1MB). |
JSON | 30m_avg_samples.json | Averaged samples every 30 minutes for the entire month of outdoor weather. |
JSON | daily_records.json | Minimum and Maximum temperature, humidity and pressure for each day of the month. |
Google DataTable JSON | datatable/samples.json | All outdoor samples for the month. Note that this will be fairly large (~1MB). |
Google DataTable JSON | datatable/30m_avg_samples.json | Averaged samples every 30 minutes for the entire month of outdoor weather. |
Google DataTable JSON | datatable/daily_records.json | Minimum and Maximum temperature, humidity and pressure for each day of the month. |
Data is available for the following days:
{% set i = 0 %}
{% for day in days %}
{% set i = i + 1 %}
{{ day }} {% if i < days|length %}|{% endif %}
{% endfor %}