Make polygon from json folder

operators.shp.make_polygon_from_json_folder(client, input_folder='/input_folder', output_folder='/output_folder', point_identifiers='min_x,min_y;min_x,max_y;max_x,max_y;max_x,min_y', worker_instance_type='x2large', manager_instance_type='small', extension_input_file='.json', extension_output_file='.pickle', skip_existing_files=False)

make_polygon_from_json_folder(client,
input_folder=’/input_folder’,
output_folder=’/output_folder’,
point_identifiers=’min_x,min_y;min_x,max_y;max_x,max_y;max_x,min_y’,
worker_instance_type=’x2large’,
manager_instance_type=”small”,
extension_input_folder=”.json”,
extension_output_folder=”.pickle”,
skip_existing_files = False )
Parameters:
  • point_identifiers – Point identifiers for the polygon

  • input_folder – Input folder for the json folder

  • output_folder – Output folder for the polygon folder

  • worker_instance_type – cloud instance type of worker nodes

  • manager_instance_type – cloud instance type of manager node

  • extension_input_folder – File extension of files in folder for input_folder

  • extension_output_folder – File extension of files in folder for output_folder

  • skip_existing_files – skip files that already exist in the output folder