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.
Project documentation is hosted at: https://aodn.github.io/python-aodncore/index.html
This project is licensed under the terms of the GNU GPLv3 license.