Download OpenAPI specification:Download
Honeybee project-information schema.
| type | string (Type) Default: "Autocalculate" Value: "Autocalculate" |
{- "type": "Autocalculate"
}"Residential""0A""ASHRAE_2019"| type | string (Type) Default: "Location" Value: "Location" |
| city | string (City) Default: "-" Name of the city as a string. |
| latitude | number <double> (Latitude) Default: 0 Location latitude between -90 and 90 (Default: 0). |
| longitude | number <double> (Longitude) Default: 0 Location longitude between -180 (west) and 180 (east) (Default: 0). |
Autocalculate (object) or Time Zone (integer) (Time Zone) Default: {"type":"Autocalculate"} Time zone between -12 hours (west) and +14 hours (east). If None, the time zone will be an estimated integer value derived from the longitude in accordance with solar time. | |
| elevation | number <double> (Elevation) Default: 0 A number for elevation of the location in meters. (Default: 0). |
| station_id | string (Station Id) Default: null ID of the location if the location is representing a weather station. |
| source | string (Source) Default: null Source of data (e.g. TMY, TMY3). |
{- "type": "Location",
- "city": "-",
- "latitude": 0,
- "longitude": 0,
- "time_zone": {
- "type": "Autocalculate"
}, - "elevation": 0,
- "station_id": null,
- "source": null
}| type | string (Type) Default: "ProjectInfo" Value: "ProjectInfo" |
| north | number <double> (North) [ -360 .. 360 ] Default: 0 A number between -360 to 360 where positive values rotate the compass counterclockwise (towards the West) and negative values rotate the compass clockwise (towards the East). |
Array of Weather Urls (strings) or Weather Urls (null) (Weather Urls) Default: null A list of URLs to zip files that includes EPW, DDY and STAT files. You can find these URLs from the EPWMAP. The first URL will be used as the primary weather file. | |
Location (object) or null Default: null Project location. This value is usually generated from the information in the weather files. | |
ClimateZones (string) or null Default: null Project location climate zone. | |
Array of Building Type (strings) or Building Type (null) (Building Type) Default: null A list of building types for the project. The first building type is considered the primary type for the project. | |
Array of Vintage (strings) or Vintage (null) (Vintage) Default: null A list of building vintages (e.g. ASHRAE_2019, ASHRAE_2016). |
{- "type": "ProjectInfo",
- "north": 0,
- "weather_urls": null,
- "location": null,
- "ashrae_climate_zone": null,
- "building_type": null,
- "vintage": null
}