utils
NetCDF helper functions for DASCore IO.
Functions
| Name | Description |
|---|---|
| get_cf_version | Extract the CF convention version string from a NetCDF file. |
| get_coord_manager_for_coordless_data_var | Build dimension coordinates for payloads xarray exposes without coords. |
| get_xarray_data_var_name | Return the main xarray data variable name. |
| is_netcdf4_file | Return True when an HDF5 file exposes strong NetCDF/CF markers. |
| parse_cf_version | Parse a CF version string into comparable major/minor integers. |