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 retrieval::AutoTopologyRequest;pub use retrieval::RetrievalArea;pub use retrieval::RetrievalOutcome;pub use retrieval::RetrievalStatus;pub use retrieval::RetrievedTopology;pub use retrieval::RinfNetelementRow;pub use retrieval::RinfNetrelationRow;pub use retrieval::TopologySource;pub use retrieval::TopologyValidationReport;pub use retrieval::TopologyValidationStatus;pub use retrieval::WorkflowKind;pub use retrieval::COARSE_GEOMETRY_LENGTH_THRESHOLD_METERS;pub use retrieval::DEFAULT_RETRIEVAL_BUFFER_METERS;pub use retrieval::DEFAULT_RINF_ENDPOINT;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
- retrieval
- Retrieval domain types for automatic ERA RINF topology download (feature 006).
- train_
path - Continuous train path through the rail network