-
Notifications
You must be signed in to change notification settings - Fork 1
Home
The Victorian Biodiversity Atlas (VBA) is a tool for government agencies, environmental consultants, researchers and the public to share information about the distribution and abundance of species in Victoria that feeds into the habitat distribution models. It assists DELWP to manage the large volume of species records collected as well as allowing contributors to manage their own records.
###Which species are included? The VBA encompasses vertebrate and invertebrate animals, fungi, vascular and non-vascular plants from terrestrial and aquatic environments, including marine waters to the three nautical mile statutory limit. It includes both native and naturalised exotic species (including weeds and pests) but is not intended to hold data on cultivated or domesticated species.
VBAspecies API is an application programming interface created from the VBA web-based information system and Museums Victoria API to provide programmatic access to read and share information about wildlife in Victoria. The API includes species attribute information, including origin and conservation status.
In this API's version you do not require an authenticated user to list the species data.
At this time it only supports the GET verb and responses are in JSON only.
VBAspecies API Wiki
How To Install VBAspecies API
- Prerequisites
- Install Node.js and npm (Node.js package manager)
- Install MongoDB
- Install Python
- Install Panda and PyMongo
- Install Git
- Clone the GithHub VBAspecies API repository
- Import The Species List
- Install the Node.js Packages Dependencies
- Run VBAspecies API
VBA Project Reference Card