Make polygon from json
- operators.shp.make_polygon_from_json(client, input_file='in.json', output_file='out.pickle', point_identifiers='min_x,min_y;min_x,max_y;max_x,max_y;max_x,min_y', instance_type='x2large')
- make_polygon_from_json( client,input_file=’in.json’,output_file=’out.pickle’,point_identifiers=’min_x,min_y;min_x,max_y;max_x,max_y;max_x,min_y’,instance_type=’x2large’ )
- Parameters:
input_file – Input file for the json file
output_file – Output file for the polygon file
point_identifiers – Point identifiers for the polygon
instance_type – type of cloud instance used for processing