Expand description
Data models for GNSS positioning and railway network
Re-exports§
pub use associated_net_element::AssociatedNetElement;pub use detection::Detection;pub use detection::GeographicLocation;pub use detection::LinearDetection;pub use detection::PunctualDetection;pub use detection::ResolvedAnchor;pub use detection::TopologicalLocation;pub use detection_record::DetectionKind;pub use detection_record::DetectionRecord;pub use detection_record::DetectionStatus;pub use detection_record::DiscardReason;pub use detection_record::TimestampOrRange;pub use gnss::GnssPosition;pub use gnss_net_element_link::GnssNetElementLink;pub use netelement::Netelement;pub use netrelation::NetRelation;pub use path_metadata::PathDiagnosticInfo;pub use path_metadata::PathMetadata;pub use path_metadata::SegmentDiagnostic;pub use path_origin::PathOrigin;pub use projected_position::ProjectedPosition;pub use train_path::TrainPath;
Modules§
- associated_
net_ element - Netelement within a calculated train path
- detection
- Detection input types (T007).
- detection_
record - Detection provenance record types (T008).
- gnss
- GNSS Position data model
- gnss_
net_ element_ link - Link between a GNSS position and a candidate netelement
- netelement
- Netelement (railway track segment) data model
- netrelation
- Network topology connection model
- path_
metadata - Path calculation metadata
- path_
origin - Origin classification for train path segments
- projected_
position - Projected GNSS position onto railway netelement
- train_
path - Continuous train path through the rail network