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 / DatasetFetcher describe how to locate and cache raw files.

  • TransformPipeline orchestrates 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.md for step-by-step ingest workflows.

  • nemora.cli for Typer commands such as ingest-faib, faib-manifest, and ingest-faib-hps that wrap these helpers.

Package API

Dataset helpers

FAIB (nemora.ingest.faib)

FIA (nemora.ingest.fia)

HPS (nemora.ingest.hps)