Supporting scientists and decision-makers to use biodiversity data Shandiya Balasubramaniam
Martin Westgate

The Global Biodiversity Information Facility is an international data infrastructure with over 3 billion occurrence records

The Atlas of Living Australia: Australia’s national biodiversity repository

Open data and code

{galah} is an interface to biodiversity data hosted by GBIF and other living atlases, such as the Atlas of Living Australia (ALA)

library(galah)

galah_config(atlas = "ALA",
             email = "email@email.com")

occ <- galah_call() |> 
  identify("pardalotus") |> 
  filter(year == 2025) |> 
  atlas_occurrences(mint_doi = TRUE)
import galah

galah.galah_config(atlas = "ALA",
                   email = "email@email.com")

galah.atlas_occurrences(
    taxa = "pardalotus",
    filters = "year = 2025",
    mint_doi = True
)

Other projects supporting reproducibility


Other projects supporting reproducibility

labs.ala.org.au
cleaning-data-r.ala.org.au

We all love using open data…
…but who’s sharing it?

{galaxias} is an interface that simplifies the process of converting biodiversity data into Darwin Core Archives (DwCA), facilitating data submission to infrastructures such as the Atlas of Living Australia or the Global Biodiversity Information Facility

Publishing data maximises their research value, making datasets finable, persistent, and citable.



Shandiya Balasubramaniam
Decision Support Program Lead
Atlas of Living Australia
shandiya.balasubramaniam@csiro.au
shandiya.bsky.social
shandiya