Tree canopies public realm 2018 (Urban Forest)
Tree canopy within City of Melbourne mapped using 2018 aerial photos and LiDAR. The canopy polygons represent actual tree canopy extents on public property (land managed by the City of Melbourne) across the city. The data is considered accurate for 2018. Changes in tree canopy are expected to have occurred since that time.
Tree canopy cover is mapped by the City of Melbourne annually.
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/tree-canopies-public-realm-2018-urban-forest-6rkf-zake\".\"tree_canopies_public_realm_2018_urban_forest\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.