Extract multipolygons from shp
- operators.shp.extract_multipolygons_from_shp(client, shp_file='', out_polygon_folder='polygons/', out_attributes_folder='attributes/', shape_id=-1, name_id=0, instance_type='x2large')
- extract_multipolygons_from_shp( client,shp_file=’’,out_polygon_folder=’polygons/’,out_attributes_folder=’attributes/’,shape_id=-1,name_id=0,instance_type=’x2large’ )- Parameters:
- shp_file – input shp file 
- out_polygon_folder – folder with polygons from shape file 
- out_attributes_folder – folder with records from shape file 
- shape_id – id of polygon: [-1 parses all polygons] 
- name_id – id of polygon: [-1 ignores name] 
- instance_type – type of cloud instance used for processing