xarray.backends.PseudoNetCDFBackendEntrypoint
xarray.backends.PseudoNetCDFBackendEntrypoint#
- class xarray.backends.PseudoNetCDFBackendEntrypoint[source]#
Backend for netCDF-like data formats in the air quality field based on the PseudoNetCDF package.
It can open: - CAMx - RACM2 box-model outputs - Kinetic Pre-Processor outputs - ICARTT Data files (ffi1001) - CMAQ Files - GEOS-Chem Binary Punch/NetCDF files - and many more
This backend is not selected by default for any files, so make sure to specify
engine="pseudonetcdf"inopen_dataset.For more information about the underlying library, visit: https://pseudonetcdf.readthedocs.io
See also
backends.PseudoNetCDFDataStore- __init__()#
Methods
__init__()guess_can_open(filename_or_obj)Backend open_dataset method used by Xarray in
open_dataset().open_dataset(filename_or_obj[, ...])Backend open_dataset method used by Xarray in
open_dataset().Attributes
open_dataset_parameters