populate_parent_data_from_file_path#

populate_parent_data_from_file_path(location, parent_file_path)[source]#

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

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

  • parent_file_path (str) – file path to the parent location

Returns:

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

Return type:

json