rex.external.rexarray

rex backend for xarray implementation

Heavily based on the h5netcdf backend: https://github.com/pydata/xarray/blob/main/xarray/backends/h5netcdf_.py

Functions

open_mfdataset_hsds(paths, **kwargs)

Open multiple NREL spatiotemporal datasets stored in cloud-optimized HSDS paths into an xarray dataset object.

Classes

RexArrayWrapper(variable_name, datastore, ...)

rexarray implementation of a BackendArray

RexBackendEntrypoint()

Backend for NREL rex-style files

RexCoordVar(coord_var)

Wrapper class containing meta attributes for a coordinate

RexMetaVar(meta_var, dtype)

Wrapper class containing meta attributes for a variable

RexStore(manager[, group, mode, hsds, lock])

Store for reading NREL-rex style data via h5py

VarInfo(name, var, meta_index, coord_index)

Create new instance of VarInfo(name, var, meta_index, coord_index)