Heat Stress Settings
This is a local model that predicts the percentage of time in heat stress on the pedestrian level (1.5m).
See supported locations here.
The analysis settings for this simulation is a JSON object with the following fields:
analysis-type
: "heat-stress"
weather-file-id
: a string that is the epw code for this location as discussed here.
geometries
: the geometries object as discussed here.
Example
{
"analysis-type": "heat-stress",
"weather-file-id": "66eacd9d5f828b59e7f679fb",
"geometries":{
"226e57e8-3417-4f9d-ad3f-ddc2ce169838":{
"coordinates":[
0,
0,
0,
1,
0,
0,
1,
1,
0,
0,
1,
0
],
"indexes":[
0,
2,
1,
0,
3,
2
]
},
"6fbf2238-3fba-42a8-b7d0-a7ac1b24a709":{
"coordinates":[
5,
5,
5,
6,
5,
5,
6,
6,
5,
5,
6,
5
],
"indexes":[
0,
2,
1,
0,
3,
2
]
}
}
}