/python-aodncore

The starting point for any new pipeline handler development containing all of the core functionality of each handler

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

AODN Core Pipeline

The aodncore package provides the core & generic functionality for all data ingestion pipelines at the AODN. This can be customised and extended for specific data-streams in the aodndata package.

The package provides the base class for each pipeline handler, aodncore.pipeline.HandlerBase. This is the starting point for any new handler development, as it contains all of the core functionality of each handler, which is then available to the child class via class inheritance.

python-aodncore coverage

Project documentation is hosted at: https://aodn.github.io/python-aodncore/index.html

Licensing

This project is licensed under the terms of the GNU GPLv3 license.