Geospatial Data Sharing

Datasets

The WildNet database contains 3.5 million records of wildlife sightings and listings of around 20,000 species such as plants, mammals, birds, reptiles, amphibians, freshwater fish, marine cartilaginous fish and butterflies in Queensland. Species are classified by a taxonomy including multiple levels, kingdom names, class names, family names, scientific names, and common names. WildNet maintains a large store of ecological data, which depends heavily on many other services, and is itself a service to many other applications. The following datasets are included in this case study:

Features

The prototype has two main functionalities:

Screenshots


Figure 1: Keyword input


Figure 2: Catalogue search result for keyword "snake"


Figure 3: Catalogue search result for keyword "bird"


Figure 4: The catalogue search result when a polygon selection is created


Figure 5: The dialogue for bird name input


Figure 6: The distribution of "Australian White Ibis"


Figure 7: The climate profile for "Australian White Ibis"

Implementation

The implementation is based on Open Geospatial Consortium (OGC) standards, as data involved in our case study has a geographical or spatial nature. The implementation architecture is shown below:


Implementation Architecture

In the implementation, we use two machines; A and B. Machine A stores snake sightings data, bird taxonomy data, and weather data; machine B stores bird sightings data. A new data source always publishes its services to the catalogue server (step (1)). During a search (step (2)), the catalogue server is first contacted for related data sources (step (3)); then the search request is dispatched to these data sources (step (4)); and finally data are accessed (step (5)).