pub fn open_with<P>(name: P, options: Options) -> Result<File> where
    P: AsRef<Path>, 
Expand description

Open a netCDF file in read mode with the given options