|
830 | 830 | functionNames.append([[' classification_report', 'cfg.batchT.performClassificationReport', 'cfg.classRep.calculateClassificationReport', ['input_raster_path : \'\'', 'use_nodata : 0', 'nodata_value : 0', 'output_report_path : \'\'']]]) |
831 | 831 | functionNames.append([[' classification_sieve', 'cfg.batchT.performClassificationSieve', 'cfg.sieveRstr.sieveClassification', ['input_raster_path : \'\'', 'size_threshold : 2', 'pixel_connection : 4', 'output_raster_path : \'\'']]]) |
832 | 832 | functionNames.append([[' classification_to_vector', 'cfg.batchT.performClassificationToVector', 'cfg.classVect.convertClassificationToVector', ['input_raster_path : \'\'', 'use_signature_list_code : 0', 'code_field : \'C_ID\'', 'dissolve_output : 0', 'output_vector_path : \'\'']]]) |
833 | | -functionNames.append([[' cross_classification', 'cfg.batchT.performCrossClassification', 'cfg.crossC.crossClassification', ['classification_file_path : \'\'', 'use_nodata : 0', 'nodata_value : 0', 'reference_file_path : \'\'', 'vector_field_name : \'\'', 'output_raster_path : \'\'']]]) |
| 833 | +functionNames.append([[' cross_classification', 'cfg.batchT.performCrossClassification', 'cfg.crossC.crossClassification', ['classification_file_path : \'\'', 'use_nodata : 0', 'nodata_value : 0', 'reference_file_path : \'\'', 'vector_field_name : \'\'', 'output_raster_path : \'\'', 'regression : 0']]]) |
834 | 834 | functionNames.append([[' edit_raster_using_vector', 'cfg.batchT.performEditRasterUsingVector', 'cfg.editRstr.setRasterValue', ['input_raster_path : \'\'', 'input_vector_path : \'\'', 'vector_field_name : \'\'', 'constant_value : 0', 'expression : \'where(raster == 1, 2, raster)\'']]]) |
835 | 835 | functionNames.append([[' land_cover_change', 'cfg.batchT.performLandCoverChange', 'cfg.landCC.landCoverChange', ['reference_raster_path : \'\'', 'new_raster_path : \'\'', 'output_raster_path : \'\'']]]) |
836 | 836 | functionNames.append([[' reclassification', 'cfg.batchT.performReclassification', 'cfg.reclassification.reclassify', ['input_raster_path : \'\'', 'value_list : \'oldVal_newVal,oldVal_newVal\'', 'use_signature_list_code : 1', 'code_field : \'MC_ID\'', 'output_raster_path : \'\'']]]) |
|
0 commit comments