save_location_to_filepath#

save_location_to_filepath(location, abs_filepath)[source]#

Saves json object with location data to provided absolute filepath.

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

  • abs_filepath (str) – absolute file path to where the json is saved

Returns:

None.