nemora.ingest
Nemora’s ingest package wraps reusable dataset abstractions and pipelines that
convert raw inventory releases (FAIB PSP, FIA Datamart, etc.) into the tidy stand
tables consumed by nemora.fit, nemora.sampling, and downstream tooling.
The key entry points mirror the concepts introduced in the
Ingest Module how-to:
DatasetSource/DatasetFetcherdescribe how to locate and cache raw files.TransformPipelineorchestrates composable DataFrame transformations.Submodules (
faib,fia,hps) provide dataset-specific helpers and CLI-ready pipelines for stand-table and HPS tally generation.
See also
docs/howto/ingest.mdfor step-by-step ingest workflows.nemora.clifor Typer commands such asingest-faib,faib-manifest, andingest-faib-hpsthat wrap these helpers.