Measure filters
Provides a detailed overview of various measure filters.
Inputs
Wall filters [wall_filters]
biobased
boolean
Use biobased materials?
True: only use biobased options
False: both biobased and non-biobased
None
cavity
boolean
Are cavity walls present suitable for insulation
True: cavity exists and can be filled
False: no cavity walls or not suitable
None
material
list
Material of the insulation
1: mineral wool
2: PIR
3: EPS pearls
4: Wood fiber
5: PU foam
None
Example input:
{
"postcode": "2771DS",
"housenumber": "87",
"houseaddition": "",
"wall_filters": {"biobased": true, "cavity": true, "material":[4]}
}
Sloped roof filters [sloped_roof_filters]
biobased
boolean
Use biobased materials?
True: only use biobased options
False: both biobased and non-biobased
None
insulation_side
integer
Insulation inside or outside the roof
1: only inside insulation
2: only outside insultation
None
replace_roof
boolean
Consider replacing the roof?
True: Options include ones with roof replacement
False: Only options without roof replacement
None
material
list
Material of the insulation
1: PIR
2: Bio EPS
3: EPS
4: XPS
5: Flax
6: Wood fibre
7: Mineral wool
8: Resol
None
Example input:
{
"postcode": "2771DS",
"housenumber": "87",
"houseaddition": "",
"sloped_roof_filters": {"biobased": false, "insulation_side": 2, "replace_roof": true, "material":[1]}
}
Flat roof filters [flat_roof_filters]
biobased
boolean
Use biobased materials?
True: only use biobased options
False: both biobased and non-biobased
None
insulation_side
integer
Insulation inside or outside the roof
1: only inside insulation
2: only outside insultation
None
replace_roof
boolean
Consider replacing the roof?
True: Options include ones with roof replacement
False: Only options without roof replacement
None
material
list
Material of the insulation
1: PIR
2: Bio EPS
3: EPS
4: XPS
5: Flax
6: Wood fibre
7: Mineral wool
8: Resol
None
Example input:
{
"postcode": "2771DS",
"housenumber": "87",
"houseaddition": "",
"flat_roof_filters": {"biobased": false, "insulation_side": 2, "replace_roof": true, "material":[1]}
}
Floor filters [floor_filters]
floor_type
integer
Type of floor (material)
1: wood floor
2: concrete floor
None
crawl_space
boolean
Does the house have a crawlspace?
True: crawlspace
False: no crawlspace
None
material
list
Material of the insulation
1: mineral wool 2: PIR 3: EPS 4: Resol
None
Example input:
{
"postcode": "2771DS",
"housenumber": "87",
"houseaddition": "",
"floor_filters": {"floor_type": 1, "crawl_space": true, "material":[2]}
}
Last updated