Building Height

Insight Pack

Disclaimer

Geoscape Australia believes this publication to be correct at the time of printing and does not accept responsibility for any consequences arising from the use of the information herein. Readers should rely on their own skill and judgement to apply information to particular issues.
This work is copyright. Apart from any use as permitted under the Copyright Act 1968, no part may be reproduced by any process without prior written permission of Geoscape Australia.

Overview

The Building Height Insight Pack is a national digital dataset representing building height information for each State and Territory in Australia. Height information such as the roof height (tallest point on a building’s roof) and eave height (average height of the part of a building’s roof that meets or overhangs the walls) are provided, along with building volume and estimated floors attributes which are calculated using height information.

Geoscape Australia welcomes your feedback on our Building Height 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 Height Insight Pack is released on a quarterly schedule for the months of March, June, September and December.

Technical Description

Linkages

The Building Height Insight Pack references buildings with height information associated. A building in the Buildings product with null values for height information will not be represented in the Building Height Insight Pack.

The building_pid attribute can be used to link the Building Height Insight Pack building_height table to the Buildings product buildings table. This is a 1:1 relationship - a building_height record will link to only one buildings record.

Data format

The Building Height 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 Height Insight Pack please contact Geoscape Australia Support.

Geoscape Australia Support
Geoscape Australia

Data Model

digraph G {

fontname="ROBOTO" fontsize="10pt"
node [fontname="ROBOTO" fontsize="8pt"]
edge [fontname="ROBOTO" fontsize="8pt"]

building_height [shape=plain
label=<<TABLE BGCOLOR="#FFD966"
BORDER="1"
CELLBORDER="0"
style="rounded"
CELLSPACING="0"
CELLPADDING="5">

<TR>
<TD  COLSPAN="2">building_height</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" >roof_height: number (7,2) </TD>
</TR>

<TR>
<TD BGCOLOR="white" ></TD>
<TD BGCOLOR="white" ALIGN="LEFT" >eave_height: number (7,2) </TD>
</TR>

<TR>
<TD BGCOLOR="white" ></TD>
<TD BGCOLOR="white" ALIGN="LEFT" >building_volume: number (10,2) </TD>
</TR>

<TR>
<TD BGCOLOR="white" ></TD>
<TD BGCOLOR="white" ALIGN="LEFT" >estimated_floors: number (3) </TD>
</TR>

<TR>
<TD BGCOLOR="white" ></TD>
<TD BGCOLOR="white" ALIGN="LEFT" >state: varchar (3) </TD>
</TR>

</TABLE>>];

}

Data Dictionary

This data dictionary is applicable for the building_height insights pack.

Data dictionary for building_height

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_height record.

No

Yes

DT_CREATE

date_modified

date (yyyy-mm-dd)

The most recent date that an attribute has been modified for the building_height record.

No

No

DT_MOD

roof_height

number (7,2)

The height of the tallest point on a building’s roof in metres.

No

Yes

ROOF_HGT

eave_height

number (7,2)

The average height of the part of a building’s roof that meets or overhangs the walls (eave) in metres.

No

Yes

EAVE_HGT

building_volume

number (10,2)

The volume of the building in cubic metres.

No

Yes

BLD_VOLUME

estimated_floors

number (3)

The estimated number of floors for the building.

No

Yes

EST_FLOOR

state

character string (3)

The abbreviated name of the State or Territory that the building is primarily within.

No

Yes

STATE