pub fn export_all_debug_info<P: AsRef<Path>>(
debug_info: &DebugInfo,
output_dir: P,
) -> Result<(), ProjectionError>Expand description
Export all HMM debug information to numbered GeoJSON files (T158)
Writes seven phase-numbered files to output_dir:
01_emission_probabilities.geojson02_transition_probabilities.geojson03_viterbi_trace.geojson04_candidate_netelements.geojson05_path_sanity_decisions.geojson06_filling_gaps.geojson07_selected_path.geojson