quends.preprocessing.netcdf¶
Functions¶
|
Load a single variable from a NetCDF4 file into a data stream. |
Module Contents¶
- quends.preprocessing.netcdf.from_netcdf(file, variable)[source]¶
Load a single variable from a NetCDF4 file into a data stream.
Variables that end with
'_t'or'_st'are extracted from theDiagnosticsgroup and aligned to thetimegrid. The returnedDataStreamcontains thetimecolumn together with the requestedvariablecolumn.
Last update:
Aug 11, 2026