Skip to main content

create_coordinate_variable

Function create_coordinate_variable 

Source
pub fn create_coordinate_variable(
    name: &str,
    values: Vec<f64>,
    units: &str,
) -> NetCdfVariable
Expand description

Create a coordinate variable (a 1D variable with the same name as its dimension).