The following datasets are available for each year:
Format | Link | Description |
JSON | daily_records.json | Minimum and Maximum temperature, humidity and pressure for each day of the year. |
Google DataTable JSON | datatable/daily_records.json | Minimum and Maximum temperature, humidity and pressure for each day of the year. |
Data is available for the following months:
{% set i = 0 %}
{% for month in months %}
{% set i = i + 1 %}
{{ month }} {% if i < months|length %}|{% endif %}
{% endfor %}