galaxias-python
is a Python package that helps users describe, package
and share biodiversity information using the ‘Darwin Core’
data standard. It was created by the Science & Decision Support
Team at the Atlas of Living
Australia (ALA).
The package is named for a genus of freshwater fish that is found only in the Southern Hemisphere, and predominantly in Australia and New Zealand. The logo shows a Spotted Galaxias (Galaxias truttaceus) drawn by Ian Brennan.
If you have any comments, questions or suggestions, please contact us.
This package is under active development, and is not yet available on PyPI. You can install the latest development version from GitHub with:
git clone https://github.com/AtlasOfLivingAustralia/galaxias-python.git
cd galaxias-python/galaxias
pip install .
Load the package:
import galaxias
galaxias-python
contains tools to:
- Create documents to describe the origin and structure of your data
using
build_metadata()
andbuild_schema()
. - Zip up your data for sharing or publication using
build_archive()
. - Check data for consistency with the Darwin Core standard, either
locally using
check_archive()
, or via API usingvalidate_archive()
.
galaxias-python
is part of a group of packages that help users publish data
using the Darwin Core standard. The other packages are:
corella-python
for converting tibbles to the required column namesdelma-python
for converting markdown files toxml
.
The current recommended citation is:
Buyan A & Westgate MJ (2025) galaxias: Standardise, Document and Share Biodiversity Data. Python Package version 0.1.0.
Developers who have contributed to galaxias
are listed here (in
alphabetical order by surname):
Amanda Buyan (@acbuyan)