dapper.schemas.elm¶
Canonical ELM target schema & helpers.
Everything here is dataset-agnostic. Adapters should map their raw/source variables into these canonical names before handing data to writers.
Functions
|
Return canonical recommended range for a variable. |
|
Return the list of canonical vars required by a given ELM format. |
|
Return canonical units for a variable. |
|
True if var should be clipped to >= 0 after conversion. |
- dapper.schemas.elm.elm_range(var)¶
Return canonical recommended range for a variable.
- dapper.schemas.elm.elm_required_vars(dformat)¶
Return the list of canonical vars required by a given ELM format.
- dapper.schemas.elm.elm_units(var)¶
Return canonical units for a variable.