Module Map¶
bijux-pollenomics is organized by workflow responsibility rather than by
framework layer.
Main Runtime Areas¶
cli.pyand__main__.pyprovide the public command entrypointcommand_line/parsing/defines parser structure and option wiringcommand_line/runtime/resolves handlers and command dispatchcore/carries low-level helpers for files, time labels, text, HTTP, and GeoJSON handlingdata_downloader/owns source collection, staging, contracts, and spatial helpersreporting/owns AADR reporting, context layers, bundle assembly, and map rendering
Cross-Cutting Anchors¶
config.pycentralizes stable defaultstests/unit,tests/regression, andtests/e2emirror the runtime from fine-grained checks up to command behavior
Purpose¶
This page gives the shortest structural map of the runtime package.