BioBlitz 2016
Melbourne BioBlitz is one of the City of Melbourne’s major citizen science programs, where experts and members of the community work together to discover, document, and learn about the species that call our city home.
The most recent Melbourne BioBlitz took place over 24 hours on 4 and 5 March 2016. During the BioBlitz 744 members of the public joined 27 activities which included spotting birds at Royal Park, identifying insects at Westgate Park, and searching for plants in the Fitzroy Gardens.
The City of Melbourne has analysed the data collected in past BioBlitzes and is now building a baseline dataset against which future changes in biodiversity can be measured and evaluated.
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/bioblitz-2016-ew6k-chz4\".\"bioblitz_2016\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.