pub fn export_hmm_emission_probabilities<P: AsRef<Path>>(
debug_info: &DebugInfo,
output_path: P,
) -> Result<(), ProjectionError>Expand description
Export Phase 1 – HMM emission probabilities as GeoJSON
Produces a FeatureCollection with one LineString per GNSS-position × candidate netelement pair, recording the emission probability components so that the HMM observation model can be inspected spatially.
Properties per feature:
step– GNSS position index (0-based)netelement_id– candidate netelementemission_probability– combined (distance × heading) emission probabilitydistance_probability– distance componentdistance_m– absolute distance in metresheading_probability– heading component (omitted when unavailable)heading_difference_deg– absolute heading difference in degrees (omitted when unavailable)status–"selected","candidate", or"rejected"