get_attributes_from_fqpr¶
- HSTB.kluster.fqpr_convenience.get_attributes_from_fqpr(fqpr_instance, include_mode=True)¶
Takes in a FQPR instance. Returns a dict of the attribution in that instance. Prefers the attributes from the xyz_dat store, but if it can’t find it, will read from one of the raw_ping converted zarr stores. (all attributes across raw_ping data stores are identical)
If include_mode is True, will also read and translate unique modes from each raw_ping and include a unique set of those modes in the returned attributes.
- Parameters
fqpr_instance – fqpr instance that you want to load from
include_mode (
bool) – if True, include mode in the returned attributes
- Returns
dict of attributes in that FQPR instance
- Return type
dict