NEDAS.core.obs_info module
- class NEDAS.core.obs_info.ObsInfo(c: Context)[source]
Bases:
objectManages the metadata, indexing and memory allocation for the observation sequences
- Variables:
records (dict[int], ObsRecord]) – dictionary containing obs_rec_id and the corresponding obs record
variables (set[str]) – set of unique variables in the observations
err_types (set[str]) – set of unique error models used in the observations
- variables: list[str]
- err_types: list[str]