Heatmap

These schemas specify how the Heatmap visualization is configured and how the data used by the visualization is formatted.

Heatmap configuration

https://gros.liacs.nl/schema/heatmap/config.json

config-visualization

Heatmap data volume

https://gros.liacs.nl/schema/heatmap/volume.json

volume

volume

type

object

patternProperties

  • ^.+$

type

array

items

day_volume

day_volume

type

object

properties

  • day

Day to which the volume applies.

type

string

format

date

  • value

Volume value.

type

number

minimum

0

Heatmap data weather

https://gros.liacs.nl/schema/heatmap/weather.json

weather

weather

type

object

patternProperties

  • ^[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]$

Temperature in degrees Celcius that was measured on the day.

type

number