building_insights
Creates, updates, deletes, gets or lists a building_insights resource.
Overview
| Name | building_insights |
| Type | Resource |
| Id | google.solar.building_insights |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
find_closest | exec | location.latitude, location.longitude, requiredQuality, experiments | Locates the building whose centroid is closest to a query point. Returns an error with code NOT_FOUND if there are no buildings within approximately 50m of the query point. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
experiments | string | |
location.latitude | number (double) | |
location.longitude | number (double) | |
requiredQuality | string |
Lifecycle Methods
- find_closest
Locates the building whose centroid is closest to a query point. Returns an error with code NOT_FOUND if there are no buildings within approximately 50m of the query point.
EXEC google.solar.building_insights.find_closest
@location.latitude='{{ location.latitude }}',
@location.longitude='{{ location.longitude }}',
@requiredQuality='{{ requiredQuality }}',
@experiments='{{ experiments }}'
;