Skip to main content

export_all_debug_info

Function export_all_debug_info 

Source
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.geojson
  • 02_transition_probabilities.geojson
  • 03_viterbi_trace.geojson
  • 04_candidate_netelements.geojson
  • 05_path_sanity_decisions.geojson
  • 06_filling_gaps.geojson
  • 07_selected_path.geojson