insula

Numeric domain Schema

https://cgi-italy.github.io/insula/schemas/v1.1.1/common/dataset-variable-domain.schema.json#/$defs/numericDomain

Definition of a numeric variable domain

Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status No Forbidden Allowed none dataset-variable-domain.schema.json*

numericDomain Type

object (Numeric domain)

numericDomain Examples

{
  "min": 0,
  "max": 100,
  "step": 1,
  "noData": -1
}

numericDomain Properties

Property Type Required Nullable Defined by
min number Optional cannot be null Dataset variable domain
max number Optional cannot be null Dataset variable domain
noData number Optional cannot be null Dataset variable domain
step number Optional cannot be null Dataset variable domain
scale number Optional cannot be null Dataset variable domain
offset number Optional cannot be null Dataset variable domain
reservedValues object Optional cannot be null Dataset variable domain

min

The data domain minimum value

min

min Type

number (Min domain value)

max

The data domain maximum value

max

max Type

number (Max domain value)

noData

The data domain no data value

noData

noData Type

number (Domain no data value)

step

The data domain step value (discrete domain)

step

step Type

number (Domain step)

scale

The scale to apply to the raw values

scale

scale Type

number (Domain scale)

scale Default Value

The default value is:

1

offset

The offset to apply to the raw values

offset

offset Type

number (Domain offset)

reservedValues

Reserved values with special meaning

reservedValues

reservedValues Type

object (Domain reserved values)