NetCDFCFV18

class of dascore.io.netcdf.core
inherits from: FiberIO
source

NetCDFCFV18()

NetCDF-4 IO using xarray for read/write and CF markers for detection.

Methods

Name Description
get_format Derive the format name and version from the family detector.
get_metadata Scan NetCDF file metadata without loading the full payload array.
get_version Return the file version when the resource matches this family.
read Read patches by selecting metadata and loading the resulting array windows.
read_array Slice the payload variable through xarray.
scan Return patch metadata; the dispatcher attaches source provenance.
write Write a Spool to NetCDF-4 through xarray.