get_attributes_from_zarr_stores¶
- HSTB.kluster.fqpr_convenience.get_attributes_from_zarr_stores(list_dir_paths)¶
Takes in a list of paths to directories containing fqpr generated zarr stores. Returns a list where each element is a dict of attributes found in each zarr store. 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)
- Parameters
list_dir_paths (
list) – list of strings for paths to each converted folder containing the zarr folders- Returns
list of dicts for each successfully reloaded fqpr object
- Return type
list