Business establishments per ANZSIC for blocks
Data collected as part of the City of Melbourne's Census of Land Use and Employment (CLUE). The data covers the period 2002-21. It shows the number of business establishments per city (CLUE) block, classified by their ANZSIC1 industry 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-per-anzsic-for-blocks-jsun-ttri\".\"business_establishments_per_anzsic_for_blocks\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.