Building Solar¶
Insight Pack¶
Disclaimer
Overview¶
The Building Solar Insight Pack is a national digital dataset representing solar information at the building level for each State and Territory in Australia. Solar information such as a solar flag (Yes/No presence of solar), solar area (combined area of all solar arrays relating to a building) and daily estimated power of these arrays are provided at the building level .
Geoscape Australia welcomes your feedback on our Building Solar Insight Pack. We also publish regular updates on the development of our products on the Geoscape website ( www.geoscape.com.au ).
Frequency and Currency¶
The Building Solar Insight Pack is released on a quarterly schedule for the months of March, June, September and December.
Technical Description¶
Linkages¶
The Building Solar Insight Pack references buildings with solar information associated. A building in the Buildings product that has not been assessed for solar information will not be represented in the Building Solar Insight Pack.
The building_pid attribute can be used to link the Building Solar Insight Pack building_solar table to the Buildings product buildings table. This is a 1:1 relationship - a building_solar record will link to only one buildings record.
Data format¶
The Building Solar Insight Pack is provided in the Pipe-Separated Values (PSV) file format and is an aspatial file.
More Information¶
For more information on the Building Solar Insight Pack please contact Geoscape Australia Support.
Data Model¶
![digraph G {
fontname="ROBOTO" fontsize="10pt"
node [fontname="ROBOTO" fontsize="8pt"]
edge [fontname="ROBOTO" fontsize="8pt"]
building_solar [shape=plain
label=<<TABLE BGCOLOR="#FFD966"
BORDER="1"
CELLBORDER="0"
style="rounded"
CELLSPACING="0"
CELLPADDING="5">
<TR>
<TD COLSPAN="2">building_solar</TD>
</TR>
<TR>
<TD BGCOLOR="white" >PK</TD>
<TD BGCOLOR="white" ALIGN="LEFT" >building_pid: varchar (15) </TD>
</TR>
<TR>
<TD BGCOLOR="white" ></TD>
<TD BGCOLOR="white" ALIGN="LEFT" >date_created: date </TD>
</TR>
<TR>
<TD BGCOLOR="white" ></TD>
<TD BGCOLOR="white" ALIGN="LEFT" >date_modified: date </TD>
</TR>
<TR>
<TD BGCOLOR="white" ></TD>
<TD BGCOLOR="white" ALIGN="LEFT" >date_last_captured: date </TD>
</TR>
<TR>
<TD BGCOLOR="white" ></TD>
<TD BGCOLOR="white" ALIGN="LEFT" >capture_resolution: varchar (6) </TD>
</TR>
<TR>
<TD BGCOLOR="white" ></TD>
<TD BGCOLOR="white" ALIGN="LEFT" >capture_method: varchar (20) </TD>
</TR>
<TR>
<TD BGCOLOR="white" ></TD>
<TD BGCOLOR="white" ALIGN="LEFT" >solar_flag: varchar (3) </TD>
</TR>
<TR>
<TD BGCOLOR="white" ></TD>
<TD BGCOLOR="white" ALIGN="LEFT" >solar_area: number (10,2) </TD>
</TR>
<TR>
<TD BGCOLOR="white" ></TD>
<TD BGCOLOR="white" ALIGN="LEFT" >daily_estimated_power: number (10,2) </TD>
</TR>
<TR>
<TD BGCOLOR="white" ></TD>
<TD BGCOLOR="white" ALIGN="LEFT" >state: varchar (3) </TD>
</TR>
</TABLE>>];
}](_images/graphviz-5e17230abd139a5dc60b21028ad86c6793d096fd.png)
Data Dictionary¶
This data dictionary is applicable for the building_solar insights pack.
Attribute |
Data Type |
Description |
Primary Key |
Mandatory |
10 Character Alias |
|---|---|---|---|---|---|
building_pid |
character string (15) |
Persistent identifier for the building. |
Yes |
Yes |
BLD_PID |
date_created |
date (yyyy-mm-dd) |
The date of record creation for the building_solar record. |
No |
Yes |
DT_CREATE |
date_modified |
date (yyyy-mm-dd) |
The most recent date that an attribute has been modified for the building_solar record. |
No |
No |
DT_MOD |
date_last_captured |
date (yyyy-mm-dd) |
The date of the image used for the most recent update of the solar_flag field. |
No |
Yes |
DT_LST_CPT |
capture_resolution |
character string (6) |
Resolution in centimeters of the imagery source used to capture the solar information. |
No |
Yes |
CAPT_RES |
capture_method |
character string (20) |
Type of imagery source used to capture the solar information (e.g. Aerial, Satellite, etc.). |
No |
Yes |
CAPT_MTHD |
solar_flag |
character string (3) |
Describes whether a visible photovoltaic solar panel is identified for the building (Yes/No). |
No |
Yes |
SOLAR_FLAG |
solar_area |
number (10,2) |
Total area of solar arrays related to the building in square meters. |
No |
No |
SOLAR_AREA |
daily_estimated_power |
number (10,2) |
Estimation of the power generated on an average day by all solar arrays for the building in kilowatt hours. |
No |
No |
D_EST_PWR |
state |
character string (3) |
The abbreviated name of the State or Territory that the building is primarily within. |
No |
Yes |
STATE |