Business establishments location and industry classification
Data collected as part of the City of Melbourne's Census of Land Use and Employment (CLUE). The data covers the period 2002-2021. It show business establishments with their business address, industry (ANZSIC4) classification, location and CLUE block and small area allocation.
A business establishment is defined as a
• Commercial occupant in a building
• Separate land use
• Any permanent presence of economic activity in accordance with standard Industry classification (ANZSIC).
Hence, if one organisation has its presence in several buildings in the CLUE area, each time it will be counted as a separate establishment. Consequently, the count of establishments presented in CLUE represents the number of locations, rather than 'enterprises'.
For more information about CLUE see http://www.melbourne.vic.gov.au/clue
For more information about the ANZSIC industry classification system see http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"melbourne-vic-gov-au/business-establishments-location-and-industry-bs7n-5veh\".\"business_establishments_location_and_industry\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.