badc.chunkingΒΆ
Chunk planning helpers plus probe/aggregation logic.
See notes/chunking.md for the longer-term Plan A (HawkEars-driven probes,
chunk overlap heuristics, manifest hashing, etc.). The functions below stay
lightweight so CLI/tests can exercise the workflow while the more advanced
algorithms are being built.
Functions
|
Aggregate placeholder detections by chunk prefix. |
|
Yield placeholder chunk identifiers for documentation/testing. |
|
Return evenly spaced ranges that cover |
|
Estimate a feasible chunk duration for |
|
Return mocked detection IDs for each |
|
Write a chunk manifest CSV (placeholder hashing). |
Classes
|
Single attempt recorded while searching for a safe chunk duration. |
|
Represents the outcome of a chunk-size probe run. |