pub fn parse_gnss_csv(
path: &str,
crs: &str,
lat_col: &str,
lon_col: &str,
time_col: &str,
) -> Result<Vec<GnssPosition>, ProjectionError>Expand description
Parse GNSS positions from CSV file
pub fn parse_gnss_csv(
path: &str,
crs: &str,
lat_col: &str,
lon_col: &str,
time_col: &str,
) -> Result<Vec<GnssPosition>, ProjectionError>Parse GNSS positions from CSV file