|
774 | 774 |
|
775 | 775 | ''' Batch ''' |
776 | 776 | workingDirNm = '!working_dir!' |
777 | | -processSettingsNm = '!process_settings!' |
778 | 777 | tempRasterNm = '!temp_raster_' |
779 | 778 | tempDirNm = '!temp_dir!' |
780 | 779 | startForDirNm = '!for_directory_in!' |
|
837 | 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 : \'\'']]]) |
838 | 837 | functionNames.append([[' zonal_stat_raster', 'cfg.batchT.performZonalStatRaster', 'cfg.znlSttRstT.zonalStatRaster', ['input_raster_path : \'\'', 'reference_file_path : \'\'', 'use_nodata : 0', 'nodata_value : 0', 'vector_field_name : \'\'', 'statistic : \'sum\'', 'stat_value : 50', 'output_raster_path : \'\'']]]) |
839 | 838 | functionNames.append([['Variables']]) |
840 | | -functionNames.append([[workingDirNm, 'cfg.batchT.workingDirectory', '', ['\'\'']]]) |
841 | | -functionNames.append([[processSettingsNm, 'cfg.batchT.processSettings', 'cfg.sets.setProcessSetting', ['threads : 2', 'ram : 512']]]) |
842 | | -functionNames.append([[startForDirNm, '', '', ['\'\'']]]) |
843 | | -functionNames.append([[DirNm, '', '', []]]) |
844 | | -functionNames.append([[directoryName, '', '', []]]) |
845 | | -functionNames.append([[endForDirNm, '', '', []]]) |
846 | | -functionNames.append([[startForFileNm, '', '', ['\'\'']]]) |
847 | | -functionNames.append([[FileNm, '', '', []]]) |
848 | | -functionNames.append([[FileDirNm, '', '', []]]) |
849 | | -functionNames.append([[endForFileNm, '', '', []]]) |
850 | | -functionNames.append([[startForBandSetNm, '', '', ['\'\'']]]) |
851 | | -functionNames.append([[bandSetNm, '', '', []]]) |
852 | | -functionNames.append([[endForBandSetNm, '', '', []]]) |
853 | | -functionNames.append([[tempRasterNm + '1!', '', '', []]]) |
854 | | -functionNames.append([[tempDirNm, '', '', []]]) |
855 | | -functionNames.append([['Notifications']]) |
| 839 | +functionNames.append([[' ' + workingDirNm, 'cfg.batchT.workingDirectory', '', ['\'\'']]]) |
| 840 | +functionNames.append([[' ' + startForDirNm, '', '', ['\'\'']]]) |
| 841 | +functionNames.append([[' ' + DirNm, '', '', []]]) |
| 842 | +functionNames.append([[' ' + directoryName, '', '', []]]) |
| 843 | +functionNames.append([[' ' + endForDirNm, '', '', []]]) |
| 844 | +functionNames.append([[' ' + startForFileNm, '', '', ['\'\'']]]) |
| 845 | +functionNames.append([[' ' + FileNm, '', '', []]]) |
| 846 | +functionNames.append([[' ' + FileDirNm, '', '', []]]) |
| 847 | +functionNames.append([[' ' + endForFileNm, '', '', []]]) |
| 848 | +functionNames.append([[' ' + startForBandSetNm, '', '', ['\'\'']]]) |
| 849 | +functionNames.append([[' ' + bandSetNm, '', '', []]]) |
| 850 | +functionNames.append([[' ' + endForBandSetNm, '', '', []]]) |
| 851 | +functionNames.append([[' ' + tempRasterNm + '1!', '', '', []]]) |
| 852 | +functionNames.append([[' ' + tempDirNm, '', '', []]]) |
| 853 | +functionNames.append([['Functions']]) |
| 854 | +functionNames.append([[' process_settings', 'cfg.batchT.processSettings', 'cfg.sets.setProcessSetting', ['threads : 2', 'ram : 512']]]) |
856 | 855 | functionNames.append([[' send_notification', 'cfg.batchT.performSendNotification', 'cfg.utls.sendSMTPMessage', ['subject : \'\'', 'message : \'\'']]]) |
857 | 856 |
|
858 | 857 | ''' Scatter plot ''' |
|
0 commit comments