Skip to content

Building Information (BD)

Buildings Department (BD)

~42,000
Buildings
Quarterly
Update Frequency
CSV / SHP
Format
FieldTypeExampleDescription
BUILDING_NAMEstring"Tower 1, Lippo Centre"Building name
ADDRESSstring"89 Queensway, Admiralty"Street address
DISTRICTstring"Central & Western"District
YEAR_COMPLETEDint1988Year of completion
FLOORS_ABOVEint46Floors above ground
FLOORS_BELOWint3Basement levels
USAGEstring"Commercial"Primary usage (Residential/Commercial/Industrial/Mixed)
LATITUDEfloat22.2790WGS84 latitude
LONGITUDEfloat114.1650WGS84 longitude
Terminal window
curl -s "https://data.gov.hk/en-data/api/3/action/package_search?q=building+information+department" \
| jq '.result.results[0].resources[] | {name, url, format}'
ModelHow It’s Used
Site Rating ScorecardBuilding age and floor count as physical constraint indicators; commercial density scoring
Catchment AreaBuilding footprints define walkable population (residential floors × avg household size)
Regression ModelBuilding usage mix as independent variable (commercial ratio predicts lunch crowd)
  • Not all buildings have coordinates; older records may only have addresses (geocode with Google or HK GeoInfo)
  • USAGE field may say “Composite” for mixed residential-commercial; you’ll need to estimate the commercial portion
  • Building age is a strong proxy for rental pricing tier; pre-1980 buildings in Central typically have cheaper rents
  • Village houses and NT small houses are often missing from BD data