populate_parent_data_from_json_obj#

populate_parent_data_from_json_obj(location, parent)[source]#

Loading a location json object with necessary data fields filled from the parent location json.

Parameters:
  • location (json) – json object for the location data

  • parent (json) – json object for the parent location

Returns:

The location json object with necessary data fields filled from the parent location.

Return type:

json