tp-lib-core 0.0.6

Core library for GNSS track axis projection with spatial indexing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Integration tests for projection functionality

#[path = "unit/crs_transform_test.rs"]
mod crs_transform_test;
#[path = "unit/gnss_model_test.rs"]
mod gnss_model_test;
#[path = "unit/path_candidate_test.rs"]
mod path_candidate_test;
#[path = "unit/path_construction_test.rs"]
mod path_construction_test;
#[path = "unit/path_probability_test.rs"]
mod path_probability_test;
#[path = "unit/projection_basic_test.rs"]
mod projection_basic_test;