gemgis.postprocessing.create_attributes#

gemgis.postprocessing.create_attributes(keys: list, values: list) list#

Creating a list of attribute dicts

Parameters
  • key (list) – List of keys to create the attributes with

  • values (list) – List of values for the dicts

Returns

dicts – List containing the attribute dicts

Return type

list

New in version 1.0.x.