diff --git a/Ortho-L-SAR/OrthoMain.py b/Ortho-L-SAR/OrthoMain.py index 6ec3304..fbf7882 100644 --- a/Ortho-L-SAR/OrthoMain.py +++ b/Ortho-L-SAR/OrthoMain.py @@ -524,7 +524,7 @@ class OrthoMain: pass def cut_dem(self, dem_merged_path, meta_file_path): - _, scopes = DictXml(meta_file_path).get_extend() + _, scopes, _ = DictXml(meta_file_path).get_extend() intersect_polygon = pp().intersect_polygon(scopes) if intersect_polygon is None: raise Exception('cal intersect box fail!') diff --git a/atmosphericDelay-L-SAR/AtmosphericDelayMain.py b/atmosphericDelay-L-SAR/AtmosphericDelayMain.py index f08e562..ea58b42 100644 --- a/atmosphericDelay-L-SAR/AtmosphericDelayMain.py +++ b/atmosphericDelay-L-SAR/AtmosphericDelayMain.py @@ -1261,7 +1261,7 @@ if __name__ == "__main__": # raise Exception('phase_unwrapping() failed!') if AtmosphericMain.creat_xml_format(start) is not True: raise Exception('creat_xml_format() failed!') - logger.info('successful production of ' + EXE_NAME + ' Product'+'.mate.xml') + logger.info('successful production of ' + EXE_NAME + ' Product') except Exception: logger.exception("run-time error!") finally: diff --git a/backScattering-L-SAR/BackScattering-L-SAR.xml b/backScattering-L-SAR/BackScattering-L-SAR.xml index 01163b8..543a483 100644 --- a/backScattering-L-SAR/BackScattering-L-SAR.xml +++ b/backScattering-L-SAR/BackScattering-L-SAR.xml @@ -55,9 +55,9 @@ DEM数字高程影像 30m分辨率DEM数字高程影像 File - zip + tif Cal - F:\MicroWorkspace\LT1B\LT230919\DEM30m.zip + F:\MicroWorkspace\LT1B\LT230919\LSAR_vegetationPhenology_DEM30m.tif True True File diff --git a/backScattering-L-SAR/BackScatteringMain.py b/backScattering-L-SAR/BackScatteringMain.py index 9ce1b4a..4f1afad 100644 --- a/backScattering-L-SAR/BackScatteringMain.py +++ b/backScattering-L-SAR/BackScatteringMain.py @@ -262,7 +262,7 @@ class ScatteringMain: self.del_floder(path) def cut_dem(self, dem_merged_path, meta_file_path): - _, scopes = DictXml(meta_file_path).get_extend() + _, scopes, _ = DictXml(meta_file_path).get_extend() intersect_polygon = pp().intersect_polygon(scopes) if intersect_polygon is None: raise Exception('cal intersect box fail!') diff --git a/backScattering-L-SAR/run_log/BackScattering2024-02-21-13-26-47.log b/backScattering-L-SAR/run_log/BackScattering2024-02-21-13-26-47.log deleted file mode 100644 index 84ae075..0000000 --- a/backScattering-L-SAR/run_log/BackScattering2024-02-21-13-26-47.log +++ /dev/null @@ -1,14 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\backScattering-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -ERROR:mylog:run-time error! -Traceback (most recent call last): - File "D:/estar-proj/microproduct-l-sar/backScattering-L-SAR/BackScatteringMain.py", line 497, in - if not ScatteringMain.check_source(): - File "D:/estar-proj/microproduct-l-sar/backScattering-L-SAR/BackScatteringMain.py", line 83, in check_source - self.__in_processing_paras = self.__init_processing_paras(self.__input_paras, self.__workspace_preprocessing_path) - File "D:/estar-proj/microproduct-l-sar/backScattering-L-SAR/BackScatteringMain.py", line 142, in __init_processing_paras - file_path = BlockProcess.unzip_file(para_path, out_path) - File "D:\estar-proj\microproduct-l-sar\tool\algorithm\block\blockprocess.py", line 105, in unzip_file - return unzipped_folder_path -UnboundLocalError: local variable 'unzipped_folder_path' referenced before assignment diff --git a/backScattering-L-SAR/run_log/BackScattering2024-02-21-13-29-49.log b/backScattering-L-SAR/run_log/BackScattering2024-02-21-13-29-49.log deleted file mode 100644 index 5b10d89..0000000 --- a/backScattering-L-SAR/run_log/BackScattering2024-02-21-13-29-49.log +++ /dev/null @@ -1,12 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\backScattering-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 30% -ERROR:mylog:len(scopes_tuple) < 2 -INFO:mylog:progress bar: 40% -INFO:mylog:progress bar: 90% -INFO:mylog:process_handle finished! -INFO:mylog:progress bar: 100% -INFO:mylog:successful production of backscattering products! -INFO:mylog:running use time: 0:11:33.157837 diff --git a/deformation-L-SAR/Deformation.xml b/deformation-L-SAR/Deformation.xml index ab90dae..ab3c693 100644 --- a/deformation-L-SAR/Deformation.xml +++ b/deformation-L-SAR/Deformation.xml @@ -65,11 +65,11 @@ box 经纬度包围盒 - 经纬度包围盒SNWE。例子:30.0;30.2;117.3;117.5 37;38.2;108.87;109.1 + 经纬度包围盒SNWE。例子:30.0;30.2;117.3;117.5 28.35;28.4;100.35;100.4 value string Man - 28.35;28.4;100.35;100.4 + 28.30;28.4;100.30;100.4 True True UploadInput @@ -84,7 +84,7 @@ File zip Man - D:\micro\microproduct_depdence\LT-Deformation\dem\97E27N_COP30.zip + D:\micro\microproduct_depdence\LT-Deformation\dem\LSAR_atmo_97E27N_COP30.zip True False File diff --git a/deformation-L-SAR/DeformationMain.py b/deformation-L-SAR/DeformationMain.py index 60d5aa3..c619f06 100644 --- a/deformation-L-SAR/DeformationMain.py +++ b/deformation-L-SAR/DeformationMain.py @@ -181,12 +181,15 @@ class DeformationMain: if name == 'MainImg': processing_paras.update({'mainimg': para['ParaValue']}) if name == 'box': - datas = para['ParaValue'].split(';') - if len(datas) != 4: - msg = 'para: box is error!box:' + para['ParaValue'] - raise Exception(msg) - box = datas[0] + ' ' + datas[1] + ' ' + datas[2] + ' ' + datas[3] - processing_paras.update({'box': box}) + if para['ParaValue'] == 'empty': + processing_paras.update({'box': 'empty'}) + else: + datas = para['ParaValue'].split(';') + if len(datas) != 4: + msg = 'para: box is error!box:' + para['ParaValue'] + raise Exception(msg) + box = datas[0] + ' ' + datas[1] + ' ' + datas[2] + ' ' + datas[3] + processing_paras.update({'box': box}) if name == 'AuxDir': if para['DataType'] == 'File': processing_paras.update({'AuxDir': para['ParaValue']}) @@ -442,12 +445,6 @@ class DeformationMain: logger.info('demhgt2wgs finish!') logger.info('progress bar: 5%') - # cum_connections = self.__in_processing_paras['NumConnections'] - # cmd = "stackSentinel.exe -s {} -d {} -a {} -o {} -w {} -c {} -b {} -m {} -n '1 2 3' -p 'vv' -W offset -e {} --exeabsolute_dir {}".format(slc_dir, dem_path, aux_dir, orbits_dir, isce_work_space, cum_connections, box, main_img, EsdCoherenceThreshold, isce_exe_dir) - # result = self.isce_stackSentinel(slc_dir, dem_path, aux_dir, orbits_dir, isce_work_space, main_img, - # isce_exe_dir, box, EsdCoherenceThreshold) - # os.chdir(isce_exe_dir) - # slc数据转isce格式 slc_dir = r"/".join(self.__in_processing_paras['slc'].split("\\")) + "/" slc_dir = '/cygdrive/' + slc_dir.replace(":/", "/") @@ -471,10 +468,10 @@ class DeformationMain: if self.__in_processing_paras['box'] == 'empty': box = '' - cmd = "stackStripMap.exe -s {} -w {} -d {} -m {} -a {} -r {} -u 'snaphu' --nofocus".format(out_slc_dir, + cmd = "stackStripMap.exe -s {} -w {} -d {} -m {} -a {} -r {} -f '0.5' -u 'snaphu' --nofocus".format(out_slc_dir, isce_work_space, dem_path, - main_img, 3, 3) + main_img, 10, 10) logger.info('stackStripMap_cmd:{}'.format(cmd)) result = os.system(cmd) logger.info('cmd_result:{}'.format(result)) @@ -486,7 +483,7 @@ class DeformationMain: self.isce_run_steps(run_steps, self.__workspace_isce_path) else: box = "'" + self.__in_processing_paras['box'] + "'" - cmd = "stackStripMap.exe -s {} -w {} -d {} -m {} -a {} -r {} -x {} -u 'snaphu' --nofocus".format(out_slc_dir, isce_work_space, dem_path, main_img, 3, 3, box) + cmd = "stackStripMap.exe -s {} -w {} -d {} -m {} -a {} -r {} -x {} -f '0.5' -u 'snaphu' --nofocus".format(out_slc_dir, isce_work_space, dem_path, main_img, 10, 10, box) logger.info('stackStripMap_cmd:{}'.format(cmd)) result = os.system(cmd) logger.info('cmd_result:{}'.format(result)) diff --git a/deformation-L-SAR/ISCEApp/_internal/isce/components/mroipac/filter/Filter.py b/deformation-L-SAR/ISCEApp/_internal/isce/components/mroipac/filter/Filter.py index 0040d28..66adf6f 100644 --- a/deformation-L-SAR/ISCEApp/_internal/isce/components/mroipac/filter/Filter.py +++ b/deformation-L-SAR/ISCEApp/_internal/isce/components/mroipac/filter/Filter.py @@ -106,7 +106,9 @@ class Filter(Component): input_c = ctypes.c_char_p(bytes(input,'utf-8')) # The input interferogram output_c = ctypes.c_char_p(bytes(output,'utf-8')) # The output smoothed interferogram alpha_c = ctypes.c_double(alpha) - step_c = ctypes.c_int(16) # Stepsize in range and azimuth for the filter + # step_c = ctypes.c_int(16) # Stepsize in range and azimuth for the filter + step_c = ctypes.c_int(32) # Stepsize in range and azimuth for the filter + print('*'*100) width_c = ctypes.c_int(width) length_c = ctypes.c_int(length) ymax_c = ctypes.c_int(length-1) # default to length diff --git a/deformation-L-SAR/ISCEApp/_internal/isce/components/mroipac/filter/libfilter.so b/deformation-L-SAR/ISCEApp/_internal/isce/components/mroipac/filter/libfilter.so index f88baa6..41db08d 100644 Binary files a/deformation-L-SAR/ISCEApp/_internal/isce/components/mroipac/filter/libfilter.so and b/deformation-L-SAR/ISCEApp/_internal/isce/components/mroipac/filter/libfilter.so differ diff --git a/deformation-L-SAR/ISCEApp/_internal/isce/components/mroipac/filter/liblibfilter.dll.a b/deformation-L-SAR/ISCEApp/_internal/isce/components/mroipac/filter/liblibfilter.dll.a index 9215a1f..3df4635 100644 Binary files a/deformation-L-SAR/ISCEApp/_internal/isce/components/mroipac/filter/liblibfilter.dll.a and b/deformation-L-SAR/ISCEApp/_internal/isce/components/mroipac/filter/liblibfilter.dll.a differ diff --git a/deformation-L-SAR/ISCEApp/isce.log b/deformation-L-SAR/ISCEApp/isce.log index 67ea31c..a4cf155 100644 --- a/deformation-L-SAR/ISCEApp/isce.log +++ b/deformation-L-SAR/ISCEApp/isce.log @@ -980,3 +980,231 @@ dtype = CFLOAT 2024-02-21 17:19:27,092 - isce.mroipac.filter - DEBUG - filter strength: 0.8 2024-02-21 17:19:27,092 - isce.mroipac.filter - INFO - Filtering interferogram 2024-02-21 17:19:27,900 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma +2024-04-09 13:53:42,169 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-04-09 13:53:42,196 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-04-09 13:53:42,222 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-04-09 13:53:43,156 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.929537927249224 +2024-04-09 15:14:58,372 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 28444 which is the number of lines in the slc image. +2024-04-09 15:14:58,373 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 25586 which is the width of the slc image. +2024-04-09 15:26:00,235 - isceobj.Location.OffsetField - INFO - 316 offsets culled +2024-04-09 15:26:00,451 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-09 15:26:00,640 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-09 15:26:00,826 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-09 15:26:22,098 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 28444 which is the number of lines in the slc image. +2024-04-09 15:26:22,099 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 25586 which is the width of the slc image. +2024-04-09 15:31:31,862 - isce.tops.runFilter - INFO - Applying power-spectral filter +2024-04-09 15:31:31,874 - isce.mroipac.filter - DEBUG - width: 8487 +2024-04-09 15:31:31,874 - isce.mroipac.filter - DEBUG - length: 10504 +2024-04-09 15:31:31,874 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int +2024-04-09 15:31:31,875 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int +2024-04-09 15:31:31,875 - isce.mroipac.filter - DEBUG - filter strength: 0.5 +2024-04-09 15:31:31,875 - isce.mroipac.filter - INFO - Filtering interferogram +2024-04-09 15:33:16,345 - isce.tops.runFilter - INFO - Applying power-spectral filter +2024-04-09 15:33:16,357 - isce.mroipac.filter - DEBUG - width: 8487 +2024-04-09 15:33:16,358 - isce.mroipac.filter - DEBUG - length: 10504 +2024-04-09 15:33:16,358 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int +2024-04-09 15:33:16,358 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int +2024-04-09 15:33:16,358 - isce.mroipac.filter - DEBUG - filter strength: 0.5 +2024-04-09 15:33:16,358 - isce.mroipac.filter - INFO - Filtering interferogram +2024-04-09 15:55:51,629 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-04-09 15:55:51,656 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-04-09 15:55:51,681 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-04-09 15:55:53,011 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230523/20230523.slc +bands = 1 +width = 25462 +length = 31514 +scheme = BIP +dtype = CFLOAT + +2024-04-09 15:55:56,113 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230531/20230531.slc +bands = 1 +width = 25586 +length = 28444 +scheme = BIP +dtype = CFLOAT + +2024-04-09 15:55:58,369 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293474726713247 +2024-04-09 15:57:28,421 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image. +2024-04-09 15:57:28,421 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image. +2024-04-09 16:06:48,174 - isceobj.Location.OffsetField - INFO - 378 offsets culled +2024-04-09 16:06:48,424 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-09 16:06:48,644 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-09 16:06:48,909 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-09 16:06:50,812 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image. +2024-04-09 16:06:50,812 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image. +2024-04-09 16:06:57,990 - isce.tops.runFilter - INFO - Applying power-spectral filter +2024-04-09 16:06:58,002 - isce.mroipac.filter - DEBUG - width: 2233 +2024-04-09 16:06:58,002 - isce.mroipac.filter - DEBUG - length: 697 +2024-04-09 16:06:58,003 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int +2024-04-09 16:06:58,003 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int +2024-04-09 16:06:58,003 - isce.mroipac.filter - DEBUG - filter strength: 0.5 +2024-04-09 16:06:58,003 - isce.mroipac.filter - INFO - Filtering interferogram +2024-04-09 16:07:02,102 - isce.tops.runFilter - INFO - Applying power-spectral filter +2024-04-09 16:07:02,114 - isce.mroipac.filter - DEBUG - width: 2233 +2024-04-09 16:07:02,114 - isce.mroipac.filter - DEBUG - length: 697 +2024-04-09 16:07:02,115 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int +2024-04-09 16:07:02,115 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int +2024-04-09 16:07:02,115 - isce.mroipac.filter - DEBUG - filter strength: 0.5 +2024-04-09 16:07:02,115 - isce.mroipac.filter - INFO - Filtering interferogram +2024-04-09 17:09:04,487 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-04-09 17:09:04,514 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-04-09 17:09:04,542 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-04-09 17:09:05,855 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230523/20230523.slc +bands = 1 +width = 25462 +length = 31514 +scheme = BIP +dtype = CFLOAT + +2024-04-09 17:09:08,928 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230531/20230531.slc +bands = 1 +width = 25586 +length = 28444 +scheme = BIP +dtype = CFLOAT + +2024-04-09 17:09:11,181 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293474726713247 +2024-04-09 17:10:41,531 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image. +2024-04-09 17:10:41,532 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image. +2024-04-09 17:20:08,156 - isceobj.Location.OffsetField - INFO - 378 offsets culled +2024-04-09 17:20:08,412 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-09 17:20:08,635 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-09 17:20:08,895 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-09 17:20:10,964 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image. +2024-04-09 17:20:10,964 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image. +2024-04-09 17:20:18,623 - isce.tops.runFilter - INFO - Applying power-spectral filter +2024-04-09 17:20:18,635 - isce.mroipac.filter - DEBUG - width: 2233 +2024-04-09 17:20:18,636 - isce.mroipac.filter - DEBUG - length: 697 +2024-04-09 17:20:18,636 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int +2024-04-09 17:20:18,636 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int +2024-04-09 17:20:18,636 - isce.mroipac.filter - DEBUG - filter strength: 0.5 +2024-04-09 17:20:18,637 - isce.mroipac.filter - INFO - Filtering interferogram +2024-04-09 17:20:19,968 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma +2024-04-11 09:43:44,223 - isce.tops.runFilter - INFO - Applying power-spectral filter +2024-04-11 09:43:44,236 - isce.mroipac.filter - DEBUG - width: 670 +2024-04-11 09:43:44,236 - isce.mroipac.filter - DEBUG - length: 209 +2024-04-11 09:43:44,237 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int +2024-04-11 09:43:44,237 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int +2024-04-11 09:43:44,237 - isce.mroipac.filter - DEBUG - filter strength: 0.5 +2024-04-11 09:43:44,238 - isce.mroipac.filter - INFO - Filtering interferogram +2024-04-11 09:43:44,393 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma +2024-04-11 09:46:07,750 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-04-11 09:46:07,775 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-04-11 09:46:07,800 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-04-11 09:46:09,076 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230523/20230523.slc +bands = 1 +width = 25462 +length = 31514 +scheme = BIP +dtype = CFLOAT + +2024-04-11 09:46:12,078 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230531/20230531.slc +bands = 1 +width = 25586 +length = 28444 +scheme = BIP +dtype = CFLOAT + +2024-04-11 09:46:14,273 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293474726713247 +2024-04-11 09:47:39,993 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image. +2024-04-11 09:47:39,994 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image. +2024-04-11 09:56:55,992 - isceobj.Location.OffsetField - INFO - 378 offsets culled +2024-04-11 09:56:56,258 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-11 09:56:56,482 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-11 09:56:56,745 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-11 09:56:58,716 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image. +2024-04-11 09:56:58,717 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image. +2024-04-11 09:57:05,785 - isce.tops.runFilter - INFO - Applying power-spectral filter +2024-04-11 09:57:05,797 - isce.mroipac.filter - DEBUG - width: 2233 +2024-04-11 09:57:05,797 - isce.mroipac.filter - DEBUG - length: 697 +2024-04-11 09:57:05,798 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int +2024-04-11 09:57:05,798 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int +2024-04-11 09:57:05,798 - isce.mroipac.filter - DEBUG - filter strength: 0.5 +2024-04-11 09:57:05,798 - isce.mroipac.filter - INFO - Filtering interferogram +2024-04-11 09:57:07,117 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma +2024-04-11 10:33:28,933 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-04-11 10:33:28,959 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-04-11 10:33:28,984 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-04-11 10:33:30,273 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230523/20230523.slc +bands = 1 +width = 25462 +length = 31514 +scheme = BIP +dtype = CFLOAT + +2024-04-11 10:33:33,293 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230531/20230531.slc +bands = 1 +width = 25586 +length = 28444 +scheme = BIP +dtype = CFLOAT + +2024-04-11 10:33:35,514 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293474726713247 +2024-04-11 10:35:03,463 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image. +2024-04-11 10:35:03,463 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image. +2024-04-11 10:44:21,030 - isceobj.Location.OffsetField - INFO - 378 offsets culled +2024-04-11 10:44:21,286 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-11 10:44:21,509 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-11 10:44:21,769 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-11 10:44:23,622 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image. +2024-04-11 10:44:23,622 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image. +2024-04-11 10:44:31,082 - isce.tops.runFilter - INFO - Applying power-spectral filter +2024-04-11 10:44:31,094 - isce.mroipac.filter - DEBUG - width: 670 +2024-04-11 10:44:31,095 - isce.mroipac.filter - DEBUG - length: 209 +2024-04-11 10:44:31,095 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int +2024-04-11 10:44:31,095 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int +2024-04-11 10:44:31,095 - isce.mroipac.filter - DEBUG - filter strength: 0.5 +2024-04-11 10:44:31,096 - isce.mroipac.filter - INFO - Filtering interferogram +2024-04-11 10:44:31,229 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma +2024-04-11 10:44:35,980 - isce.tops.runFilter - INFO - Applying power-spectral filter +2024-04-11 10:44:35,991 - isce.mroipac.filter - DEBUG - width: 670 +2024-04-11 10:44:35,992 - isce.mroipac.filter - DEBUG - length: 209 +2024-04-11 10:44:35,992 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int +2024-04-11 10:44:35,992 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int +2024-04-11 10:44:35,992 - isce.mroipac.filter - DEBUG - filter strength: 0.5 +2024-04-11 10:44:35,992 - isce.mroipac.filter - INFO - Filtering interferogram +2024-04-11 10:44:36,119 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma +2024-04-11 10:49:06,892 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-04-11 10:49:06,917 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-04-11 10:49:06,942 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-04-11 10:49:08,237 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230523/20230523.slc +bands = 1 +width = 25462 +length = 31514 +scheme = BIP +dtype = CFLOAT + +2024-04-11 10:49:14,052 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230531/20230531.slc +bands = 1 +width = 25586 +length = 28444 +scheme = BIP +dtype = CFLOAT + +2024-04-11 10:49:18,177 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293726769037733 +2024-04-11 10:52:57,703 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 4167 which is the number of lines in the slc image. +2024-04-11 10:52:57,703 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 8499 which is the width of the slc image. +2024-04-11 11:02:18,702 - isceobj.Location.OffsetField - INFO - 332 offsets culled +2024-04-11 11:02:18,961 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-11 11:02:19,197 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-11 11:02:19,469 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-11 11:02:21,586 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 4167 which is the number of lines in the slc image. +2024-04-11 11:02:21,587 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 8499 which is the width of the slc image. +2024-04-11 11:02:36,909 - isce.tops.runFilter - INFO - Applying power-spectral filter +2024-04-11 11:02:36,921 - isce.mroipac.filter - DEBUG - width: 850 +2024-04-11 11:02:36,921 - isce.mroipac.filter - DEBUG - length: 417 +2024-04-11 11:02:36,921 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int +2024-04-11 11:02:36,922 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int +2024-04-11 11:02:36,922 - isce.mroipac.filter - DEBUG - filter strength: 0.5 +2024-04-11 11:02:36,922 - isce.mroipac.filter - INFO - Filtering interferogram +2024-04-11 11:02:37,246 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma diff --git a/deformation-L-SAR/ISCEApp/stripmapWrapper.exe b/deformation-L-SAR/ISCEApp/stripmapWrapper.exe index 46b72fb..3f4371e 100644 Binary files a/deformation-L-SAR/ISCEApp/stripmapWrapper.exe and b/deformation-L-SAR/ISCEApp/stripmapWrapper.exe differ diff --git a/deformation-L-SAR/geocoding.py b/deformation-L-SAR/geocoding.py index d1820f3..bb05fdf 100644 --- a/deformation-L-SAR/geocoding.py +++ b/deformation-L-SAR/geocoding.py @@ -54,6 +54,17 @@ def get_filt_fine_unw_path(isce_work_path): return flit_fine_unw_path_ls +def get_filt_fine_cor_path(isce_work_path): + flit_fine_cor_path_ls=[] + interferograms_path=os.path.join(isce_work_path,"Igrams") + for rootdir, dirs, files in os.walk(interferograms_path): + for filename in files: + # if filename=="filt_fine.unw.vrt": + if filename.endswith(".cor.vrt"): + flit_fine_cor_path_ls.append(os.path.join(rootdir, filename)) + + return flit_fine_cor_path_ls + def info_VRT(vrt_path): vrt_data=gdal.Open(vrt_path,gdal.GA_ReadOnly) print("width:\t",vrt_data.RasterXSize) @@ -87,13 +98,62 @@ def read_tiff_dataset(tiff_data,band_idx=0): def saveTiff(target_data_path,xsize,ysize,gt,srs,target_arr): driver = gdal.GetDriverByName('GTiff') # 数据类型必须有,因为要计算需要多大内存空间 + target_arr[np.where(target_data_path == -9999)] = 0 tiff_geo=driver.Create(target_data_path, int(xsize)+1, int(ysize)+1, 1, gdal.GDT_Float32) tiff_geo.GetRasterBand(1).WriteArray(target_arr) - tiff_geo.GetRasterBand(1).SetNoDataValue(-9999) + tiff_geo.GetRasterBand(1).SetNoDataValue(0) tiff_geo.SetGeoTransform(gt) tiff_geo.SetProjection(srs.ExportToWkt()) del tiff_geo + +def detrend_2d(unw_filename,cor_filename, out_file): + + unwImg = ImageHandler.get_data(unw_filename) + # unwImg = unwImgt[1,:,:] + corImg = ImageHandler.get_data(cor_filename) + height = corImg.shape[0] + width = corImg.shape[1] + lines_intv = int(np.floor(height * 0.005)) + width_intv = int(np.floor(width * 0.005)) + x = np.arange(1, width, width_intv) + y = np.arange(1, height, lines_intv) + + pointX = [] + pointY = [] + pointZ = [] + + for i in y: + for j in x: + if corImg[i,j] < 0.2: + continue + else: + pointX.append(j) + pointY.append(i) + pointZ.append(unwImg[i,j]) + + int_xy = np.multiply(np.array(pointX), np.array(pointY)) + int_xx = np.multiply(np.array(pointX), np.array(pointX)) + int_yy = np.multiply(np.array(pointY), np.array(pointY)) + + design_matrix = np.column_stack((np.array(pointX), np.array(pointY), int_xy, int_xx, int_yy)) + X = np.linalg.lstsq(design_matrix, pointZ, rcond=None)[0] + a = X[0] # 系数1 + b = X[1] # 系数2 + c = X[2] # 系数3 + d = X[3] # 系数4 + e = X[4] # 系数5 + + dtd_unw = np.zeros((height, width), dtype=float) + for ii in range(width): + for jj in range(height): + str = a * (ii+1) + b * (jj+1) + c * (ii+1) * (jj+1) + d * (ii+1) * (ii+1) + e * (jj+1) * (jj+1) + # dtd_unw[ii, jj] = unwImg[ii, jj] - str + dtd_unw[jj, ii] = unwImg[jj, ii] - str + dtd_unw[np.where(corImg==0)] = 0 + ImageHandler.write_img(out_file, '', [0.0, 1.0, 0.0, 0.0, 0.0, 1.0], dtd_unw) + return dtd_unw + # 插值地理编码方法 def geoCoding(tree,X_min,X_max,Y_min,Y_max,block_size,value_data,target_arr): for i in range(X_min,X_max+block_size,block_size): @@ -142,7 +202,9 @@ def get_Dem(isce_work_path,temp_work_path,pack_path,product_name,lamda): filt_topophase_unw_path=get_filt_fine_unw_path(isce_work_path)[0] unw_tiff_path=os.path.join(temp_work_path,"unw.tiff") vrt2tiff(filt_topophase_unw_path,unw_tiff_path,1) - + + filt_topophase_cor_path = get_filt_fine_cor_path(isce_work_path)[0] + [lon_path,lat_path]=get_long_lat_path(isce_work_path) lon_tiff_path=os.path.join(temp_work_path,"lon.tiff") vrt2tiff(lon_path,lon_tiff_path) @@ -166,7 +228,9 @@ def get_Dem(isce_work_path,temp_work_path,pack_path,product_name,lamda): lat = lat_data[:, lat_data.shape[1]-1] lat_min = np.min(lat) lat_max = np.max(lat) - unw_data=read_tiff_dataset(unw_tiff_path,band_idx=0) + # unw_data=read_tiff_dataset(unw_tiff_path,band_idx=0) + out_detrend_path = os.path.join(temp_work_path, "detrend_unw.tif") + unw_data = detrend_2d(unw_tiff_path, filt_topophase_cor_path, out_detrend_path) hgt_data=read_tiff_dataset(hgt_tiff_path,band_idx=0) los_data=los_data.reshape(-1) @@ -203,7 +267,7 @@ def get_Dem(isce_work_path,temp_work_path,pack_path,product_name,lamda): print(xsize,ysize) def_arr=np.zeros((int(ysize)+1,int(xsize)+1))-9999 - dem_arr=np.zeros((int(ysize)+1,int(xsize)+1))-9999 + dem_arr=np.zeros((int(ysize)+1,int(xsize)+1)) X=inv_gt[0]+lon_data*inv_gt[1]+inv_gt[2]*lat_data Y=inv_gt[3]+lon_data*inv_gt[4]+inv_gt[5]*lat_data @@ -230,9 +294,9 @@ def get_Dem(isce_work_path,temp_work_path,pack_path,product_name,lamda): return dem_target_data_path if __name__ == '__main__': - isce_work_path = r"D:\micro\microproduct_depdence\GF3-Deformation\isce_work" - temp_work_path = r"D:\micro\microproduct_depdence\GF3-Deformation\test" - out_work_path = r"D:\micro\microproduct_depdence\GF3-Deformation\test" - product = r'D:\micro\microproduct_depdence\GF3-Deformation\test\dem.tiff' - get_Dem(isce_work_path, temp_work_path, out_work_path, product) + isce_work_path = r"D:\micro\microproduct_depdence\LT-Deformation\isce_work" + temp_work_path = r"D:\micro\microproduct_depdence\LT-Deformation\isce_work\test" + out_work_path = r"D:\micro\microproduct_depdence\LT-Deformation\isce_work\test" + product = r'D:\micro\microproduct_depdence\LT-Deformation\isce_work\test\dem.tiff' + get_Dem(isce_work_path, temp_work_path, out_work_path, product, 0.5) pass \ No newline at end of file diff --git a/deformation-L-SAR/run_log/Deformation2024-02-21-17-02-28.log b/deformation-L-SAR/run_log/Deformation2024-02-21-17-02-28.log deleted file mode 100644 index e69de29..0000000 diff --git a/deformation-L-SAR/run_log/Deformation2024-02-21-17-04-24.log b/deformation-L-SAR/run_log/Deformation2024-02-21-17-04-24.log deleted file mode 100644 index e69de29..0000000 diff --git a/deformation-L-SAR/run_log/Deformation2024-02-21-17-05-25.log b/deformation-L-SAR/run_log/Deformation2024-02-21-17-05-25.log deleted file mode 100644 index e69de29..0000000 diff --git a/deformation-L-SAR/run_log/Deformation2024-02-21-17-06-08.log b/deformation-L-SAR/run_log/Deformation2024-02-21-17-06-08.log deleted file mode 100644 index e69de29..0000000 diff --git a/deformation-L-SAR/run_log/ISCE_LOG2024-02-21-17-02-27.log b/deformation-L-SAR/run_log/ISCE_LOG2024-02-21-17-02-27.log deleted file mode 100644 index e76c58f..0000000 --- a/deformation-L-SAR/run_log/ISCE_LOG2024-02-21-17-02-27.log +++ /dev/null @@ -1,14 +0,0 @@ -[02/21/2024 17:02:28] [26060] [INFO]- sysdir: D:\estar-proj\microproduct-l-sar\deformation-L-SAR ---from: DeformationMain.check_source (DeformationMain.py:Line72) -[02/21/2024 17:02:28] [26060] [INFO]- init algXML succeed ---from: AlgXmlHandle.check_alg_xml (AlgXmlHandle.py:Line321) -[02/21/2024 17:02:28] [26060] [INFO]- create new workspace success! ---from: DeformationMain.__create_work_space (DeformationMain.py:Line250) -[02/21/2024 17:02:31] [26060] [INFO]- check_source success! ---from: DeformationMain.check_source (DeformationMain.py:Line101) -[02/21/2024 17:02:31] [26060] [INFO]- progress bar: 5% ---from: DeformationMain.check_source (DeformationMain.py:Line102) -[02/21/2024 17:02:31] [26060] [INFO]- demhgt2wgs_cmd:DEM2ISCE.exe -s /cygdrive/D/micro/LWork/Deformation/Temporary/origin/DEM -o /cygdrive/D/micro\LWork\Deformation\Temporary\preprocessed\dem ---from: DeformationMain.process_handle (DeformationMain.py:Line435) -[02/21/2024 17:02:32] [26060] [INFO]- cmd_result:1 ---from: DeformationMain.process_handle (DeformationMain.py:Line437) -[02/21/2024 17:02:32] [26060] [ERROR]- run-time error! ---from: DeformationMain. (DeformationMain.py:Line552) -Traceback (most recent call last): - File "D:/estar-proj/microproduct-l-sar/deformation-L-SAR/DeformationMain.py", line 548, in - if not Main.process_handle(start): - File "D:/estar-proj/microproduct-l-sar/deformation-L-SAR/DeformationMain.py", line 441, in process_handle - raise Exception('demhgt2wgs.exe run failed!') -Exception: demhgt2wgs.exe run failed! diff --git a/deformation-L-SAR/run_log/ISCE_LOG2024-02-21-17-04-24.log b/deformation-L-SAR/run_log/ISCE_LOG2024-02-21-17-04-24.log deleted file mode 100644 index 8afcfe1..0000000 --- a/deformation-L-SAR/run_log/ISCE_LOG2024-02-21-17-04-24.log +++ /dev/null @@ -1,5 +0,0 @@ -[02/21/2024 17:04:24] [26708] [INFO]- sysdir: D:\estar-proj\microproduct-l-sar\deformation-L-SAR ---from: DeformationMain.check_source (DeformationMain.py:Line72) -[02/21/2024 17:04:24] [26708] [INFO]- init algXML succeed ---from: AlgXmlHandle.check_alg_xml (AlgXmlHandle.py:Line321) -[02/21/2024 17:04:25] [26708] [INFO]- create new workspace success! ---from: DeformationMain.__create_work_space (DeformationMain.py:Line247) -[02/21/2024 17:04:28] [26708] [INFO]- check_source success! ---from: DeformationMain.check_source (DeformationMain.py:Line101) -[02/21/2024 17:04:28] [26708] [INFO]- progress bar: 5% ---from: DeformationMain.check_source (DeformationMain.py:Line102) diff --git a/deformation-L-SAR/run_log/ISCE_LOG2024-02-21-17-05-25.log b/deformation-L-SAR/run_log/ISCE_LOG2024-02-21-17-05-25.log deleted file mode 100644 index a58d7f3..0000000 --- a/deformation-L-SAR/run_log/ISCE_LOG2024-02-21-17-05-25.log +++ /dev/null @@ -1,3 +0,0 @@ -[02/21/2024 17:05:25] [25940] [INFO]- sysdir: D:\estar-proj\microproduct-l-sar\deformation-L-SAR ---from: DeformationMain.check_source (DeformationMain.py:Line72) -[02/21/2024 17:05:25] [25940] [INFO]- init algXML succeed ---from: AlgXmlHandle.check_alg_xml (AlgXmlHandle.py:Line321) -[02/21/2024 17:05:26] [25940] [INFO]- create new workspace success! ---from: DeformationMain.__create_work_space (DeformationMain.py:Line247) diff --git a/deformation-L-SAR/run_log/ISCE_LOG2024-02-21-17-06-07.log b/deformation-L-SAR/run_log/ISCE_LOG2024-02-21-17-06-07.log deleted file mode 100644 index d2f37ee..0000000 --- a/deformation-L-SAR/run_log/ISCE_LOG2024-02-21-17-06-07.log +++ /dev/null @@ -1,114 +0,0 @@ -[02/21/2024 17:06:08] [21404] [INFO]- sysdir: D:\estar-proj\microproduct-l-sar\deformation-L-SAR ---from: DeformationMain.check_source (DeformationMain.py:Line72) -[02/21/2024 17:06:08] [21404] [INFO]- init algXML succeed ---from: AlgXmlHandle.check_alg_xml (AlgXmlHandle.py:Line321) -[02/21/2024 17:06:08] [21404] [INFO]- create new workspace success! ---from: DeformationMain.__create_work_space (DeformationMain.py:Line247) -[02/21/2024 17:06:11] [21404] [INFO]- check_source success! ---from: DeformationMain.check_source (DeformationMain.py:Line101) -[02/21/2024 17:06:11] [21404] [INFO]- progress bar: 5% ---from: DeformationMain.check_source (DeformationMain.py:Line102) -[02/21/2024 17:06:17] [21404] [INFO]- demhgt2wgs_cmd:DEM2ISCE.exe -s /cygdrive/D/micro/LWork/Deformation/Temporary/origin/DEM -o /cygdrive/D/micro\LWork\Deformation\Temporary\preprocessed\dem ---from: DeformationMain.process_handle (DeformationMain.py:Line432) -[02/21/2024 17:06:46] [21404] [INFO]- cmd_result:0 ---from: DeformationMain.process_handle (DeformationMain.py:Line434) -[02/21/2024 17:06:46] [21404] [INFO]- demhgt2wgs finish! ---from: DeformationMain.process_handle (DeformationMain.py:Line442) -[02/21/2024 17:06:46] [21404] [INFO]- progress bar: 5% ---from: DeformationMain.process_handle (DeformationMain.py:Line443) -[02/21/2024 17:06:46] [21404] [INFO]- prepSlcLT1AB_cmd:prepSlcLT1AB.exe -i /cygdrive/D/micro/LWork/Deformation/Temporary/origin/SARS/ -o /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/ ---from: DeformationMain.process_handle (DeformationMain.py:Line461) -[02/21/2024 17:07:29] [21404] [INFO]- cmd_result:0 ---from: DeformationMain.process_handle (DeformationMain.py:Line463) -[02/21/2024 17:08:06] [21404] [INFO]- unpackFrame_LT1AB_cmd:prepSlcLT1AB.exe -i /cygdrive/D/micro/LWork/Deformation/Temporary/origin/SARS/ -o /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/ ---from: DeformationMain.process_handle (DeformationMain.py:Line467) -[02/21/2024 17:08:06] [21404] [INFO]- cmd_result:0 ---from: DeformationMain.process_handle (DeformationMain.py:Line468) -[02/21/2024 17:08:06] [21404] [INFO]- slc to isce_data finish! ---from: DeformationMain.process_handle (DeformationMain.py:Line469) -[02/21/2024 17:08:06] [21404] [INFO]- progress bar: 10% ---from: DeformationMain.process_handle (DeformationMain.py:Line470) -[02/21/2024 17:08:06] [21404] [INFO]- stackStripMap_cmd:stackStripMap.exe -s /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/ -w /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace -d /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/dem/demLat_N27_N33_Lon_E97_E103.dem.wgs84 -m 20230523 -a 3 -r 3 -x '28.35 28.4 100.35 100.4' -u 'snaphu' --nofocus ---from: DeformationMain.process_handle (DeformationMain.py:Line474) -[02/21/2024 17:08:07] [21404] [INFO]- cmd_result:0 ---from: DeformationMain.process_handle (DeformationMain.py:Line476) -[02/21/2024 17:08:07] [21404] [INFO]- stackStripMap finish! ---from: DeformationMain.process_handle (DeformationMain.py:Line477) -[02/21/2024 17:08:07] [21404] [INFO]- autorun_cmd:['-e', 'D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp', '-o', 'D:\\micro\\LWork\\Deformation\\Temporary\\processing\\isce_workspace'] ---from: DeformationMain.process_handle (DeformationMain.py:Line486) -[02/21/2024 17:08:07] [21404] [INFO]- D:\micro\LWork\Deformation\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242) -[02/21/2024 17:08:07] [21404] [INFO]- D:\micro\LWork\Deformation\Temporary\processing\isce_workspace\log.txt=command text:run_01_crop========= ---from: autorun.auto_run_main (autorun.py:Line253) -[02/21/2024 17:08:07] [21404] [INFO]- ==========running step:01========== ---from: autorun.auto_run_main (autorun.py:Line262) -[02/21/2024 17:08:07] [21404] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/configs/config_crop_20230523 ---from: autorun.excteCMD (autorun.py:Line18) -[02/21/2024 17:08:10] [21404] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/configs/config_crop_20230523 ========== - -**************************************** ---from: autorun.excteCMD (autorun.py:Line24) -[02/21/2024 17:08:10] [21404] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/configs/config_crop_20230531 ---from: autorun.excteCMD (autorun.py:Line18) -[02/21/2024 17:08:12] [21404] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/configs/config_crop_20230531 ========== - -**************************************** ---from: autorun.excteCMD (autorun.py:Line24) -[02/21/2024 17:08:12] [21404] [INFO]- -====================================exceted========================= - ---from: autorun.auto_run_main (autorun.py:Line277) -[02/21/2024 17:08:12] [21404] [INFO]- D:\micro\LWork\Deformation\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242) -[02/21/2024 17:08:12] [21404] [INFO]- D:\micro\LWork\Deformation\Temporary\processing\isce_workspace\log.txt=command text:run_02_reference========= ---from: autorun.auto_run_main (autorun.py:Line253) -[02/21/2024 17:08:12] [21404] [INFO]- ==========running step:02========== ---from: autorun.auto_run_main (autorun.py:Line262) -[02/21/2024 17:08:12] [21404] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/configs/config_reference_20230523 ---from: autorun.excteCMD (autorun.py:Line18) -[02/21/2024 17:09:10] [21404] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/configs/config_reference_20230523 ========== - -**************************************** ---from: autorun.excteCMD (autorun.py:Line24) -[02/21/2024 17:09:10] [21404] [INFO]- -====================================exceted========================= - ---from: autorun.auto_run_main (autorun.py:Line277) -[02/21/2024 17:09:10] [21404] [INFO]- D:\micro\LWork\Deformation\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242) -[02/21/2024 17:09:10] [21404] [INFO]- D:\micro\LWork\Deformation\Temporary\processing\isce_workspace\log.txt=command text:run_03_focus_split========= ---from: autorun.auto_run_main (autorun.py:Line253) -[02/21/2024 17:09:10] [21404] [INFO]- ==========running step:03========== ---from: autorun.auto_run_main (autorun.py:Line262) -[02/21/2024 17:09:10] [21404] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/configs/config_focus_split_20230531 ---from: autorun.excteCMD (autorun.py:Line18) -[02/21/2024 17:09:11] [21404] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/configs/config_focus_split_20230531 ========== - -**************************************** ---from: autorun.excteCMD (autorun.py:Line24) -[02/21/2024 17:09:11] [21404] [INFO]- -====================================exceted========================= - ---from: autorun.auto_run_main (autorun.py:Line277) -[02/21/2024 17:09:11] [21404] [INFO]- D:\micro\LWork\Deformation\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242) -[02/21/2024 17:09:11] [21404] [INFO]- D:\micro\LWork\Deformation\Temporary\processing\isce_workspace\log.txt=command text:run_04_geo2rdr_coarseResamp========= ---from: autorun.auto_run_main (autorun.py:Line253) -[02/21/2024 17:09:11] [21404] [INFO]- ==========running step:04========== ---from: autorun.auto_run_main (autorun.py:Line262) -[02/21/2024 17:09:11] [21404] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/configs/config_geo2rdr_coarseResamp_20230531 ---from: autorun.excteCMD (autorun.py:Line18) -[02/21/2024 17:09:33] [21404] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/configs/config_geo2rdr_coarseResamp_20230531 ========== - -**************************************** ---from: autorun.excteCMD (autorun.py:Line24) -[02/21/2024 17:09:33] [21404] [INFO]- -====================================exceted========================= - ---from: autorun.auto_run_main (autorun.py:Line277) -[02/21/2024 17:09:33] [21404] [INFO]- D:\micro\LWork\Deformation\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242) -[02/21/2024 17:09:33] [21404] [INFO]- D:\micro\LWork\Deformation\Temporary\processing\isce_workspace\log.txt=command text:run_05_refineSecondaryTiming========= ---from: autorun.auto_run_main (autorun.py:Line253) -[02/21/2024 17:09:33] [21404] [INFO]- ==========running step:05========== ---from: autorun.auto_run_main (autorun.py:Line262) -[02/21/2024 17:09:33] [21404] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/configs/config_refineSecondaryTiming_20230523_20230531 ---from: autorun.excteCMD (autorun.py:Line18) -[02/21/2024 17:19:19] [21404] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/configs/config_refineSecondaryTiming_20230523_20230531 ========== - -**************************************** ---from: autorun.excteCMD (autorun.py:Line24) -[02/21/2024 17:19:19] [21404] [INFO]- -====================================exceted========================= - ---from: autorun.auto_run_main (autorun.py:Line277) -[02/21/2024 17:19:19] [21404] [INFO]- D:\micro\LWork\Deformation\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242) -[02/21/2024 17:19:19] [21404] [INFO]- D:\micro\LWork\Deformation\Temporary\processing\isce_workspace\log.txt=command text:run_06_invertMisreg========= ---from: autorun.auto_run_main (autorun.py:Line253) -[02/21/2024 17:19:19] [21404] [INFO]- ==========running step:06========== ---from: autorun.auto_run_main (autorun.py:Line262) -[02/21/2024 17:19:19] [21404] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\invertMisreg.exe -i /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/refineSecondaryTiming/pairs/ -o /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/refineSecondaryTiming/dates/ ---from: autorun.excteCMD (autorun.py:Line18) -[02/21/2024 17:19:19] [21404] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\invertMisreg.exe -i /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/refineSecondaryTiming/pairs/ -o /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/refineSecondaryTiming/dates/ ========== - -**************************************** ---from: autorun.excteCMD (autorun.py:Line24) -[02/21/2024 17:19:19] [21404] [INFO]- -====================================exceted========================= - ---from: autorun.auto_run_main (autorun.py:Line277) -[02/21/2024 17:19:19] [21404] [INFO]- D:\micro\LWork\Deformation\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242) -[02/21/2024 17:19:19] [21404] [INFO]- D:\micro\LWork\Deformation\Temporary\processing\isce_workspace\log.txt=command text:run_07_fineResamp========= ---from: autorun.auto_run_main (autorun.py:Line253) -[02/21/2024 17:19:19] [21404] [INFO]- ==========running step:07========== ---from: autorun.auto_run_main (autorun.py:Line262) -[02/21/2024 17:19:19] [21404] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\referenceStackCopy.exe -i /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc_crop/20230523/20230523.slc -o /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/merged/SLC/20230523/20230523.slc ---from: autorun.excteCMD (autorun.py:Line18) -[02/21/2024 17:19:20] [21404] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\referenceStackCopy.exe -i /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc_crop/20230523/20230523.slc -o /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/merged/SLC/20230523/20230523.slc ========== - -**************************************** ---from: autorun.excteCMD (autorun.py:Line24) -[02/21/2024 17:19:20] [21404] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/configs/config_fineResamp_20230531 ---from: autorun.excteCMD (autorun.py:Line18) -[02/21/2024 17:19:23] [21404] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/configs/config_fineResamp_20230531 ========== - -**************************************** ---from: autorun.excteCMD (autorun.py:Line24) -[02/21/2024 17:19:23] [21404] [INFO]- -====================================exceted========================= - ---from: autorun.auto_run_main (autorun.py:Line277) -[02/21/2024 17:19:23] [21404] [INFO]- D:\micro\LWork\Deformation\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242) -[02/21/2024 17:19:23] [21404] [INFO]- D:\micro\LWork\Deformation\Temporary\processing\isce_workspace\log.txt=command text:run_09_igram========= ---from: autorun.auto_run_main (autorun.py:Line253) -[02/21/2024 17:19:23] [21404] [INFO]- ==========running step:09========== ---from: autorun.auto_run_main (autorun.py:Line262) -[02/21/2024 17:19:23] [21404] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/configs/config_igram_20230523_20230531 ---from: autorun.excteCMD (autorun.py:Line18) -[02/21/2024 17:20:00] [21404] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/configs/config_igram_20230523_20230531 ========== - -**************************************** ---from: autorun.excteCMD (autorun.py:Line24) -[02/21/2024 17:20:00] [21404] [INFO]- -====================================exceted========================= - ---from: autorun.auto_run_main (autorun.py:Line277) -[02/21/2024 17:20:00] [21404] [INFO]- cmd_result:0 ---from: DeformationMain.process_handle (DeformationMain.py:Line488) -[02/21/2024 17:20:00] [21404] [INFO]- autorun_cmd success! ---from: DeformationMain.process_handle (DeformationMain.py:Line492) -[02/21/2024 17:20:00] [21404] [INFO]- progress bar: 90% ---from: DeformationMain.process_handle (DeformationMain.py:Line493) -[02/21/2024 17:20:01] [21404] [INFO]- write quick view and .tar.gz finish ---from: DeformationMain.process_handle (DeformationMain.py:Line527) -[02/21/2024 17:20:01] [21404] [INFO]- Deformation production successful ! ---from: DeformationMain.process_handle (DeformationMain.py:Line528) -[02/21/2024 17:20:01] [21404] [INFO]- progress bar: 100% ---from: DeformationMain.process_handle (DeformationMain.py:Line529) -[02/21/2024 17:20:01] [21404] [INFO]- successful production of Deformation products! ---from: DeformationMain. (DeformationMain.py:Line547) diff --git a/dem-L-SAR/Dem.xml b/dem-L-SAR/Dem.xml index 2735827..6f4be86 100644 --- a/dem-L-SAR/Dem.xml +++ b/dem-L-SAR/Dem.xml @@ -54,8 +54,8 @@ tar.gz Man - D:\micro\microproduct_depdence\LT-Deformation\sars\ARCHIVED_FILES\LT1B_MONO_KSC_STRIP2_006708_E100.3_N28.2_20230523_SLC_HH_L1A_0000121886.tar.gz; - D:\micro\microproduct_depdence\LT-Deformation\sars\ARCHIVED_FILES\LT1B_MONO_KSC_STRIP2_006827_E100.3_N28.2_20230531_SLC_HH_L1A_0000125779.tar.gz + D:\micro\microproduct_depdence\LT-Deformation\sars\ARCHIVED_FILES\LT1B_MONO_KSC_STRIP2_006708_E100.3_N28.2_20230523_SLC_HH_L1A_0000121886.tar.gz; + D:\micro\microproduct_depdence\LT-Deformation\sars\ARCHIVED_FILES\LT1B_MONO_KSC_STRIP2_006827_E100.3_N28.2_20230531_SLC_HH_L1A_0000125779.tar.gz True False @@ -71,7 +71,7 @@ value string Man - empty + 28.30;28.4;100.30;100.4 True True UploadInput @@ -101,7 +101,7 @@ Value string Man - 0.8 + 0.75 True True UploadInput diff --git a/dem-L-SAR/DemMain.py b/dem-L-SAR/DemMain.py index 30117b5..0abe3db 100644 --- a/dem-L-SAR/DemMain.py +++ b/dem-L-SAR/DemMain.py @@ -480,7 +480,7 @@ class DemMain: # os.chdir(isce_exe_dir) if self.__in_processing_paras['box'] == 'empty': box = ' ' - cmd = "stackStripMap.exe -s {} -w {} -d {} -m {} -a {} -r {} -u 'snaphu' --nofocus".format(out_slc_dir, + cmd = "stackStripMap.exe -s {} -w {} -d {} -m {} -a {} -r {} -f '0.5' -u 'snaphu' --nofocus".format(out_slc_dir, isce_work_space, dem_path, main_img, 3, 3) @@ -496,7 +496,7 @@ class DemMain: self.isce_run_steps(run_steps, self.__workspace_isce_path) else: box = "'" + self.__in_processing_paras['box'] + "'" - cmd = "stackStripMap.exe -s {} -w {} -d {} -m {} -a {} -r {} -x {} -u 'snaphu' --nofocus".format( + cmd = "stackStripMap.exe -s {} -w {} -d {} -m {} -a {} -r {} -x {} -f '0.5' -u 'snaphu' --nofocus".format( out_slc_dir, isce_work_space, dem_path, main_img, 3, 3, box) logger.info('stackStripMap_cmd:{}'.format(cmd)) result = os.system(cmd) @@ -582,4 +582,4 @@ if __name__ == '__main__': end = datetime.datetime.now() msg = 'running use time: %s ' % (end - start) - logger.info(msg) + logger.info(msg) \ No newline at end of file diff --git a/dem-L-SAR/ISCEApp/_internal/isce/components/mroipac/filter/Filter.py b/dem-L-SAR/ISCEApp/_internal/isce/components/mroipac/filter/Filter.py index 0040d28..66adf6f 100644 --- a/dem-L-SAR/ISCEApp/_internal/isce/components/mroipac/filter/Filter.py +++ b/dem-L-SAR/ISCEApp/_internal/isce/components/mroipac/filter/Filter.py @@ -106,7 +106,9 @@ class Filter(Component): input_c = ctypes.c_char_p(bytes(input,'utf-8')) # The input interferogram output_c = ctypes.c_char_p(bytes(output,'utf-8')) # The output smoothed interferogram alpha_c = ctypes.c_double(alpha) - step_c = ctypes.c_int(16) # Stepsize in range and azimuth for the filter + # step_c = ctypes.c_int(16) # Stepsize in range and azimuth for the filter + step_c = ctypes.c_int(32) # Stepsize in range and azimuth for the filter + print('*'*100) width_c = ctypes.c_int(width) length_c = ctypes.c_int(length) ymax_c = ctypes.c_int(length-1) # default to length diff --git a/dem-L-SAR/ISCEApp/_internal/isce/components/mroipac/filter/libfilter.so b/dem-L-SAR/ISCEApp/_internal/isce/components/mroipac/filter/libfilter.so index f88baa6..41db08d 100644 Binary files a/dem-L-SAR/ISCEApp/_internal/isce/components/mroipac/filter/libfilter.so and b/dem-L-SAR/ISCEApp/_internal/isce/components/mroipac/filter/libfilter.so differ diff --git a/dem-L-SAR/ISCEApp/_internal/isce/components/mroipac/filter/liblibfilter.dll.a b/dem-L-SAR/ISCEApp/_internal/isce/components/mroipac/filter/liblibfilter.dll.a index 9215a1f..3df4635 100644 Binary files a/dem-L-SAR/ISCEApp/_internal/isce/components/mroipac/filter/liblibfilter.dll.a and b/dem-L-SAR/ISCEApp/_internal/isce/components/mroipac/filter/liblibfilter.dll.a differ diff --git a/dem-L-SAR/ISCEApp/isce.log b/dem-L-SAR/ISCEApp/isce.log index e2d81d7..06d649f 100644 --- a/dem-L-SAR/ISCEApp/isce.log +++ b/dem-L-SAR/ISCEApp/isce.log @@ -944,10 +944,150 @@ dtype = CFLOAT 2024-01-25 10:34:49,033 - isce.mroipac.filter - DEBUG - filter strength: 0.8 2024-01-25 10:34:49,033 - isce.mroipac.filter - INFO - Filtering interferogram 2024-01-25 10:35:05,337 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma -2024-01-25 14:52:27,852 - isce.mroipac.baseline - INFO - Sampling time 0 -2024-01-25 14:52:27,878 - isce.mroipac.baseline - INFO - Sampling time 1 -2024-01-25 14:52:27,911 - isce.mroipac.baseline - INFO - Sampling time 2 -2024-01-25 14:52:29,436 - root - DEBUG - Creating readonly ISCE mmap with +2024-02-21 17:08:07,491 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-02-21 17:08:07,532 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-02-21 17:08:07,569 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-02-21 17:08:09,017 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230523/20230523.slc +bands = 1 +width = 25462 +length = 31514 +scheme = BIP +dtype = CFLOAT + +2024-02-21 17:08:11,584 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230531/20230531.slc +bands = 1 +width = 25586 +length = 28444 +scheme = BIP +dtype = CFLOAT + +2024-02-21 17:08:13,411 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293511365051303 +2024-02-21 17:09:30,523 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 3510 which is the number of lines in the slc image. +2024-02-21 17:09:30,524 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 2407 which is the width of the slc image. +2024-02-21 17:19:18,311 - isceobj.Location.OffsetField - INFO - 513 offsets culled +2024-02-21 17:19:18,562 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-02-21 17:19:18,785 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-02-21 17:19:19,054 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-02-21 17:19:21,120 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 3510 which is the number of lines in the slc image. +2024-02-21 17:19:21,120 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 2407 which is the width of the slc image. +2024-02-21 17:19:27,075 - isce.tops.runFilter - INFO - Applying power-spectral filter +2024-02-21 17:19:27,091 - isce.mroipac.filter - DEBUG - width: 803 +2024-02-21 17:19:27,091 - isce.mroipac.filter - DEBUG - length: 1173 +2024-02-21 17:19:27,091 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int +2024-02-21 17:19:27,092 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int +2024-02-21 17:19:27,092 - isce.mroipac.filter - DEBUG - filter strength: 0.8 +2024-02-21 17:19:27,092 - isce.mroipac.filter - INFO - Filtering interferogram +2024-02-21 17:19:27,900 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma +2024-04-09 13:53:42,169 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-04-09 13:53:42,196 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-04-09 13:53:42,222 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-04-09 13:53:43,156 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.929537927249224 +2024-04-09 15:14:58,372 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 28444 which is the number of lines in the slc image. +2024-04-09 15:14:58,373 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 25586 which is the width of the slc image. +2024-04-09 15:26:00,235 - isceobj.Location.OffsetField - INFO - 316 offsets culled +2024-04-09 15:26:00,451 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-09 15:26:00,640 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-09 15:26:00,826 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-09 15:26:22,098 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 28444 which is the number of lines in the slc image. +2024-04-09 15:26:22,099 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 25586 which is the width of the slc image. +2024-04-09 15:31:31,862 - isce.tops.runFilter - INFO - Applying power-spectral filter +2024-04-09 15:31:31,874 - isce.mroipac.filter - DEBUG - width: 8487 +2024-04-09 15:31:31,874 - isce.mroipac.filter - DEBUG - length: 10504 +2024-04-09 15:31:31,874 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int +2024-04-09 15:31:31,875 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int +2024-04-09 15:31:31,875 - isce.mroipac.filter - DEBUG - filter strength: 0.5 +2024-04-09 15:31:31,875 - isce.mroipac.filter - INFO - Filtering interferogram +2024-04-09 15:33:16,345 - isce.tops.runFilter - INFO - Applying power-spectral filter +2024-04-09 15:33:16,357 - isce.mroipac.filter - DEBUG - width: 8487 +2024-04-09 15:33:16,358 - isce.mroipac.filter - DEBUG - length: 10504 +2024-04-09 15:33:16,358 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int +2024-04-09 15:33:16,358 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int +2024-04-09 15:33:16,358 - isce.mroipac.filter - DEBUG - filter strength: 0.5 +2024-04-09 15:33:16,358 - isce.mroipac.filter - INFO - Filtering interferogram +2024-04-09 15:55:51,629 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-04-09 15:55:51,656 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-04-09 15:55:51,681 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-04-09 15:55:53,011 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230523/20230523.slc +bands = 1 +width = 25462 +length = 31514 +scheme = BIP +dtype = CFLOAT + +2024-04-09 15:55:56,113 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230531/20230531.slc +bands = 1 +width = 25586 +length = 28444 +scheme = BIP +dtype = CFLOAT + +2024-04-09 15:55:58,369 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293474726713247 +2024-04-09 15:57:28,421 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image. +2024-04-09 15:57:28,421 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image. +2024-04-09 16:06:48,174 - isceobj.Location.OffsetField - INFO - 378 offsets culled +2024-04-09 16:06:48,424 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-09 16:06:48,644 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-09 16:06:48,909 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-09 16:06:50,812 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image. +2024-04-09 16:06:50,812 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image. +2024-04-09 16:06:57,990 - isce.tops.runFilter - INFO - Applying power-spectral filter +2024-04-09 16:06:58,002 - isce.mroipac.filter - DEBUG - width: 2233 +2024-04-09 16:06:58,002 - isce.mroipac.filter - DEBUG - length: 697 +2024-04-09 16:06:58,003 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int +2024-04-09 16:06:58,003 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int +2024-04-09 16:06:58,003 - isce.mroipac.filter - DEBUG - filter strength: 0.5 +2024-04-09 16:06:58,003 - isce.mroipac.filter - INFO - Filtering interferogram +2024-04-09 16:07:02,102 - isce.tops.runFilter - INFO - Applying power-spectral filter +2024-04-09 16:07:02,114 - isce.mroipac.filter - DEBUG - width: 2233 +2024-04-09 16:07:02,114 - isce.mroipac.filter - DEBUG - length: 697 +2024-04-09 16:07:02,115 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int +2024-04-09 16:07:02,115 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int +2024-04-09 16:07:02,115 - isce.mroipac.filter - DEBUG - filter strength: 0.5 +2024-04-09 16:07:02,115 - isce.mroipac.filter - INFO - Filtering interferogram +2024-04-09 17:09:04,487 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-04-09 17:09:04,514 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-04-09 17:09:04,542 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-04-09 17:09:05,855 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230523/20230523.slc +bands = 1 +width = 25462 +length = 31514 +scheme = BIP +dtype = CFLOAT + +2024-04-09 17:09:08,928 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230531/20230531.slc +bands = 1 +width = 25586 +length = 28444 +scheme = BIP +dtype = CFLOAT + +2024-04-09 17:09:11,181 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293474726713247 +2024-04-09 17:10:41,531 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image. +2024-04-09 17:10:41,532 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image. +2024-04-09 17:20:08,156 - isceobj.Location.OffsetField - INFO - 378 offsets culled +2024-04-09 17:20:08,412 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-09 17:20:08,635 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-09 17:20:08,895 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-09 17:20:10,964 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image. +2024-04-09 17:20:10,964 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image. +2024-04-09 17:20:18,623 - isce.tops.runFilter - INFO - Applying power-spectral filter +2024-04-09 17:20:18,635 - isce.mroipac.filter - DEBUG - width: 2233 +2024-04-09 17:20:18,636 - isce.mroipac.filter - DEBUG - length: 697 +2024-04-09 17:20:18,636 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int +2024-04-09 17:20:18,636 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int +2024-04-09 17:20:18,636 - isce.mroipac.filter - DEBUG - filter strength: 0.5 +2024-04-09 17:20:18,637 - isce.mroipac.filter - INFO - Filtering interferogram +2024-04-09 17:20:19,968 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma +2024-04-10 18:02:49,589 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-04-10 18:02:49,617 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-04-10 18:02:49,646 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-04-10 18:02:51,052 - root - DEBUG - Creating readonly ISCE mmap with file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230523/20230523.slc bands = 1 width = 25462 @@ -955,7 +1095,7 @@ length = 31514 scheme = BIP dtype = CFLOAT -2024-01-25 14:52:31,897 - root - DEBUG - Creating readonly ISCE mmap with +2024-04-10 18:02:54,223 - root - DEBUG - Creating readonly ISCE mmap with file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230531/20230531.slc bands = 1 width = 25586 @@ -963,135 +1103,35 @@ length = 28444 scheme = BIP dtype = CFLOAT -2024-01-25 14:52:33,662 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293511365051303 -2024-01-25 14:53:38,688 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 3510 which is the number of lines in the slc image. -2024-01-25 14:53:38,689 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 2407 which is the width of the slc image. -2024-01-25 15:02:36,896 - isceobj.Location.OffsetField - INFO - 513 offsets culled -2024-01-25 15:02:37,116 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-01-25 15:02:37,301 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-01-25 15:02:37,521 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-01-25 15:02:39,431 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 3510 which is the number of lines in the slc image. -2024-01-25 15:02:39,432 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 2407 which is the width of the slc image. -2024-01-25 15:02:43,887 - isce.tops.runFilter - INFO - Applying power-spectral filter -2024-01-25 15:02:43,898 - isce.mroipac.filter - DEBUG - width: 803 -2024-01-25 15:02:43,898 - isce.mroipac.filter - DEBUG - length: 1173 -2024-01-25 15:02:43,898 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int -2024-01-25 15:02:43,898 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int -2024-01-25 15:02:43,898 - isce.mroipac.filter - DEBUG - filter strength: 0.8 -2024-01-25 15:02:43,898 - isce.mroipac.filter - INFO - Filtering interferogram -2024-01-25 15:02:44,620 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma -2024-01-25 17:54:11,795 - isce.mroipac.baseline - INFO - Sampling time 0 -2024-01-25 17:54:11,820 - isce.mroipac.baseline - INFO - Sampling time 1 -2024-01-25 17:54:11,843 - isce.mroipac.baseline - INFO - Sampling time 2 -2024-01-25 17:56:43,906 - isce.mroipac.baseline - INFO - Sampling time 0 -2024-01-25 17:56:43,935 - isce.mroipac.baseline - INFO - Sampling time 1 -2024-01-25 17:56:43,961 - isce.mroipac.baseline - INFO - Sampling time 2 -2024-01-25 17:56:45,139 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.929537927249224 -2024-01-25 19:12:41,025 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 28444 which is the number of lines in the slc image. -2024-01-25 19:12:41,026 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 25586 which is the width of the slc image. -2024-01-25 19:22:59,936 - isceobj.Location.OffsetField - INFO - 316 offsets culled -2024-01-25 19:23:00,115 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-01-25 19:23:00,313 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-01-25 19:23:00,486 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-01-25 19:23:22,034 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 28444 which is the number of lines in the slc image. -2024-01-25 19:23:22,035 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 25586 which is the width of the slc image. -2024-01-25 19:27:57,852 - isce.tops.runFilter - INFO - Applying power-spectral filter -2024-01-25 19:27:57,863 - isce.mroipac.filter - DEBUG - width: 8487 -2024-01-25 19:27:57,864 - isce.mroipac.filter - DEBUG - length: 10504 -2024-01-25 19:27:57,864 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int -2024-01-25 19:27:57,864 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int -2024-01-25 19:27:57,864 - isce.mroipac.filter - DEBUG - filter strength: 0.8 -2024-01-25 19:27:57,864 - isce.mroipac.filter - INFO - Filtering interferogram -2024-01-25 19:28:59,009 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma -2024-01-30 09:29:59,950 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 6419 which is the number of lines in the slc image. -2024-01-30 09:29:59,951 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 5117 which is the width of the slc image. -2024-01-30 09:40:06,174 - isceobj.Location.OffsetField - INFO - 629 offsets culled -2024-01-30 09:40:06,360 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-01-30 09:40:06,564 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-01-30 09:40:06,738 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-01-30 09:40:43,705 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 6419 which is the number of lines in the slc image. -2024-01-30 09:40:43,705 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 5117 which is the width of the slc image. -2024-01-30 09:41:24,166 - isce.tops.runFilter - INFO - Applying power-spectral filter -2024-01-30 09:41:24,177 - isce.mroipac.filter - DEBUG - width: 1705 -2024-01-30 09:41:24,178 - isce.mroipac.filter - DEBUG - length: 2139 -2024-01-30 09:41:24,178 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/processing/isce_workspace/Igrams/20230328_20230413/20230328_20230413.int -2024-01-30 09:41:24,178 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/processing/isce_workspace/Igrams/20230328_20230413/filt_20230328_20230413.int -2024-01-30 09:41:24,178 - isce.mroipac.filter - DEBUG - filter strength: 0.8 -2024-01-30 09:41:24,179 - isce.mroipac.filter - INFO - Filtering interferogram -2024-01-30 09:41:27,315 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma -2024-01-30 13:50:29,077 - isce.mroipac.baseline - INFO - Sampling time 0 -2024-01-30 13:50:29,121 - isce.mroipac.baseline - INFO - Sampling time 1 -2024-01-30 13:50:29,169 - isce.mroipac.baseline - INFO - Sampling time 2 -2024-01-30 13:50:30,494 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.935463507067886 -2024-01-30 13:59:02,620 - isce.mroipac.baseline - INFO - Sampling time 0 -2024-01-30 13:59:02,645 - isce.mroipac.baseline - INFO - Sampling time 1 -2024-01-30 13:59:02,671 - isce.mroipac.baseline - INFO - Sampling time 2 -2024-01-30 14:00:45,784 - isce.mroipac.baseline - INFO - Sampling time 0 -2024-01-30 14:00:45,811 - isce.mroipac.baseline - INFO - Sampling time 1 -2024-01-30 14:00:45,836 - isce.mroipac.baseline - INFO - Sampling time 2 -2024-01-30 14:04:07,252 - isce.mroipac.baseline - INFO - Sampling time 0 -2024-01-30 14:04:07,281 - isce.mroipac.baseline - INFO - Sampling time 1 -2024-01-30 14:04:07,308 - isce.mroipac.baseline - INFO - Sampling time 2 -2024-01-30 14:04:08,498 - root - DEBUG - Creating readonly ISCE mmap with -file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230328/20230328.slc -bands = 1 -width = 12154 -length = 10380 -scheme = BIP -dtype = CFLOAT - -2024-01-30 14:04:12,673 - root - DEBUG - Creating readonly ISCE mmap with -file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230413/20230413.slc -bands = 1 -width = 12154 -length = 10384 -scheme = BIP -dtype = CFLOAT - -2024-01-30 14:04:16,596 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.935477257598411 -2024-01-30 14:07:32,601 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 6419 which is the number of lines in the slc image. -2024-01-30 14:07:32,602 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 5117 which is the width of the slc image. -2024-01-30 14:17:13,688 - isceobj.Location.OffsetField - INFO - 634 offsets culled -2024-01-30 14:17:13,907 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-01-30 14:17:14,084 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-01-30 14:17:14,261 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-01-30 14:17:16,468 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 6419 which is the number of lines in the slc image. -2024-01-30 14:17:16,469 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 5117 which is the width of the slc image. -2024-01-30 14:17:31,947 - isce.tops.runFilter - INFO - Applying power-spectral filter -2024-01-30 14:17:31,961 - isce.mroipac.filter - DEBUG - width: 1705 -2024-01-30 14:17:31,961 - isce.mroipac.filter - DEBUG - length: 2139 -2024-01-30 14:17:31,961 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230328_20230413/20230328_20230413.int -2024-01-30 14:17:31,962 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230328_20230413/filt_20230328_20230413.int -2024-01-30 14:17:31,962 - isce.mroipac.filter - DEBUG - filter strength: 0.8 -2024-01-30 14:17:31,962 - isce.mroipac.filter - INFO - Filtering interferogram -2024-01-30 14:17:34,838 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma -2024-01-30 14:41:09,021 - isce.mroipac.baseline - INFO - Sampling time 0 -2024-01-30 14:41:09,046 - isce.mroipac.baseline - INFO - Sampling time 1 -2024-01-30 14:41:09,069 - isce.mroipac.baseline - INFO - Sampling time 2 -2024-01-30 14:41:10,090 - root - DEBUG - Creating readonly ISCE mmap with -file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230328/20230328.slc -bands = 1 -width = 12154 -length = 10380 -scheme = BIP -dtype = CFLOAT - -2024-01-30 14:41:13,902 - root - DEBUG - Creating readonly ISCE mmap with -file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230413/20230413.slc -bands = 1 -width = 12154 -length = 10384 -scheme = BIP -dtype = CFLOAT - -2024-01-30 14:41:17,485 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.935477257598411 -2024-02-21 17:27:25,073 - isce.mroipac.baseline - INFO - Sampling time 0 -2024-02-21 17:27:25,115 - isce.mroipac.baseline - INFO - Sampling time 1 -2024-02-21 17:27:25,152 - isce.mroipac.baseline - INFO - Sampling time 2 -2024-02-21 17:30:12,612 - isce.mroipac.baseline - INFO - Sampling time 0 -2024-02-21 17:30:12,650 - isce.mroipac.baseline - INFO - Sampling time 1 -2024-02-21 17:30:12,698 - isce.mroipac.baseline - INFO - Sampling time 2 -2024-02-21 17:30:14,133 - root - DEBUG - Creating readonly ISCE mmap with +2024-04-10 18:02:56,541 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293474726713247 +2024-04-10 18:04:39,731 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image. +2024-04-10 18:04:39,731 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image. +2024-04-10 18:14:50,874 - isceobj.Location.OffsetField - INFO - 378 offsets culled +2024-04-10 18:14:51,165 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-10 18:14:51,415 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-10 18:14:51,713 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-10 18:14:53,696 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image. +2024-04-10 18:14:53,697 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image. +2024-04-10 18:15:03,044 - isce.tops.runFilter - INFO - Applying power-spectral filter +2024-04-10 18:15:03,056 - isce.mroipac.filter - DEBUG - width: 670 +2024-04-10 18:15:03,056 - isce.mroipac.filter - DEBUG - length: 209 +2024-04-10 18:15:03,056 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int +2024-04-10 18:15:03,056 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int +2024-04-10 18:15:03,057 - isce.mroipac.filter - DEBUG - filter strength: 0.8 +2024-04-10 18:15:03,057 - isce.mroipac.filter - INFO - Filtering interferogram +2024-04-10 18:15:03,204 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma +2024-04-10 18:15:08,481 - isce.tops.runFilter - INFO - Applying power-spectral filter +2024-04-10 18:15:08,496 - isce.mroipac.filter - DEBUG - width: 670 +2024-04-10 18:15:08,496 - isce.mroipac.filter - DEBUG - length: 209 +2024-04-10 18:15:08,496 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int +2024-04-10 18:15:08,496 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int +2024-04-10 18:15:08,497 - isce.mroipac.filter - DEBUG - filter strength: 0.8 +2024-04-10 18:15:08,497 - isce.mroipac.filter - INFO - Filtering interferogram +2024-04-10 18:15:08,646 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma +2024-04-11 08:49:55,714 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-04-11 08:49:55,757 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-04-11 08:49:55,781 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-04-11 08:49:57,052 - root - DEBUG - Creating readonly ISCE mmap with file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230523/20230523.slc bands = 1 width = 25462 @@ -1099,7 +1139,7 @@ length = 31514 scheme = BIP dtype = CFLOAT -2024-02-21 17:30:16,689 - root - DEBUG - Creating readonly ISCE mmap with +2024-04-11 08:50:00,057 - root - DEBUG - Creating readonly ISCE mmap with file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230531/20230531.slc bands = 1 width = 25586 @@ -1107,27 +1147,67 @@ length = 28444 scheme = BIP dtype = CFLOAT -2024-02-21 17:30:18,613 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293511365051303 -2024-02-21 17:31:37,570 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 3510 which is the number of lines in the slc image. -2024-02-21 17:31:37,571 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 2407 which is the width of the slc image. -2024-02-21 17:41:35,022 - isceobj.Location.OffsetField - INFO - 513 offsets culled -2024-02-21 17:41:35,278 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-02-21 17:41:35,503 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-02-21 17:41:35,772 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-02-21 17:41:37,835 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 3510 which is the number of lines in the slc image. -2024-02-21 17:41:37,835 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 2407 which is the width of the slc image. -2024-02-21 17:41:43,781 - isce.tops.runFilter - INFO - Applying power-spectral filter -2024-02-21 17:41:43,799 - isce.mroipac.filter - DEBUG - width: 803 -2024-02-21 17:41:43,799 - isce.mroipac.filter - DEBUG - length: 1173 -2024-02-21 17:41:43,799 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int -2024-02-21 17:41:43,799 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int -2024-02-21 17:41:43,800 - isce.mroipac.filter - DEBUG - filter strength: 0.8 -2024-02-21 17:41:43,800 - isce.mroipac.filter - INFO - Filtering interferogram -2024-02-21 17:41:44,608 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma -2024-02-26 10:24:40,512 - isce.mroipac.baseline - INFO - Sampling time 0 -2024-02-26 10:24:40,538 - isce.mroipac.baseline - INFO - Sampling time 1 -2024-02-26 10:24:40,568 - isce.mroipac.baseline - INFO - Sampling time 2 -2024-02-26 10:24:42,035 - root - DEBUG - Creating readonly ISCE mmap with +2024-04-11 08:50:02,244 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293474726713247 +2024-04-11 08:51:31,991 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image. +2024-04-11 08:51:31,992 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image. +2024-04-11 09:00:41,580 - isceobj.Location.OffsetField - INFO - 378 offsets culled +2024-04-11 09:00:41,832 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-11 09:00:42,054 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-11 09:00:42,314 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-11 09:00:44,550 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image. +2024-04-11 09:00:44,551 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image. +2024-04-11 09:00:52,360 - isce.tops.runFilter - INFO - Applying power-spectral filter +2024-04-11 09:00:52,372 - isce.mroipac.filter - DEBUG - width: 670 +2024-04-11 09:00:52,373 - isce.mroipac.filter - DEBUG - length: 209 +2024-04-11 09:00:52,373 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int +2024-04-11 09:00:52,373 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int +2024-04-11 09:00:52,373 - isce.mroipac.filter - DEBUG - filter strength: 0.8 +2024-04-11 09:00:52,373 - isce.mroipac.filter - INFO - Filtering interferogram +2024-04-11 09:00:52,518 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma +2024-04-11 09:00:57,553 - isce.tops.runFilter - INFO - Applying power-spectral filter +2024-04-11 09:00:57,565 - isce.mroipac.filter - DEBUG - width: 670 +2024-04-11 09:00:57,565 - isce.mroipac.filter - DEBUG - length: 209 +2024-04-11 09:00:57,566 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int +2024-04-11 09:00:57,566 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int +2024-04-11 09:00:57,566 - isce.mroipac.filter - DEBUG - filter strength: 0.8 +2024-04-11 09:00:57,566 - isce.mroipac.filter - INFO - Filtering interferogram +2024-04-11 09:00:57,703 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma +2024-04-11 09:08:48,336 - isce.tops.runFilter - INFO - Applying power-spectral filter +2024-04-11 09:08:48,348 - isce.mroipac.filter - DEBUG - width: 670 +2024-04-11 09:08:48,348 - isce.mroipac.filter - DEBUG - length: 209 +2024-04-11 09:08:48,349 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int +2024-04-11 09:08:48,349 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int +2024-04-11 09:08:48,349 - isce.mroipac.filter - DEBUG - filter strength: 0.8 +2024-04-11 09:08:48,350 - isce.mroipac.filter - INFO - Filtering interferogram +2024-04-11 09:08:48,505 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma +2024-04-11 09:10:24,714 - isce.tops.runFilter - INFO - Applying power-spectral filter +2024-04-11 09:10:24,726 - isce.mroipac.filter - DEBUG - width: 670 +2024-04-11 09:10:24,726 - isce.mroipac.filter - DEBUG - length: 209 +2024-04-11 09:10:24,726 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int +2024-04-11 09:10:24,727 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int +2024-04-11 09:10:24,727 - isce.mroipac.filter - DEBUG - filter strength: 0.5 +2024-04-11 09:10:24,727 - isce.mroipac.filter - INFO - Filtering interferogram +2024-04-11 09:10:24,883 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma +2024-04-11 09:12:08,603 - isce.tops.runFilter - INFO - Applying power-spectral filter +2024-04-11 09:12:08,617 - isce.mroipac.filter - DEBUG - width: 670 +2024-04-11 09:12:08,617 - isce.mroipac.filter - DEBUG - length: 209 +2024-04-11 09:12:08,617 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int +2024-04-11 09:12:08,617 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int +2024-04-11 09:12:08,618 - isce.mroipac.filter - DEBUG - filter strength: 0.5 +2024-04-11 09:12:08,618 - isce.mroipac.filter - INFO - Filtering interferogram +2024-04-11 09:12:08,783 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma +2024-04-11 09:15:00,237 - isce.tops.runFilter - INFO - Applying power-spectral filter +2024-04-11 09:15:00,248 - isce.mroipac.filter - DEBUG - width: 670 +2024-04-11 09:15:00,249 - isce.mroipac.filter - DEBUG - length: 209 +2024-04-11 09:15:00,249 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int +2024-04-11 09:15:00,250 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int +2024-04-11 09:15:00,250 - isce.mroipac.filter - DEBUG - filter strength: 0.5 +2024-04-11 09:15:00,251 - isce.mroipac.filter - INFO - Filtering interferogram +2024-04-11 09:15:00,404 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma +2024-04-11 09:31:28,370 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-04-11 09:31:28,395 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-04-11 09:31:28,420 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-04-11 09:31:29,719 - root - DEBUG - Creating readonly ISCE mmap with file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230523/20230523.slc bands = 1 width = 25462 @@ -1135,7 +1215,7 @@ length = 31514 scheme = BIP dtype = CFLOAT -2024-02-26 10:24:44,313 - root - DEBUG - Creating readonly ISCE mmap with +2024-04-11 09:31:32,729 - root - DEBUG - Creating readonly ISCE mmap with file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230531/20230531.slc bands = 1 width = 25586 @@ -1143,27 +1223,43 @@ length = 28444 scheme = BIP dtype = CFLOAT -2024-02-26 10:24:45,984 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293511365051303 -2024-02-26 10:25:59,829 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 3510 which is the number of lines in the slc image. -2024-02-26 10:25:59,830 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 2407 which is the width of the slc image. -2024-02-26 10:35:24,161 - isceobj.Location.OffsetField - INFO - 513 offsets culled -2024-02-26 10:35:24,393 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-02-26 10:35:24,588 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-02-26 10:35:24,820 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-02-26 10:35:26,880 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 3510 which is the number of lines in the slc image. -2024-02-26 10:35:26,881 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 2407 which is the width of the slc image. -2024-02-26 10:35:31,794 - isce.tops.runFilter - INFO - Applying power-spectral filter -2024-02-26 10:35:31,806 - isce.mroipac.filter - DEBUG - width: 803 -2024-02-26 10:35:31,806 - isce.mroipac.filter - DEBUG - length: 1173 -2024-02-26 10:35:31,806 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int -2024-02-26 10:35:31,806 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int -2024-02-26 10:35:31,807 - isce.mroipac.filter - DEBUG - filter strength: 0.8 -2024-02-26 10:35:31,807 - isce.mroipac.filter - INFO - Filtering interferogram -2024-02-26 10:35:32,568 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma -2024-02-27 13:50:18,619 - isce.mroipac.baseline - INFO - Sampling time 0 -2024-02-27 13:50:18,649 - isce.mroipac.baseline - INFO - Sampling time 1 -2024-02-27 13:50:18,682 - isce.mroipac.baseline - INFO - Sampling time 2 -2024-02-27 13:50:20,313 - root - DEBUG - Creating readonly ISCE mmap with +2024-04-11 09:31:34,936 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293474726713247 +2024-04-11 09:33:03,584 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image. +2024-04-11 09:33:03,584 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image. +2024-04-11 09:42:22,422 - isceobj.Location.OffsetField - INFO - 378 offsets culled +2024-04-11 09:42:22,676 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-11 09:42:22,892 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-11 09:42:23,153 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-11 09:42:25,012 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image. +2024-04-11 09:42:25,013 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image. +2024-04-11 09:42:32,475 - isce.tops.runFilter - INFO - Applying power-spectral filter +2024-04-11 09:42:32,487 - isce.mroipac.filter - DEBUG - width: 670 +2024-04-11 09:42:32,488 - isce.mroipac.filter - DEBUG - length: 209 +2024-04-11 09:42:32,488 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int +2024-04-11 09:42:32,488 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int +2024-04-11 09:42:32,488 - isce.mroipac.filter - DEBUG - filter strength: 0.5 +2024-04-11 09:42:32,488 - isce.mroipac.filter - INFO - Filtering interferogram +2024-04-11 09:42:32,618 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma +2024-04-11 09:42:37,390 - isce.tops.runFilter - INFO - Applying power-spectral filter +2024-04-11 09:42:37,401 - isce.mroipac.filter - DEBUG - width: 670 +2024-04-11 09:42:37,401 - isce.mroipac.filter - DEBUG - length: 209 +2024-04-11 09:42:37,401 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int +2024-04-11 09:42:37,402 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int +2024-04-11 09:42:37,402 - isce.mroipac.filter - DEBUG - filter strength: 0.5 +2024-04-11 09:42:37,402 - isce.mroipac.filter - INFO - Filtering interferogram +2024-04-11 09:42:37,529 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma +2024-04-11 09:44:02,746 - isce.tops.runFilter - INFO - Applying power-spectral filter +2024-04-11 09:44:02,758 - isce.mroipac.filter - DEBUG - width: 670 +2024-04-11 09:44:02,759 - isce.mroipac.filter - DEBUG - length: 209 +2024-04-11 09:44:02,759 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int +2024-04-11 09:44:02,760 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int +2024-04-11 09:44:02,760 - isce.mroipac.filter - DEBUG - filter strength: 0.5 +2024-04-11 09:44:02,761 - isce.mroipac.filter - INFO - Filtering interferogram +2024-04-11 09:44:02,915 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma +2024-04-11 10:08:27,842 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-04-11 10:08:27,868 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-04-11 10:08:27,894 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-04-11 10:08:29,195 - root - DEBUG - Creating readonly ISCE mmap with file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230523/20230523.slc bands = 1 width = 25462 @@ -1171,7 +1267,7 @@ length = 31514 scheme = BIP dtype = CFLOAT -2024-02-27 13:50:25,663 - root - DEBUG - Creating readonly ISCE mmap with +2024-04-11 10:08:32,245 - root - DEBUG - Creating readonly ISCE mmap with file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230531/20230531.slc bands = 1 width = 25586 @@ -1179,47 +1275,27 @@ length = 28444 scheme = BIP dtype = CFLOAT -2024-02-27 13:50:29,283 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293173586926877 -2024-02-27 13:53:38,375 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 6304 which is the number of lines in the slc image. -2024-02-27 13:53:38,375 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 4073 which is the width of the slc image. -2024-02-27 14:03:06,314 - isceobj.Location.OffsetField - INFO - 425 offsets culled -2024-02-27 14:03:06,566 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-02-27 14:03:06,779 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-02-27 14:03:07,033 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-02-27 14:03:09,269 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 6304 which is the number of lines in the slc image. -2024-02-27 14:03:09,269 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 4073 which is the width of the slc image. -2024-02-27 14:03:20,461 - isce.tops.runFilter - INFO - Applying power-spectral filter -2024-02-27 14:03:20,473 - isce.mroipac.filter - DEBUG - width: 1358 -2024-02-27 14:03:20,474 - isce.mroipac.filter - DEBUG - length: 2106 -2024-02-27 14:03:20,474 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int -2024-02-27 14:03:20,474 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int -2024-02-27 14:03:20,474 - isce.mroipac.filter - DEBUG - filter strength: 0.8 -2024-02-27 14:03:20,474 - isce.mroipac.filter - INFO - Filtering interferogram -2024-02-27 14:03:23,358 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma -2024-02-27 14:16:21,007 - isce.mroipac.baseline - INFO - Sampling time 0 -2024-02-27 14:16:21,033 - isce.mroipac.baseline - INFO - Sampling time 1 -2024-02-27 14:16:21,059 - isce.mroipac.baseline - INFO - Sampling time 2 -2024-02-27 14:16:21,910 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.929537927249224 -2024-02-27 15:48:16,609 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 28444 which is the number of lines in the slc image. -2024-02-27 15:48:16,611 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 25586 which is the width of the slc image. -2024-02-27 16:00:11,758 - isceobj.Location.OffsetField - INFO - 316 offsets culled -2024-02-27 16:00:11,951 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-02-27 16:00:12,170 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-02-27 16:00:12,364 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-02-27 16:00:25,333 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 28444 which is the number of lines in the slc image. -2024-02-27 16:00:25,333 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 25586 which is the width of the slc image. -2024-02-27 16:05:57,095 - isce.tops.runFilter - INFO - Applying power-spectral filter -2024-02-27 16:05:57,107 - isce.mroipac.filter - DEBUG - width: 8487 -2024-02-27 16:05:57,107 - isce.mroipac.filter - DEBUG - length: 10504 -2024-02-27 16:05:57,108 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int -2024-02-27 16:05:57,108 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int -2024-02-27 16:05:57,108 - isce.mroipac.filter - DEBUG - filter strength: 0.8 -2024-02-27 16:05:57,108 - isce.mroipac.filter - INFO - Filtering interferogram -2024-02-27 16:07:04,018 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma -2024-02-28 14:26:44,850 - isce.mroipac.baseline - INFO - Sampling time 0 -2024-02-28 14:26:44,876 - isce.mroipac.baseline - INFO - Sampling time 1 -2024-02-28 14:26:44,902 - isce.mroipac.baseline - INFO - Sampling time 2 -2024-02-28 14:26:46,054 - root - DEBUG - Creating readonly ISCE mmap with +2024-04-11 10:08:34,466 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293474726713247 +2024-04-11 10:10:04,078 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image. +2024-04-11 10:10:04,078 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image. +2024-04-11 10:19:22,066 - isceobj.Location.OffsetField - INFO - 378 offsets culled +2024-04-11 10:19:22,318 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-11 10:19:22,541 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-11 10:19:22,800 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-11 10:19:24,672 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image. +2024-04-11 10:19:24,673 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image. +2024-04-11 10:19:31,963 - isce.tops.runFilter - INFO - Applying power-spectral filter +2024-04-11 10:19:31,975 - isce.mroipac.filter - DEBUG - width: 2233 +2024-04-11 10:19:31,975 - isce.mroipac.filter - DEBUG - length: 697 +2024-04-11 10:19:31,975 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int +2024-04-11 10:19:31,976 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int +2024-04-11 10:19:31,976 - isce.mroipac.filter - DEBUG - filter strength: 0.5 +2024-04-11 10:19:31,976 - isce.mroipac.filter - INFO - Filtering interferogram +2024-04-11 10:19:33,294 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma +2024-04-11 11:07:27,092 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-04-11 11:07:27,117 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-04-11 11:07:27,144 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-04-11 11:07:28,446 - root - DEBUG - Creating readonly ISCE mmap with file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230523/20230523.slc bands = 1 width = 25462 @@ -1227,7 +1303,7 @@ length = 31514 scheme = BIP dtype = CFLOAT -2024-02-28 14:26:50,575 - root - DEBUG - Creating readonly ISCE mmap with +2024-04-11 11:07:34,257 - root - DEBUG - Creating readonly ISCE mmap with file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230531/20230531.slc bands = 1 width = 25586 @@ -1235,165 +1311,20 @@ length = 28444 scheme = BIP dtype = CFLOAT -2024-02-28 14:26:53,689 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.929281937973942 -2024-02-28 14:29:52,616 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 5709 which is the number of lines in the slc image. -2024-02-28 14:29:52,617 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 4510 which is the width of the slc image. -2024-02-28 14:39:26,528 - isceobj.Location.OffsetField - INFO - 426 offsets culled -2024-02-28 14:39:26,773 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-02-28 14:39:26,983 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-02-28 14:39:27,228 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-02-28 14:39:29,132 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 5709 which is the number of lines in the slc image. -2024-02-28 14:39:29,133 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 4510 which is the width of the slc image. -2024-02-28 14:39:41,506 - isce.tops.runFilter - INFO - Applying power-spectral filter -2024-02-28 14:39:41,518 - isce.mroipac.filter - DEBUG - width: 1504 -2024-02-28 14:39:41,518 - isce.mroipac.filter - DEBUG - length: 1907 -2024-02-28 14:39:41,518 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int -2024-02-28 14:39:41,519 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int -2024-02-28 14:39:41,519 - isce.mroipac.filter - DEBUG - filter strength: 0.8 -2024-02-28 14:39:41,519 - isce.mroipac.filter - INFO - Filtering interferogram -2024-02-28 14:39:43,729 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma -2024-02-28 14:49:25,684 - isce.mroipac.baseline - INFO - Sampling time 0 -2024-02-28 14:49:25,711 - isce.mroipac.baseline - INFO - Sampling time 1 -2024-02-28 14:49:25,736 - isce.mroipac.baseline - INFO - Sampling time 2 -2024-02-28 14:49:26,842 - root - DEBUG - Creating readonly ISCE mmap with -file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230523/20230523.slc -bands = 1 -width = 25462 -length = 31514 -scheme = BIP -dtype = CFLOAT - -2024-02-28 14:50:03,765 - root - DEBUG - Creating readonly ISCE mmap with -file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230531/20230531.slc -bands = 1 -width = 25586 -length = 28444 -scheme = BIP -dtype = CFLOAT - -2024-02-28 14:50:32,463 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9294462828296046 -2024-02-28 15:28:09,436 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 22243 which is the number of lines in the slc image. -2024-02-28 15:28:09,437 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 13860 which is the width of the slc image. -2024-02-28 15:39:16,232 - isceobj.Location.OffsetField - INFO - 391 offsets culled -2024-02-28 15:39:16,480 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-02-28 15:39:16,697 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-02-28 15:39:16,958 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-02-28 15:39:22,059 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 22243 which is the number of lines in the slc image. -2024-02-28 15:39:22,059 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 13860 which is the width of the slc image. -2024-02-28 15:41:23,526 - isce.tops.runFilter - INFO - Applying power-spectral filter -2024-02-28 15:41:23,538 - isce.mroipac.filter - DEBUG - width: 4676 -2024-02-28 15:41:23,539 - isce.mroipac.filter - DEBUG - length: 7432 -2024-02-28 15:41:23,539 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int -2024-02-28 15:41:23,539 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int -2024-02-28 15:41:23,539 - isce.mroipac.filter - DEBUG - filter strength: 0.8 -2024-02-28 15:41:23,539 - isce.mroipac.filter - INFO - Filtering interferogram -2024-02-28 15:41:50,730 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma -2024-02-28 17:21:05,642 - isce.mroipac.baseline - INFO - Sampling time 0 -2024-02-28 17:21:05,670 - isce.mroipac.baseline - INFO - Sampling time 1 -2024-02-28 17:21:05,701 - isce.mroipac.baseline - INFO - Sampling time 2 -2024-02-28 17:21:06,628 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.935463507067886 -2024-02-28 17:32:43,850 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 10384 which is the number of lines in the slc image. -2024-02-28 17:32:43,850 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 12154 which is the width of the slc image. -2024-02-28 17:42:47,570 - isceobj.Location.OffsetField - INFO - 615 offsets culled -2024-02-28 17:42:47,775 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-02-28 17:42:47,947 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-02-28 17:42:48,140 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-02-28 17:42:50,981 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 10384 which is the number of lines in the slc image. -2024-02-28 17:42:50,982 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 12154 which is the width of the slc image. -2024-02-28 17:43:45,828 - isce.tops.runFilter - INFO - Applying power-spectral filter -2024-02-28 17:43:45,840 - isce.mroipac.filter - DEBUG - width: 4051 -2024-02-28 17:43:45,840 - isce.mroipac.filter - DEBUG - length: 3460 -2024-02-28 17:43:45,840 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230328_20230413/20230328_20230413.int -2024-02-28 17:43:45,840 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230328_20230413/filt_20230328_20230413.int -2024-02-28 17:43:45,840 - isce.mroipac.filter - DEBUG - filter strength: 0.8 -2024-02-28 17:43:45,841 - isce.mroipac.filter - INFO - Filtering interferogram -2024-02-28 17:43:57,752 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma -2024-02-29 17:44:00,810 - isce.tops.runFilter - INFO - Applying power-spectral filter -2024-02-29 17:44:00,823 - isce.mroipac.filter - DEBUG - width: 8487 -2024-02-29 17:44:00,823 - isce.mroipac.filter - DEBUG - length: 10504 -2024-02-29 17:44:00,823 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int -2024-02-29 17:44:00,824 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int -2024-02-29 17:44:00,824 - isce.mroipac.filter - DEBUG - filter strength: 1.0 -2024-02-29 17:44:00,824 - isce.mroipac.filter - INFO - Filtering interferogram -2024-02-29 17:45:05,898 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma -2024-03-01 13:51:57,292 - isce.mroipac.baseline - INFO - Sampling time 0 -2024-03-01 13:51:57,319 - isce.mroipac.baseline - INFO - Sampling time 1 -2024-03-01 13:51:57,344 - isce.mroipac.baseline - INFO - Sampling time 2 -2024-03-01 13:51:59,159 - root - DEBUG - Creating readonly ISCE mmap with -file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230523/20230523.slc -bands = 1 -width = 25462 -length = 31514 -scheme = BIP -dtype = CFLOAT - -2024-03-01 13:52:25,050 - root - DEBUG - Creating readonly ISCE mmap with -file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230531/20230531.slc -bands = 1 -width = 25586 -length = 28444 -scheme = BIP -dtype = CFLOAT - -2024-03-01 13:52:43,357 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.929501388787854 -2024-03-01 14:17:16,837 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 17483 which is the number of lines in the slc image. -2024-03-01 14:17:16,838 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 10873 which is the width of the slc image. -2024-03-01 14:28:15,398 - isceobj.Location.OffsetField - INFO - 424 offsets culled -2024-03-01 14:28:15,698 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-03-01 14:28:15,950 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-03-01 14:28:16,257 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-03-01 14:28:21,367 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 17483 which is the number of lines in the slc image. -2024-03-01 14:28:21,368 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 10873 which is the width of the slc image. -2024-03-01 14:29:52,513 - isce.tops.runFilter - INFO - Applying power-spectral filter -2024-03-01 14:29:52,531 - isce.mroipac.filter - DEBUG - width: 3626 -2024-03-01 14:29:52,531 - isce.mroipac.filter - DEBUG - length: 5842 -2024-03-01 14:29:52,531 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int -2024-03-01 14:29:52,532 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int -2024-03-01 14:29:52,532 - isce.mroipac.filter - DEBUG - filter strength: 0.8 -2024-03-01 14:29:52,532 - isce.mroipac.filter - INFO - Filtering interferogram -2024-03-01 14:30:10,573 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma -2024-03-04 09:48:10,279 - isce.mroipac.baseline - INFO - Sampling time 0 -2024-03-04 09:48:10,306 - isce.mroipac.baseline - INFO - Sampling time 1 -2024-03-04 09:48:10,331 - isce.mroipac.baseline - INFO - Sampling time 2 -2024-03-04 09:48:11,754 - root - DEBUG - Creating readonly ISCE mmap with -file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230328/20230328.slc -bands = 1 -width = 12154 -length = 10380 -scheme = BIP -dtype = CFLOAT - -2024-03-04 09:48:18,936 - root - DEBUG - Creating readonly ISCE mmap with -file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230405/20230405.slc -bands = 1 -width = 12154 -length = 10384 -scheme = BIP -dtype = CFLOAT - -2024-03-04 09:48:25,674 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.935473167775609 -2024-03-04 09:54:03,452 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 6903 which is the number of lines in the slc image. -2024-03-04 09:54:03,453 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 9454 which is the width of the slc image. -2024-03-04 10:03:49,924 - isceobj.Location.OffsetField - INFO - 804 offsets culled -2024-03-04 10:03:50,092 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-03-04 10:03:50,269 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-03-04 10:03:50,426 - isceobj.Location.OffsetField - INFO - 0 offsets culled -2024-03-04 10:03:53,308 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 6903 which is the number of lines in the slc image. -2024-03-04 10:03:53,308 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 9454 which is the width of the slc image. -2024-03-04 10:04:20,219 - isce.tops.runFilter - INFO - Applying power-spectral filter -2024-03-04 10:04:20,232 - isce.mroipac.filter - DEBUG - width: 3151 -2024-03-04 10:04:20,232 - isce.mroipac.filter - DEBUG - length: 2301 -2024-03-04 10:04:20,232 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230328_20230405/20230328_20230405.int -2024-03-04 10:04:20,233 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230328_20230405/filt_20230328_20230405.int -2024-03-04 10:04:20,233 - isce.mroipac.filter - DEBUG - filter strength: 0.8 -2024-03-04 10:04:20,233 - isce.mroipac.filter - INFO - Filtering interferogram -2024-03-04 10:04:25,899 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma -2024-03-12 14:06:45,775 - isce.mroipac.baseline - INFO - Sampling time 0 -2024-03-12 14:06:45,802 - isce.mroipac.baseline - INFO - Sampling time 1 -2024-03-12 14:06:45,827 - isce.mroipac.baseline - INFO - Sampling time 2 -2024-03-12 14:06:47,000 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.929537927249224 -2024-03-12 17:58:12,955 - isce.mroipac.baseline - INFO - Sampling time 0 -2024-03-12 17:58:12,982 - isce.mroipac.baseline - INFO - Sampling time 1 -2024-03-12 17:58:13,008 - isce.mroipac.baseline - INFO - Sampling time 2 -2024-03-12 17:58:13,877 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.929537927249224 -2024-03-12 18:55:24,932 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.929537927249224 +2024-04-11 11:07:38,398 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293726769037733 +2024-04-11 11:11:25,001 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 4167 which is the number of lines in the slc image. +2024-04-11 11:11:25,001 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 8499 which is the width of the slc image. +2024-04-11 11:21:00,810 - isceobj.Location.OffsetField - INFO - 332 offsets culled +2024-04-11 11:21:01,069 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-11 11:21:01,302 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-11 11:21:01,578 - isceobj.Location.OffsetField - INFO - 0 offsets culled +2024-04-11 11:21:03,686 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 4167 which is the number of lines in the slc image. +2024-04-11 11:21:03,687 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 8499 which is the width of the slc image. +2024-04-11 11:21:18,948 - isce.tops.runFilter - INFO - Applying power-spectral filter +2024-04-11 11:21:18,960 - isce.mroipac.filter - DEBUG - width: 2833 +2024-04-11 11:21:18,960 - isce.mroipac.filter - DEBUG - length: 1392 +2024-04-11 11:21:18,960 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int +2024-04-11 11:21:18,961 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int +2024-04-11 11:21:18,961 - isce.mroipac.filter - DEBUG - filter strength: 0.5 +2024-04-11 11:21:18,961 - isce.mroipac.filter - INFO - Filtering interferogram +2024-04-11 11:21:22,262 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma diff --git a/dem-L-SAR/ISCEApp/stripmapWrapper.exe b/dem-L-SAR/ISCEApp/stripmapWrapper.exe index 46b72fb..3f4371e 100644 Binary files a/dem-L-SAR/ISCEApp/stripmapWrapper.exe and b/dem-L-SAR/ISCEApp/stripmapWrapper.exe differ diff --git a/dem-L-SAR/geocoding.py b/dem-L-SAR/geocoding.py index db3e40f..4825776 100644 --- a/dem-L-SAR/geocoding.py +++ b/dem-L-SAR/geocoding.py @@ -9,7 +9,7 @@ import math from sklearn.neighbors import KDTree from xml.etree import ElementTree as ET from tool.algorithm.image.ImageHandle import ImageHandler -# os.environ['PROJ_LIB'] = os.getcwd() +os.environ['PROJ_LIB'] = os.getcwd() def get_lambel_sentinel(isce_work_path): refrence_path=os.path.join(isce_work_path,"reference") @@ -54,6 +54,17 @@ def get_filt_fine_unw_path(isce_work_path): return flit_fine_unw_path_ls +def get_filt_fine_cor_path(isce_work_path): + flit_fine_cor_path_ls=[] + interferograms_path=os.path.join(isce_work_path,"Igrams") + for rootdir, dirs, files in os.walk(interferograms_path): + for filename in files: + # if filename=="filt_fine.unw.vrt": + if filename.endswith(".cor.vrt"): + flit_fine_cor_path_ls.append(os.path.join(rootdir, filename)) + + return flit_fine_cor_path_ls + def info_VRT(vrt_path): vrt_data=gdal.Open(vrt_path,gdal.GA_ReadOnly) print("width:\t",vrt_data.RasterXSize) @@ -94,6 +105,54 @@ def saveTiff(target_data_path,xsize,ysize,gt,srs,target_arr): tiff_geo.SetProjection(srs.ExportToWkt()) del tiff_geo + +def detrend_2d(unw_filename,cor_filename, out_file): + + unwImg = ImageHandler.get_data(unw_filename) + # unwImg = unwImgt[1,:,:] + corImg = ImageHandler.get_data(cor_filename) + height = corImg.shape[0] + width = corImg.shape[1] + lines_intv = int(np.floor(height * 0.005)) + width_intv = int(np.floor(width * 0.005)) + x = np.arange(1, width, width_intv) + y = np.arange(1, height, lines_intv) + + pointX = [] + pointY = [] + pointZ = [] + + for i in y: + for j in x: + if corImg[i,j] < 0.2: + continue + else: + pointX.append(j) + pointY.append(i) + pointZ.append(unwImg[i,j]) + + int_xy = np.multiply(np.array(pointX), np.array(pointY)) + int_xx = np.multiply(np.array(pointX), np.array(pointX)) + int_yy = np.multiply(np.array(pointY), np.array(pointY)) + + design_matrix = np.column_stack((np.array(pointX), np.array(pointY), int_xy, int_xx, int_yy)) + X = np.linalg.lstsq(design_matrix, pointZ, rcond=None)[0] + a = X[0] # 系数1 + b = X[1] # 系数2 + c = X[2] # 系数3 + d = X[3] # 系数4 + e = X[4] # 系数5 + + dtd_unw = np.zeros((height, width), dtype=float) + for ii in range(width): + for jj in range(height): + str = a * (ii+1) + b * (jj+1) + c * (ii+1) * (jj+1) + d * (ii+1) * (ii+1) + e * (jj+1) * (jj+1) + # dtd_unw[ii, jj] = unwImg[ii, jj] - str + dtd_unw[jj, ii] = unwImg[jj, ii] - str + dtd_unw[np.where(corImg==0)] = 0 + ImageHandler.write_img(out_file, '', [0.0, 1.0, 0.0, 0.0, 0.0, 1.0], dtd_unw) + return dtd_unw + # 插值地理编码方法 def geoCoding(tree,X_min,X_max,Y_min,Y_max,block_size,value_data,target_arr): for i in range(X_min,X_max+block_size,block_size): @@ -142,6 +201,8 @@ def get_Dem(isce_work_path, temp_work_path, pack_path, product_name, lamda): filt_topophase_unw_path=get_filt_fine_unw_path(isce_work_path)[0] unw_tiff_path=os.path.join(temp_work_path,"unw.tiff") vrt2tiff(filt_topophase_unw_path,unw_tiff_path,1) + + filt_topophase_cor_path = get_filt_fine_cor_path(isce_work_path)[0] [lon_path,lat_path]=get_long_lat_path(isce_work_path) lon_tiff_path=os.path.join(temp_work_path,"lon.tiff") @@ -166,7 +227,11 @@ def get_Dem(isce_work_path, temp_work_path, pack_path, product_name, lamda): lat = lat_data[:, lat_data.shape[1]-1] lat_min = np.min(lat) lat_max = np.max(lat) - unw_data=read_tiff_dataset(unw_tiff_path,band_idx=0) + + out_detrend_path = os.path.join(temp_work_path, "detrend_unw.tif") + unw_data = detrend_2d(unw_tiff_path, filt_topophase_cor_path, out_detrend_path) + + # unw_data=read_tiff_dataset(unw_tiff_path,band_idx=0) hgt_data=read_tiff_dataset(hgt_tiff_path,band_idx=0) los_data=los_data.reshape(-1) @@ -230,9 +295,10 @@ def get_Dem(isce_work_path, temp_work_path, pack_path, product_name, lamda): return dem_target_data_path if __name__ == '__main__': - isce_work_path = r"D:\micro\microproduct_depdence\GF3-Deformation\isce_work" - temp_work_path = r"D:\micro\microproduct_depdence\GF3-Deformation\test" - out_work_path = r"D:\micro\microproduct_depdence\GF3-Deformation\test" - product = r'D:\micro\microproduct_depdence\GF3-Deformation\test\dem.tiff' - get_Dem(isce_work_path, temp_work_path, out_work_path, product) + isce_work_path = r"D:\micro\microproduct_depdence\LT-Deformation\isce_work" + temp_work_path = r"D:\micro\microproduct_depdence\LT-Deformation\product" + out_work_path = r"D:\micro\microproduct_depdence\LT-Deformation\product" + product = r'D:\micro\microproduct_depdence\LT-Deformation\product\dem.tiff' + lamda = float(299792458 / 1.26000000000000000E+09) + get_Dem(isce_work_path, temp_work_path, out_work_path, product, lamda) pass \ No newline at end of file diff --git a/landcover-L-SAR/run_log/LandCover2024-03-04-14-39-22.log b/landcover-L-SAR/run_log/LandCover2024-03-04-14-39-22.log deleted file mode 100644 index 7188341..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-04-14-39-22.log +++ /dev/null @@ -1,66 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\landcover-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut sim_ori success! -INFO:mylog:preprocess_handle success! -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =10000, random select10000 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =10000, random select10000 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =10000, random select10000 point as train data! -INFO:mylog:read csv data success! -INFO:mylog:progress bar: 20% -INFO:mylog:refine_lee filter success! -INFO:mylog:progress bar: 30% -INFO:root:feature_tif_paths:{'Freeman_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Dbl.tif', 'Freeman_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Odd.tif', 'Freeman_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Vol.tif', 'Yamaguchi4_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Dbl.tif', 'Yamaguchi4_Hlx': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Hlx.tif', 'Yamaguchi4_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Odd.tif', 'Yamaguchi4_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Vol.tif'} -INFO:mylog:decompose feature success! -INFO:mylog:progress bar: 50% -INFO:mylog:feature_list:['0: Freeman_Dbl_geo.tif', '1: Freeman_Odd_geo.tif', '2: Freeman_Vol_geo.tif', '3: HH_geo.tif', '4: HV_geo.tif', '5: VH_geo.tif', '6: VV_geo.tif', '7: Yamaguchi4_Dbl_geo.tif', '8: Yamaguchi4_Hlx_geo.tif', '9: Yamaguchi4_Odd_geo.tif', '10: Yamaguchi4_Vol_geo.tif'] -INFO:mylog:gene_train_set success! -INFO:mylog:importances:[0.01345728 0.08030793 0.19998456 0.08862919 0.07922134 0.07908471 - 0.09141777 0.03486326 0.08361669 0.10833262 0.14108465],threshold=0.07 -INFO:mylog:optimal_feature:[2, 10, 9, 6, 3, 8, 1, 4, 5] -INFO:mylog:correlation_map: - [[0. 0.8949268 0.35909693 0.540319 0.5255877 0.51631901 - 0.15386267 0.66493226 0.6532548 ] - [0. 0. 0.2082941 0.43162995 0.43429836 0.31024572 - 0.09145156 0.63592983 0.62960317] - [0. 0. 0. 0.80898481 0.79945993 0.08127209 - 0.9420081 0.04272205 0.02908987] - [0. 0. 0. 0. 0.75470725 0.08134001 - 0.72615951 0.21924918 0.20997542] - [0. 0. 0. 0. 0. 0.08638082 - 0.73653416 0.22030954 0.21031874] - [0. 0. 0. 0. 0. 0. - 0.12765872 0.52023269 0.52175055] - [0. 0. 0. 0. 0. 0. - 0. 0.03650561 0.04599542] - [0. 0. 0. 0. 0. 0. - 0. 0. 0.65095718] - [0. 0. 0. 0. 0. 0. - 0. 0. 0. ]] -INFO:mylog:validity_list_corr:[2 9 6 3 8 4 5] -INFO:mylog:[2 9 6 3 8 4 5] -INFO:mylog:train_feature:['2: Freeman_Vol_geo.tif' '9: Yamaguchi4_Odd_geo.tif' '6: VV_geo.tif' - '3: HH_geo.tif' '8: Yamaguchi4_Hlx_geo.tif' '4: HV_geo.tif' - '5: VH_geo.tif'] -INFO:mylog:RF trainning -INFO:mylog:RF train successful -INFO:mylog:progress bar: 60% -INFO:mylog:block size is :3072 -INFO:mylog:test_feature:dict_keys(['Freeman_Vol_geo', 'HH_geo', 'HV_geo', 'VH_geo', 'VV_geo', 'Yamaguchi4_Hlx_geo', 'Yamaguchi4_Odd_geo']) -INFO:mylog:blocking tifs success! -INFO:mylog:create features matrix success! -INFO:mylog:testing -INFO:mylog:test success! -INFO:mylog:progress bar: 95% -INFO:mylog:trans_tif2mask success, path: D:\micro\LWork\LandCover\Temporary\processing\tif_mask.tif -INFO:mylog:create ROI image success! -INFO:mylog:process_handle success! -INFO:mylog:successful production of LandCover products! -INFO:mylog:running use time: 0:28:08.480083 diff --git a/landcover-L-SAR/run_log/LandCover2024-03-04-14-59-56.log b/landcover-L-SAR/run_log/LandCover2024-03-04-14-59-56.log deleted file mode 100644 index 3df0492..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-04-14-59-56.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:0 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_0_3072.tif -INFO:mylog:total:25,block:0 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_0_3072.tif -INFO:mylog:total:25,block:21 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_11883_14955.tif -INFO:mylog:total:25,block:21 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_11883_14955.tif diff --git a/landcover-L-SAR/run_log/LandCover2024-03-04-14-59-57.log b/landcover-L-SAR/run_log/LandCover2024-03-04-14-59-57.log deleted file mode 100644 index 25e9c40..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-04-14-59-57.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:1 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_11883_14955.tif -INFO:mylog:total:25,block:1 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_11883_14955.tif -INFO:mylog:total:25,block:16 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_11883_14955.tif -INFO:mylog:total:25,block:16 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_11883_14955.tif diff --git a/landcover-L-SAR/run_log/LandCover2024-03-04-14-59-59.log b/landcover-L-SAR/run_log/LandCover2024-03-04-14-59-59.log deleted file mode 100644 index 851f2f0..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-04-14-59-59.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:2 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_3072_6144.tif -INFO:mylog:total:25,block:2 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_3072_6144.tif -INFO:mylog:total:25,block:15 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_0_3072.tif -INFO:mylog:total:25,block:15 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_0_3072.tif diff --git a/landcover-L-SAR/run_log/LandCover2024-03-04-15-00-01.log b/landcover-L-SAR/run_log/LandCover2024-03-04-15-00-01.log deleted file mode 100644 index 8c2d03f..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-04-15-00-01.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:3 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_6144_9216.tif -INFO:mylog:total:25,block:3 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_6144_9216.tif -INFO:mylog:total:25,block:17 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_3072_6144.tif -INFO:mylog:total:25,block:17 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_3072_6144.tif diff --git a/landcover-L-SAR/run_log/LandCover2024-03-04-15-00-03.log b/landcover-L-SAR/run_log/LandCover2024-03-04-15-00-03.log deleted file mode 100644 index a1dac85..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-04-15-00-03.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:4 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_9216_12288.tif -INFO:mylog:total:25,block:4 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_9216_12288.tif -INFO:mylog:total:25,block:18 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_6144_9216.tif -INFO:mylog:total:25,block:18 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_6144_9216.tif diff --git a/landcover-L-SAR/run_log/LandCover2024-03-04-15-00-05.log b/landcover-L-SAR/run_log/LandCover2024-03-04-15-00-05.log deleted file mode 100644 index 98b5b39..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-04-15-00-05.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:5 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_0_3072.tif -INFO:mylog:total:25,block:5 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_0_3072.tif -INFO:mylog:total:25,block:23 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_6144_9216.tif -INFO:mylog:total:25,block:23 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_6144_9216.tif diff --git a/landcover-L-SAR/run_log/LandCover2024-03-04-15-00-07.log b/landcover-L-SAR/run_log/LandCover2024-03-04-15-00-07.log deleted file mode 100644 index 3f6e685..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-04-15-00-07.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:6 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:6 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:24 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_9216_12288.tif -INFO:mylog:total:25,block:24 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_9216_12288.tif diff --git a/landcover-L-SAR/run_log/LandCover2024-03-04-15-00-09.log b/landcover-L-SAR/run_log/LandCover2024-03-04-15-00-09.log deleted file mode 100644 index fd198d7..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-04-15-00-09.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:7 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_3072_6144.tif -INFO:mylog:total:25,block:7 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_3072_6144.tif -INFO:mylog:total:25,block:20 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_0_3072.tif -INFO:mylog:total:25,block:20 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_0_3072.tif diff --git a/landcover-L-SAR/run_log/LandCover2024-03-04-15-00-11.log b/landcover-L-SAR/run_log/LandCover2024-03-04-15-00-11.log deleted file mode 100644 index 8b00fc4..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-04-15-00-11.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:8 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_6144_9216.tif -INFO:mylog:total:25,block:8 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_6144_9216.tif -INFO:mylog:total:25,block:22 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_3072_6144.tif -INFO:mylog:total:25,block:22 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_3072_6144.tif diff --git a/landcover-L-SAR/run_log/LandCover2024-03-04-15-00-14.log b/landcover-L-SAR/run_log/LandCover2024-03-04-15-00-14.log deleted file mode 100644 index 122fb49..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-04-15-00-14.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:9 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:9 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:19 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_9216_12288.tif -INFO:mylog:total:25,block:19 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_9216_12288.tif diff --git a/landcover-L-SAR/run_log/LandCover2024-03-04-15-00-16.log b/landcover-L-SAR/run_log/LandCover2024-03-04-15-00-16.log deleted file mode 100644 index da78091..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-04-15-00-16.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:10 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_0_3072.tif -INFO:mylog:total:25,block:10 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_0_3072.tif diff --git a/landcover-L-SAR/run_log/LandCover2024-03-04-15-00-18.log b/landcover-L-SAR/run_log/LandCover2024-03-04-15-00-18.log deleted file mode 100644 index a10dc61..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-04-15-00-18.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:11 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_11883_14955.tif -INFO:mylog:total:25,block:11 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_11883_14955.tif diff --git a/landcover-L-SAR/run_log/LandCover2024-03-04-15-00-20.log b/landcover-L-SAR/run_log/LandCover2024-03-04-15-00-20.log deleted file mode 100644 index 0977cc5..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-04-15-00-20.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:12 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_3072_6144.tif -INFO:mylog:total:25,block:12 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_3072_6144.tif diff --git a/landcover-L-SAR/run_log/LandCover2024-03-04-15-00-22.log b/landcover-L-SAR/run_log/LandCover2024-03-04-15-00-22.log deleted file mode 100644 index f421f2c..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-04-15-00-22.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:13 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_6144_9216.tif -INFO:mylog:total:25,block:13 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_6144_9216.tif diff --git a/landcover-L-SAR/run_log/LandCover2024-03-04-15-00-24.log b/landcover-L-SAR/run_log/LandCover2024-03-04-15-00-24.log deleted file mode 100644 index 487ddb5..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-04-15-00-24.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:14 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_9216_12288.tif -INFO:mylog:total:25,block:14 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_9216_12288.tif diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-13-32-42.log b/landcover-L-SAR/run_log/LandCover2024-03-06-13-32-42.log deleted file mode 100644 index 30d0f76..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-06-13-32-42.log +++ /dev/null @@ -1,20 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\landcover-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut sim_ori success! -INFO:mylog:preprocess_handle success! -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =10000, random select10000 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =10000, random select10000 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =10000, random select10000 point as train data! -INFO:mylog:read csv data success! -INFO:mylog:progress bar: 20% -INFO:mylog:refine_lee filter success! -INFO:mylog:progress bar: 30% -INFO:root:feature_tif_paths:{'Freeman_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Dbl.tif', 'Freeman_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Odd.tif', 'Freeman_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Vol.tif', 'Yamaguchi4_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Dbl.tif', 'Yamaguchi4_Hlx': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Hlx.tif', 'Yamaguchi4_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Odd.tif', 'Yamaguchi4_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Vol.tif'} diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-13-44-48.log b/landcover-L-SAR/run_log/LandCover2024-03-06-13-44-48.log deleted file mode 100644 index 30d0f76..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-06-13-44-48.log +++ /dev/null @@ -1,20 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\landcover-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut sim_ori success! -INFO:mylog:preprocess_handle success! -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =10000, random select10000 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =10000, random select10000 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =10000, random select10000 point as train data! -INFO:mylog:read csv data success! -INFO:mylog:progress bar: 20% -INFO:mylog:refine_lee filter success! -INFO:mylog:progress bar: 30% -INFO:root:feature_tif_paths:{'Freeman_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Dbl.tif', 'Freeman_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Odd.tif', 'Freeman_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Vol.tif', 'Yamaguchi4_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Dbl.tif', 'Yamaguchi4_Hlx': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Hlx.tif', 'Yamaguchi4_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Odd.tif', 'Yamaguchi4_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Vol.tif'} diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-13-56-35.log b/landcover-L-SAR/run_log/LandCover2024-03-06-13-56-35.log deleted file mode 100644 index e69de29..0000000 diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-13-56-37.log b/landcover-L-SAR/run_log/LandCover2024-03-06-13-56-37.log deleted file mode 100644 index e69de29..0000000 diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-13-56-38.log b/landcover-L-SAR/run_log/LandCover2024-03-06-13-56-38.log deleted file mode 100644 index e69de29..0000000 diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-13-57-57.log b/landcover-L-SAR/run_log/LandCover2024-03-06-13-57-57.log deleted file mode 100644 index 789c07b..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-06-13-57-57.log +++ /dev/null @@ -1,44 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\landcover-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut sim_ori success! -INFO:mylog:preprocess_handle success! -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =10000, random select10000 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =10000, random select10000 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =10000, random select10000 point as train data! -INFO:mylog:read csv data success! -INFO:mylog:progress bar: 20% -INFO:mylog:refine_lee filter success! -INFO:mylog:progress bar: 30% -INFO:root:feature_tif_paths:{'Freeman_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Dbl.tif', 'Freeman_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Odd.tif', 'Freeman_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Vol.tif', 'Yamaguchi4_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Dbl.tif', 'Yamaguchi4_Hlx': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Hlx.tif', 'Yamaguchi4_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Odd.tif', 'Yamaguchi4_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Vol.tif'} -INFO:mylog:decompose feature success! -INFO:mylog:progress bar: 50% -INFO:mylog:feature_list:[] -INFO:mylog:gene_train_set success! -ERROR:mylog:run-time error! -Traceback (most recent call last): - File "D:/estar-proj/microproduct-l-sar/landcover-L-SAR/LandCoverMain.py", line 689, in - if main_handler.process_handle(start) is False: - File "D:/estar-proj/microproduct-l-sar/landcover-L-SAR/LandCoverMain.py", line 568, in process_handle - X_train, Y_train, optimal_feature = ml.gene_optimal_train_set(train_data_dic, feature_geo, 0.07, 0.85) - File "D:\estar-proj\microproduct-l-sar\tool\algorithm\ml\machineLearning.py", line 41, in gene_optimal_train_set - optimal_feature = ml.sel_optimal_feature_set(X_train, Y_train, threshold=important_threshold) - File "D:\estar-proj\microproduct-l-sar\tool\algorithm\ml\machineLearning.py", line 303, in sel_optimal_feature_set - model.fit(X_train, Y_train.astype('int')) - File "D:\Anaconda\envs\micro\lib\site-packages\sklearn\ensemble\_forest.py", line 326, in fit - X, y = self._validate_data( - File "D:\Anaconda\envs\micro\lib\site-packages\sklearn\base.py", line 572, in _validate_data - X, y = check_X_y(X, y, **check_params) - File "D:\Anaconda\envs\micro\lib\site-packages\sklearn\utils\validation.py", line 956, in check_X_y - X = check_array( - File "D:\Anaconda\envs\micro\lib\site-packages\sklearn\utils\validation.py", line 806, in check_array - raise ValueError( -ValueError: Found array with 0 feature(s) (shape=(30000, 0)) while a minimum of 1 is required. -INFO:mylog:running use time: 0:11:18.197804 diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-14-08-54.log b/landcover-L-SAR/run_log/LandCover2024-03-06-14-08-54.log deleted file mode 100644 index e69de29..0000000 diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-14-12-05.log b/landcover-L-SAR/run_log/LandCover2024-03-06-14-12-05.log deleted file mode 100644 index 1b1013c..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-06-14-12-05.log +++ /dev/null @@ -1,44 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\landcover-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut sim_ori success! -INFO:mylog:preprocess_handle success! -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =10000, random select10000 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =10000, random select10000 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =10000, random select10000 point as train data! -INFO:mylog:read csv data success! -INFO:mylog:progress bar: 20% -INFO:mylog:refine_lee filter success! -INFO:mylog:progress bar: 30% -INFO:root:feature_tif_paths:{'Freeman_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Dbl.tif', 'Freeman_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Odd.tif', 'Freeman_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Vol.tif', 'Yamaguchi4_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Dbl.tif', 'Yamaguchi4_Hlx': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Hlx.tif', 'Yamaguchi4_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Odd.tif', 'Yamaguchi4_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Vol.tif'} -INFO:mylog:decompose feature success! -INFO:mylog:progress bar: 50% -INFO:mylog:feature_list:[] -INFO:mylog:gene_train_set success! -ERROR:mylog:run-time error! -Traceback (most recent call last): - File "D:/estar-proj/microproduct-l-sar/landcover-L-SAR/LandCoverMain.py", line 690, in - raise Exception('preprocess_handle() failed!') - File "D:/estar-proj/microproduct-l-sar/landcover-L-SAR/LandCoverMain.py", line 569, in process_handle - # 生成最优特征子集训练集 - File "D:\estar-proj\microproduct-l-sar\tool\algorithm\ml\machineLearning.py", line 41, in gene_optimal_train_set - optimal_feature = ml.sel_optimal_feature_set(X_train, Y_train, threshold=important_threshold) - File "D:\estar-proj\microproduct-l-sar\tool\algorithm\ml\machineLearning.py", line 303, in sel_optimal_feature_set - model.fit(X_train, Y_train.astype('int')) - File "D:\Anaconda\envs\micro\lib\site-packages\sklearn\ensemble\_forest.py", line 326, in fit - X, y = self._validate_data( - File "D:\Anaconda\envs\micro\lib\site-packages\sklearn\base.py", line 572, in _validate_data - X, y = check_X_y(X, y, **check_params) - File "D:\Anaconda\envs\micro\lib\site-packages\sklearn\utils\validation.py", line 956, in check_X_y - X = check_array( - File "D:\Anaconda\envs\micro\lib\site-packages\sklearn\utils\validation.py", line 806, in check_array - raise ValueError( -ValueError: Found array with 0 feature(s) (shape=(30000, 0)) while a minimum of 1 is required. -INFO:mylog:running use time: 0:12:10.889075 diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-14-23-24.log b/landcover-L-SAR/run_log/LandCover2024-03-06-14-23-24.log deleted file mode 100644 index e69de29..0000000 diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-14-23-25.log b/landcover-L-SAR/run_log/LandCover2024-03-06-14-23-25.log deleted file mode 100644 index e69de29..0000000 diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-14-23-26.log b/landcover-L-SAR/run_log/LandCover2024-03-06-14-23-26.log deleted file mode 100644 index e69de29..0000000 diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-14-23-27.log b/landcover-L-SAR/run_log/LandCover2024-03-06-14-23-27.log deleted file mode 100644 index e69de29..0000000 diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-14-26-10.log b/landcover-L-SAR/run_log/LandCover2024-03-06-14-26-10.log deleted file mode 100644 index 360ced3..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-06-14-26-10.log +++ /dev/null @@ -1,17 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\landcover-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut sim_ori success! -INFO:mylog:preprocess_handle success! -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =10000, random select10000 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =10000, random select10000 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =10000, random select10000 point as train data! -INFO:mylog:read csv data success! -INFO:mylog:progress bar: 20% diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-14-31-06.log b/landcover-L-SAR/run_log/LandCover2024-03-06-14-31-06.log deleted file mode 100644 index 1374604..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-06-14-31-06.log +++ /dev/null @@ -1,68 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\landcover-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut sim_ori success! -INFO:mylog:preprocess_handle success! -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =10000, random select10000 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =10000, random select10000 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =10000, random select10000 point as train data! -INFO:mylog:read csv data success! -INFO:mylog:progress bar: 20% -INFO:mylog:S2 to T3 success! -INFO:mylog:refine_lee filter success! -INFO:mylog:progress bar: 30% -INFO:mylog:Freeman successful -INFO:mylog:Yamaguchi successful -INFO:root:feature_tif_paths:{'Freeman_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Dbl.tif', 'Freeman_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Odd.tif', 'Freeman_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Vol.tif', 'Yamaguchi4_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Dbl.tif', 'Yamaguchi4_Hlx': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Hlx.tif', 'Yamaguchi4_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Odd.tif', 'Yamaguchi4_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Vol.tif'} -INFO:mylog:decompose feature success! -INFO:mylog:progress bar: 50% -INFO:mylog:feature_list:['0: Freeman_Dbl_geo.tif', '1: Freeman_Odd_geo.tif', '2: Freeman_Vol_geo.tif', '3: HH_cal_geo.tif', '4: HV_cal_geo.tif', '5: VH_cal_geo.tif', '6: VV_cal_geo.tif', '7: Yamaguchi4_Dbl_geo.tif', '8: Yamaguchi4_Hlx_geo.tif', '9: Yamaguchi4_Odd_geo.tif', '10: Yamaguchi4_Vol_geo.tif'] -INFO:mylog:gene_train_set success! -INFO:mylog:importances:[0.01412884 0.07507139 0.19282871 0.09425074 0.08127264 0.0800713 - 0.09279422 0.03571493 0.08148785 0.10983892 0.14254045],threshold=0.07 -INFO:mylog:optimal_feature:[2, 10, 9, 3, 6, 8, 4, 5, 1] -INFO:mylog:correlation_map: - [[0. 0.89974759 0.35986712 0.53728706 0.54356051 0.53799063 - 0.67882997 0.65708663 0.14666917] - [0. 0. 0.20476747 0.44040511 0.43246559 0.33815793 - 0.65350952 0.6342519 0.08000724] - [0. 0. 0. 0.78989342 0.80393551 0.06189867 - 0.05506056 0.03791309 0.93682793] - [0. 0. 0. 0. 0.75517487 0.11551733 - 0.23950707 0.22443111 0.71684797] - [0. 0. 0. 0. 0. 0.09838501 - 0.22526131 0.21092207 0.7125749 ] - [0. 0. 0. 0. 0. 0. - 0.54144962 0.53694689 0.11393226] - [0. 0. 0. 0. 0. 0. - 0. 0.67117044 0.02858808] - [0. 0. 0. 0. 0. 0. - 0. 0. 0.03978259] - [0. 0. 0. 0. 0. 0. - 0. 0. 0. ]] -INFO:mylog:validity_list_corr:[2 9 3 6 8 4 5] -INFO:mylog:[2 9 3 6 8 4 5] -INFO:mylog:train_feature:['2: Freeman_Vol_geo.tif' '9: Yamaguchi4_Odd_geo.tif' '3: HH_cal_geo.tif' - '6: VV_cal_geo.tif' '8: Yamaguchi4_Hlx_geo.tif' '4: HV_cal_geo.tif' - '5: VH_cal_geo.tif'] -INFO:mylog:RF trainning -INFO:mylog:RF train successful -INFO:mylog:progress bar: 60% -INFO:mylog:block size is :3072 -INFO:mylog:test_feature:dict_keys(['Freeman_Vol_geo', 'HH_cal_geo', 'HV_cal_geo', 'VH_cal_geo', 'VV_cal_geo', 'Yamaguchi4_Hlx_geo', 'Yamaguchi4_Odd_geo']) -INFO:mylog:blocking tifs success! -INFO:mylog:create features matrix success! -INFO:mylog:testing -INFO:mylog:test success! -INFO:mylog:progress bar: 95% -INFO:mylog:trans_tif2mask success, path: D:\micro\LWork\LandCover\Temporary\processing\tif_mask.tif -INFO:mylog:create ROI image success! -INFO:mylog:process_handle success! -INFO:mylog:successful production of LandCover products! diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-14-41-35.log b/landcover-L-SAR/run_log/LandCover2024-03-06-14-41-35.log deleted file mode 100644 index e69de29..0000000 diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-14-41-36.log b/landcover-L-SAR/run_log/LandCover2024-03-06-14-41-36.log deleted file mode 100644 index e69de29..0000000 diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-14-41-38.log b/landcover-L-SAR/run_log/LandCover2024-03-06-14-41-38.log deleted file mode 100644 index e69de29..0000000 diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-12.log b/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-12.log deleted file mode 100644 index d77a2fa..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-12.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:0 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_0_3072.tif -INFO:mylog:total:25,block:0 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_0_3072.tif -INFO:mylog:total:25,block:18 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_6144_9216.tif -INFO:mylog:total:25,block:18 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_6144_9216.tif diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-13.log b/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-13.log deleted file mode 100644 index 9145dc8..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-13.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:1 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_11883_14955.tif -INFO:mylog:total:25,block:1 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_11883_14955.tif -INFO:mylog:total:25,block:15 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_0_3072.tif -INFO:mylog:total:25,block:15 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_0_3072.tif diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-15.log b/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-15.log deleted file mode 100644 index 7beee8f..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-15.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:2 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_3072_6144.tif -INFO:mylog:total:25,block:2 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_3072_6144.tif -INFO:mylog:total:25,block:16 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_11883_14955.tif -INFO:mylog:total:25,block:16 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_11883_14955.tif diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-16.log b/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-16.log deleted file mode 100644 index 8c2d03f..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-16.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:3 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_6144_9216.tif -INFO:mylog:total:25,block:3 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_6144_9216.tif -INFO:mylog:total:25,block:17 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_3072_6144.tif -INFO:mylog:total:25,block:17 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_3072_6144.tif diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-18.log b/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-18.log deleted file mode 100644 index 210ec8f..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-18.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:4 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_9216_12288.tif -INFO:mylog:total:25,block:4 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_9216_12288.tif -INFO:mylog:total:25,block:19 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_9216_12288.tif -INFO:mylog:total:25,block:19 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_9216_12288.tif diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-20.log b/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-20.log deleted file mode 100644 index a5d3976..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-20.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:5 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_0_3072.tif -INFO:mylog:total:25,block:5 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_0_3072.tif -INFO:mylog:total:25,block:22 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_3072_6144.tif -INFO:mylog:total:25,block:22 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_3072_6144.tif diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-21.log b/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-21.log deleted file mode 100644 index 7ad3e2a..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-21.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:6 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:6 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:21 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_11883_14955.tif -INFO:mylog:total:25,block:21 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_11883_14955.tif diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-23.log b/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-23.log deleted file mode 100644 index fd198d7..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-23.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:7 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_3072_6144.tif -INFO:mylog:total:25,block:7 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_3072_6144.tif -INFO:mylog:total:25,block:20 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_0_3072.tif -INFO:mylog:total:25,block:20 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_0_3072.tif diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-25.log b/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-25.log deleted file mode 100644 index 71a469b..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-25.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:8 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_6144_9216.tif -INFO:mylog:total:25,block:8 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_6144_9216.tif -INFO:mylog:total:25,block:23 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_6144_9216.tif -INFO:mylog:total:25,block:23 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_6144_9216.tif diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-26.log b/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-26.log deleted file mode 100644 index fcb211e..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-26.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:9 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:9 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:24 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_9216_12288.tif -INFO:mylog:total:25,block:24 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_9216_12288.tif diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-28.log b/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-28.log deleted file mode 100644 index da78091..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-28.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:10 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_0_3072.tif -INFO:mylog:total:25,block:10 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_0_3072.tif diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-30.log b/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-30.log deleted file mode 100644 index a10dc61..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-30.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:11 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_11883_14955.tif -INFO:mylog:total:25,block:11 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_11883_14955.tif diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-31.log b/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-31.log deleted file mode 100644 index 0977cc5..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-31.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:12 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_3072_6144.tif -INFO:mylog:total:25,block:12 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_3072_6144.tif diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-33.log b/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-33.log deleted file mode 100644 index f421f2c..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-33.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:13 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_6144_9216.tif -INFO:mylog:total:25,block:13 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_6144_9216.tif diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-34.log b/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-34.log deleted file mode 100644 index 487ddb5..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-06-14-47-34.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:14 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_9216_12288.tif -INFO:mylog:total:25,block:14 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_9216_12288.tif diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-14-53-51.log b/landcover-L-SAR/run_log/LandCover2024-03-06-14-53-51.log deleted file mode 100644 index f12dc39..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-06-14-53-51.log +++ /dev/null @@ -1,69 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\landcover-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut sim_ori success! -INFO:mylog:preprocess_handle success! -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =10000, random select10000 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =10000, random select10000 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =10000, random select10000 point as train data! -INFO:mylog:read csv data success! -INFO:mylog:progress bar: 20% -INFO:mylog:S2 to T3 success! -INFO:mylog:refine_lee filter success! -INFO:mylog:progress bar: 30% -INFO:mylog:Freeman successful -INFO:mylog:Yamaguchi successful -INFO:root:feature_tif_paths:{'Freeman_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Dbl.tif', 'Freeman_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Odd.tif', 'Freeman_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Vol.tif', 'Yamaguchi4_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Dbl.tif', 'Yamaguchi4_Hlx': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Hlx.tif', 'Yamaguchi4_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Odd.tif', 'Yamaguchi4_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Vol.tif'} -INFO:mylog:decompose feature success! -INFO:mylog:progress bar: 50% -INFO:mylog:feature_list:['0: Freeman_Dbl_geo.tif', '1: Freeman_Odd_geo.tif', '2: Freeman_Vol_geo.tif', '3: HH_cal_geo.tif', '4: HV_cal_geo.tif', '5: VH_cal_geo.tif', '6: VV_cal_geo.tif', '7: Yamaguchi4_Dbl_geo.tif', '8: Yamaguchi4_Hlx_geo.tif', '9: Yamaguchi4_Odd_geo.tif', '10: Yamaguchi4_Vol_geo.tif'] -INFO:mylog:gene_train_set success! -INFO:mylog:importances:[0.01414486 0.07175734 0.20167104 0.09536278 0.07942236 0.08267835 - 0.09132492 0.03566768 0.08239434 0.109387 0.13618934],threshold=0.07 -INFO:mylog:optimal_feature:[2, 10, 9, 3, 6, 5, 8, 4, 1] -INFO:mylog:correlation_map: - [[0. 0.89671468 0.3476367 0.53154016 0.54603478 0.6627598 - 0.52659843 0.6846655 0.13586124] - [0. 0. 0.19075738 0.43859277 0.43134722 0.63474014 - 0.31180745 0.64948204 0.06985773] - [0. 0. 0. 0.77293233 0.79616044 0.02984477 - 0.07223252 0.04837735 0.93695043] - [0. 0. 0. 0. 0.74820557 0.23174254 - 0.11047347 0.24912058 0.70433096] - [0. 0. 0. 0. 0. 0.22269955 - 0.10172844 0.23929064 0.70476954] - [0. 0. 0. 0. 0. 0. - 0.52780036 0.65145266 0.04949848] - [0. 0. 0. 0. 0. 0. - 0. 0.53933103 0.1289393 ] - [0. 0. 0. 0. 0. 0. - 0. 0. 0.03833884] - [0. 0. 0. 0. 0. 0. - 0. 0. 0. ]] -INFO:mylog:validity_list_corr:[2 9 3 6 5 8 4] -INFO:mylog:[2 9 3 6 5 8 4] -INFO:mylog:train_feature:['2: Freeman_Vol_geo.tif' '9: Yamaguchi4_Odd_geo.tif' '3: HH_cal_geo.tif' - '6: VV_cal_geo.tif' '5: VH_cal_geo.tif' '8: Yamaguchi4_Hlx_geo.tif' - '4: HV_cal_geo.tif'] -INFO:mylog:RF trainning -INFO:mylog:RF train successful -INFO:mylog:progress bar: 60% -INFO:mylog:block size is :3072 -INFO:mylog:test_feature:dict_keys(['Freeman_Vol_geo', 'HH_cal_geo', 'HV_cal_geo', 'VH_cal_geo', 'VV_cal_geo', 'Yamaguchi4_Hlx_geo', 'Yamaguchi4_Odd_geo']) -INFO:mylog:blocking tifs success! -INFO:mylog:create features matrix success! -INFO:mylog:testing -INFO:mylog:test success! -INFO:mylog:progress bar: 95% -INFO:mylog:trans_tif2mask success, path: D:\micro\LWork\LandCover\Temporary\processing\tif_mask.tif -INFO:mylog:create ROI image success! -INFO:mylog:process_handle success! -INFO:mylog:successful production of LandCover products! -INFO:mylog:running use time: 0:21:33.897159 diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-15-04-13.log b/landcover-L-SAR/run_log/LandCover2024-03-06-15-04-13.log deleted file mode 100644 index e69de29..0000000 diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-15-09-39.log b/landcover-L-SAR/run_log/LandCover2024-03-06-15-09-39.log deleted file mode 100644 index 05f85f5..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-06-15-09-39.log +++ /dev/null @@ -1,50 +0,0 @@ -INFO:mylog:total:25,block:0 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_0_3072.tif -INFO:mylog:total:25,block:1 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_11883_14955.tif -INFO:mylog:total:25,block:2 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_3072_6144.tif -INFO:mylog:total:25,block:3 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_6144_9216.tif -INFO:mylog:total:25,block:4 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_9216_12288.tif -INFO:mylog:total:25,block:5 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_0_3072.tif -INFO:mylog:total:25,block:6 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:7 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_3072_6144.tif -INFO:mylog:total:25,block:8 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_6144_9216.tif -INFO:mylog:total:25,block:9 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:10 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_0_3072.tif -INFO:mylog:total:25,block:11 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_11883_14955.tif -INFO:mylog:total:25,block:12 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_3072_6144.tif -INFO:mylog:total:25,block:13 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_6144_9216.tif -INFO:mylog:total:25,block:14 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_9216_12288.tif -INFO:mylog:total:25,block:2 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_3072_6144.tif -INFO:mylog:total:25,block:15 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_0_3072.tif -INFO:mylog:total:25,block:3 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_6144_9216.tif -INFO:mylog:total:25,block:1 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_11883_14955.tif -INFO:mylog:total:25,block:16 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_11883_14955.tif -INFO:mylog:total:25,block:0 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_0_3072.tif -INFO:mylog:total:25,block:17 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_3072_6144.tif -INFO:mylog:total:25,block:4 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_9216_12288.tif -INFO:mylog:total:25,block:18 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_6144_9216.tif -INFO:mylog:total:25,block:7 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_3072_6144.tif -INFO:mylog:total:25,block:19 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_9216_12288.tif -INFO:mylog:total:25,block:5 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_0_3072.tif -INFO:mylog:total:25,block:6 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:9 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:20 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_0_3072.tif -INFO:mylog:total:25,block:8 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_6144_9216.tif -INFO:mylog:total:25,block:21 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_11883_14955.tif -INFO:mylog:total:25,block:22 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_3072_6144.tif -INFO:mylog:total:25,block:12 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_3072_6144.tif -INFO:mylog:total:25,block:10 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_0_3072.tif -INFO:mylog:total:25,block:23 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_6144_9216.tif -INFO:mylog:total:25,block:24 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_9216_12288.tif -INFO:mylog:total:25,block:13 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_6144_9216.tif -INFO:mylog:total:25,block:11 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_11883_14955.tif -INFO:mylog:total:25,block:14 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_9216_12288.tif -INFO:mylog:total:25,block:15 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_0_3072.tif -INFO:mylog:total:25,block:18 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_6144_9216.tif -INFO:mylog:total:25,block:17 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_3072_6144.tif -INFO:mylog:total:25,block:19 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_9216_12288.tif -INFO:mylog:total:25,block:16 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_11883_14955.tif -INFO:mylog:total:25,block:20 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_0_3072.tif -INFO:mylog:total:25,block:22 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_3072_6144.tif -INFO:mylog:total:25,block:23 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_6144_9216.tif -INFO:mylog:total:25,block:24 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_9216_12288.tif -INFO:mylog:total:25,block:21 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_11883_14955.tif diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-15-15-41.log b/landcover-L-SAR/run_log/LandCover2024-03-06-15-15-41.log deleted file mode 100644 index f980fcf..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-06-15-15-41.log +++ /dev/null @@ -1,27 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\landcover-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut sim_ori success! -INFO:mylog:preprocess_handle success! -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =10000, random select10000 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =10000, random select10000 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =10000, random select10000 point as train data! -INFO:mylog:read csv data success! -INFO:mylog:progress bar: 20% -INFO:mylog:S2 to T3 success! -INFO:mylog:refine_lee filter success! -INFO:mylog:progress bar: 30% -INFO:mylog:Freeman successful -INFO:mylog:Yamaguchi successful -INFO:mylog:h_a_alpha_decomposition:h_a_alpha_decomposition_T3.exe -id D:\micro\LWork\LandCover\Temporary\processing\lee_filter\ -od D:\micro\LWork\LandCover\Temporary\processing\cloude\ -iodf T3 -nwr 1 -nwc 1 -ofr 0 -ofc 0 -fnr 11133 -fnc 11898 -fl1 1 -fl2 1 -fl3 1 -fl4 1 -fl5 1 -fl6 0 -fl7 0 -fl8 0 -fl9 0 -INFO:mylog:cmd_result:1 -INFO:mylog:h_a_alpha_decomposition finish! -INFO:mylog:Cloude successful -INFO:root:feature_tif_paths:{'Freeman_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Dbl.tif', 'Freeman_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Odd.tif', 'Freeman_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Vol.tif', 'Yamaguchi4_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Dbl.tif', 'Yamaguchi4_Hlx': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Hlx.tif', 'Yamaguchi4_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Odd.tif', 'Yamaguchi4_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Vol.tif'} diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-15-26-23.log b/landcover-L-SAR/run_log/LandCover2024-03-06-15-26-23.log deleted file mode 100644 index 0c31b98..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-06-15-26-23.log +++ /dev/null @@ -1,57 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\landcover-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut sim_ori success! -INFO:mylog:preprocess_handle success! -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =10000, random select10000 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =10000, random select10000 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =10000, random select10000 point as train data! -INFO:mylog:read csv data success! -INFO:mylog:progress bar: 20% -INFO:mylog:S2 to T3 success! -INFO:mylog:refine_lee filter success! -INFO:mylog:progress bar: 30% -INFO:mylog:Freeman successful -INFO:mylog:Yamaguchi successful -INFO:mylog:h_a_alpha_decomposition:h_a_alpha_decomposition_T3.exe -id D:\micro\LWork\LandCover\Temporary\processing\lee_filter\ -od D:\micro\LWork\LandCover\Temporary\processing\cloude\ -iodf T3 -nwr 1 -nwc 1 -ofr 0 -ofc 0 -fnr 11133 -fnc 11898 -fl1 1 -fl2 1 -fl3 1 -fl4 1 -fl5 1 -fl6 0 -fl7 0 -fl8 0 -fl9 0 -INFO:mylog:cmd_result:1 -INFO:mylog:h_a_alpha_decomposition finish! -INFO:mylog:Cloude successful -INFO:root:feature_tif_paths:{'Freeman_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Dbl.tif', 'Freeman_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Odd.tif', 'Freeman_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Vol.tif', 'Yamaguchi4_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Dbl.tif', 'Yamaguchi4_Hlx': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Hlx.tif', 'Yamaguchi4_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Odd.tif', 'Yamaguchi4_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Vol.tif', 'alpha': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\alpha.tif', 'anisotropy': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\anisotropy.tif', 'beta': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\beta.tif', 'delta': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\delta.tif', 'entropy': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\entropy.tif', 'gamma': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\gamma.tif', 'lambda': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\lambda.tif'} -INFO:mylog:decompose feature success! -INFO:mylog:progress bar: 50% -INFO:mylog:feature_list:['0: alpha_geo.tif', '1: anisotropy_geo.tif', '2: beta_geo.tif', '3: delta_geo.tif', '4: entropy_geo.tif', '5: Freeman_Dbl_geo.tif', '6: Freeman_Odd_geo.tif', '7: Freeman_Vol_geo.tif', '8: gamma_geo.tif', '9: HH_cal_geo.tif', '10: HV_cal_geo.tif', '11: lambda_geo.tif', '12: VH_cal_geo.tif', '13: VV_cal_geo.tif', '14: Yamaguchi4_Dbl_geo.tif', '15: Yamaguchi4_Hlx_geo.tif', '16: Yamaguchi4_Odd_geo.tif', '17: Yamaguchi4_Vol_geo.tif'] -INFO:mylog:gene_train_set success! -INFO:mylog:importances:[0.04243552 0.03856858 0.03860305 0.03825556 0.0544434 0.00930963 - 0.04649529 0.13388621 0.03712781 0.05561918 0.04821517 0.11412619 - 0.04731822 0.05507362 0.02246368 0.05211185 0.06919178 0.09675525],threshold=0.07 -INFO:mylog:optimal_feature:[7, 11, 17] -INFO:mylog:correlation_map: - [[0. 0.73122274 0.89183846] - [0. 0. 0.60544646] - [0. 0. 0. ]] -INFO:mylog:validity_list_corr:[ 7 11] -INFO:mylog:[ 7 11] -INFO:mylog:train_feature:['7: Freeman_Vol_geo.tif' '11: lambda_geo.tif'] -INFO:mylog:RF trainning -INFO:mylog:RF train successful -INFO:mylog:progress bar: 60% -INFO:mylog:block size is :3072 -INFO:mylog:test_feature:dict_keys(['Freeman_Vol_geo', 'lambda_geo']) -INFO:mylog:blocking tifs success! -INFO:mylog:create features matrix success! -INFO:mylog:testing -INFO:mylog:test success! -INFO:mylog:progress bar: 95% -INFO:mylog:trans_tif2mask success, path: D:\micro\LWork\LandCover\Temporary\processing\tif_mask.tif -INFO:mylog:create ROI image success! -INFO:mylog:process_handle success! -INFO:mylog:successful production of LandCover products! -INFO:mylog:running use time: 0:33:10.184935 diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-15-47-46.log b/landcover-L-SAR/run_log/LandCover2024-03-06-15-47-46.log deleted file mode 100644 index e69de29..0000000 diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-15-54-01.log b/landcover-L-SAR/run_log/LandCover2024-03-06-15-54-01.log deleted file mode 100644 index 1371b97..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-06-15-54-01.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:0 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_0_3072.tif -INFO:mylog:total:25,block:0 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_0_3072.tif -INFO:mylog:total:25,block:15 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_0_3072.tif -INFO:mylog:total:25,block:15 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_0_3072.tif diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-15-54-02.log b/landcover-L-SAR/run_log/LandCover2024-03-06-15-54-02.log deleted file mode 100644 index 5b34e7b..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-06-15-54-02.log +++ /dev/null @@ -1,46 +0,0 @@ -INFO:mylog:total:25,block:1 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_11883_14955.tif -INFO:mylog:total:25,block:2 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_3072_6144.tif -INFO:mylog:total:25,block:3 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_6144_9216.tif -INFO:mylog:total:25,block:4 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_9216_12288.tif -INFO:mylog:total:25,block:5 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_0_3072.tif -INFO:mylog:total:25,block:6 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:7 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_3072_6144.tif -INFO:mylog:total:25,block:8 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_6144_9216.tif -INFO:mylog:total:25,block:9 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:10 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_0_3072.tif -INFO:mylog:total:25,block:11 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_11883_14955.tif -INFO:mylog:total:25,block:12 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_3072_6144.tif -INFO:mylog:total:25,block:13 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_6144_9216.tif -INFO:mylog:total:25,block:14 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_9216_12288.tif -INFO:mylog:total:25,block:1 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_11883_14955.tif -INFO:mylog:total:25,block:16 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_11883_14955.tif -INFO:mylog:total:25,block:5 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_0_3072.tif -INFO:mylog:total:25,block:17 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_3072_6144.tif -INFO:mylog:total:25,block:4 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_9216_12288.tif -INFO:mylog:total:25,block:18 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_6144_9216.tif -INFO:mylog:total:25,block:2 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_3072_6144.tif -INFO:mylog:total:25,block:6 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:19 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_9216_12288.tif -INFO:mylog:total:25,block:10 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_0_3072.tif -INFO:mylog:total:25,block:20 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_0_3072.tif -INFO:mylog:total:25,block:11 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_11883_14955.tif -INFO:mylog:total:25,block:21 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_11883_14955.tif -INFO:mylog:total:25,block:22 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_3072_6144.tif -INFO:mylog:total:25,block:3 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_6144_9216.tif -INFO:mylog:total:25,block:23 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_6144_9216.tif -INFO:mylog:total:25,block:7 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_3072_6144.tif -INFO:mylog:total:25,block:24 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_9216_12288.tif -INFO:mylog:total:25,block:9 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:8 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_6144_9216.tif -INFO:mylog:total:25,block:12 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_3072_6144.tif -INFO:mylog:total:25,block:13 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_6144_9216.tif -INFO:mylog:total:25,block:14 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_9216_12288.tif -INFO:mylog:total:25,block:16 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_11883_14955.tif -INFO:mylog:total:25,block:21 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_11883_14955.tif -INFO:mylog:total:25,block:20 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_0_3072.tif -INFO:mylog:total:25,block:17 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_3072_6144.tif -INFO:mylog:total:25,block:22 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_3072_6144.tif -INFO:mylog:total:25,block:23 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_6144_9216.tif -INFO:mylog:total:25,block:19 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_9216_12288.tif -INFO:mylog:total:25,block:18 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_6144_9216.tif -INFO:mylog:total:25,block:24 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_9216_12288.tif diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-16-40-02.log b/landcover-L-SAR/run_log/LandCover2024-03-06-16-40-02.log deleted file mode 100644 index a723e83..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-06-16-40-02.log +++ /dev/null @@ -1,57 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\landcover-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut sim_ori success! -INFO:mylog:preprocess_handle success! -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =10000, random select10000 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =10000, random select10000 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =10000, random select10000 point as train data! -INFO:mylog:read csv data success! -INFO:mylog:progress bar: 20% -INFO:mylog:S2 to T3 success! -INFO:mylog:refine_lee filter success! -INFO:mylog:progress bar: 30% -INFO:mylog:Freeman successful -INFO:mylog:Yamaguchi successful -INFO:mylog:h_a_alpha_decomposition:h_a_alpha_decomposition_T3.exe -id D:\micro\LWork\LandCover\Temporary\processing\lee_filter\ -od D:\micro\LWork\LandCover\Temporary\processing\cloude\ -iodf T3 -nwr 1 -nwc 1 -ofr 0 -ofc 0 -fnr 11133 -fnc 11898 -fl1 1 -fl2 1 -fl3 1 -fl4 1 -fl5 1 -fl6 0 -fl7 0 -fl8 0 -fl9 0 -INFO:mylog:cmd_result:1 -INFO:mylog:h_a_alpha_decomposition finish! -INFO:mylog:Cloude successful -INFO:root:feature_tif_paths:{'Freeman_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Dbl.tif', 'Freeman_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Odd.tif', 'Freeman_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Vol.tif', 'Yamaguchi4_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Dbl.tif', 'Yamaguchi4_Hlx': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Hlx.tif', 'Yamaguchi4_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Odd.tif', 'Yamaguchi4_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Vol.tif', 'alpha': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\alpha.tif', 'anisotropy': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\anisotropy.tif', 'beta': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\beta.tif', 'delta': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\delta.tif', 'entropy': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\entropy.tif', 'gamma': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\gamma.tif', 'lambda': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\lambda.tif'} -INFO:mylog:decompose feature success! -INFO:mylog:progress bar: 50% -INFO:mylog:feature_list:['0: alpha_geo.tif', '1: anisotropy_geo.tif', '2: beta_geo.tif', '3: delta_geo.tif', '4: entropy_geo.tif', '5: Freeman_Dbl_geo.tif', '6: Freeman_Odd_geo.tif', '7: Freeman_Vol_geo.tif', '8: gamma_geo.tif', '9: HH_cal_geo.tif', '10: HV_cal_geo.tif', '11: lambda_geo.tif', '12: VH_cal_geo.tif', '13: VV_cal_geo.tif', '14: Yamaguchi4_Dbl_geo.tif', '15: Yamaguchi4_Hlx_geo.tif', '16: Yamaguchi4_Odd_geo.tif', '17: Yamaguchi4_Vol_geo.tif'] -INFO:mylog:gene_train_set success! -INFO:mylog:importances:[0.04308777 0.03910861 0.03836704 0.03794918 0.05433519 0.0092633 - 0.04355022 0.14265478 0.0371669 0.05762053 0.04809142 0.10952059 - 0.04512283 0.05463628 0.02220882 0.05268669 0.06660613 0.09802372],threshold=0.07 -INFO:mylog:optimal_feature:[7, 11, 17] -INFO:mylog:correlation_map: - [[0. 0.74300848 0.89326303] - [0. 0. 0.61786099] - [0. 0. 0. ]] -INFO:mylog:validity_list_corr:[ 7 11] -INFO:mylog:[ 7 11] -INFO:mylog:train_feature:['7: Freeman_Vol_geo.tif' '11: lambda_geo.tif'] -INFO:mylog:RF trainning -INFO:mylog:RF train successful -INFO:mylog:progress bar: 60% -INFO:mylog:block size is :3072 -INFO:mylog:test_feature:dict_keys(['Freeman_Vol_geo', 'lambda_geo']) -INFO:mylog:blocking tifs success! -INFO:mylog:create features matrix success! -INFO:mylog:testing -INFO:mylog:test success! -INFO:mylog:progress bar: 95% -INFO:mylog:trans_tif2mask success, path: D:\micro\LWork\LandCover\Temporary\processing\tif_mask.tif -INFO:mylog:create ROI image success! -INFO:mylog:process_handle success! -INFO:mylog:successful production of LandCover products! -INFO:mylog:running use time: 0:39:56.377000 diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-17-05-41.log b/landcover-L-SAR/run_log/LandCover2024-03-06-17-05-41.log deleted file mode 100644 index e69de29..0000000 diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-17-13-24.log b/landcover-L-SAR/run_log/LandCover2024-03-06-17-13-24.log deleted file mode 100644 index 205e562..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-06-17-13-24.log +++ /dev/null @@ -1,20 +0,0 @@ -INFO:mylog:total:25,block:0 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_0_3072.tif -INFO:mylog:total:25,block:1 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_11883_14955.tif -INFO:mylog:total:25,block:2 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_3072_6144.tif -INFO:mylog:total:25,block:3 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_6144_9216.tif -INFO:mylog:total:25,block:4 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_9216_12288.tif -INFO:mylog:total:25,block:0 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_0_3072.tif -INFO:mylog:total:25,block:15 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_0_3072.tif -INFO:mylog:total:25,block:1 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_11883_14955.tif -INFO:mylog:total:25,block:16 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_11883_14955.tif -INFO:mylog:total:25,block:3 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_6144_9216.tif -INFO:mylog:total:25,block:19 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_9216_12288.tif -INFO:mylog:total:25,block:4 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_9216_12288.tif -INFO:mylog:total:25,block:2 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_3072_6144.tif -INFO:mylog:total:25,block:21 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_11883_14955.tif -INFO:mylog:total:25,block:22 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_3072_6144.tif -INFO:mylog:total:25,block:15 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_0_3072.tif -INFO:mylog:total:25,block:16 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_11883_14955.tif -INFO:mylog:total:25,block:21 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_11883_14955.tif -INFO:mylog:total:25,block:22 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_3072_6144.tif -INFO:mylog:total:25,block:19 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_9216_12288.tif diff --git a/landcover-L-SAR/run_log/LandCover2024-03-06-17-13-25.log b/landcover-L-SAR/run_log/LandCover2024-03-06-17-13-25.log deleted file mode 100644 index 2d2fe85..0000000 --- a/landcover-L-SAR/run_log/LandCover2024-03-06-17-13-25.log +++ /dev/null @@ -1,30 +0,0 @@ -INFO:mylog:total:25,block:5 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_0_3072.tif -INFO:mylog:total:25,block:6 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:7 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_3072_6144.tif -INFO:mylog:total:25,block:8 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_6144_9216.tif -INFO:mylog:total:25,block:9 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:10 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_0_3072.tif -INFO:mylog:total:25,block:11 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_11883_14955.tif -INFO:mylog:total:25,block:12 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_3072_6144.tif -INFO:mylog:total:25,block:13 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_6144_9216.tif -INFO:mylog:total:25,block:14 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_9216_12288.tif -INFO:mylog:total:25,block:5 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_0_3072.tif -INFO:mylog:total:25,block:17 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_3072_6144.tif -INFO:mylog:total:25,block:6 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:18 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_6144_9216.tif -INFO:mylog:total:25,block:10 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_0_3072.tif -INFO:mylog:total:25,block:20 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_0_3072.tif -INFO:mylog:total:25,block:11 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_11883_14955.tif -INFO:mylog:total:25,block:23 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_6144_9216.tif -INFO:mylog:total:25,block:7 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_3072_6144.tif -INFO:mylog:total:25,block:9 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:24 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_9216_12288.tif -INFO:mylog:total:25,block:12 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_3072_6144.tif -INFO:mylog:total:25,block:8 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_6144_9216.tif -INFO:mylog:total:25,block:14 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_9216_12288.tif -INFO:mylog:total:25,block:13 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_6144_9216.tif -INFO:mylog:total:25,block:20 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_0_3072.tif -INFO:mylog:total:25,block:17 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_3072_6144.tif -INFO:mylog:total:25,block:18 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_6144_9216.tif -INFO:mylog:total:25,block:23 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_6144_9216.tif -INFO:mylog:total:25,block:24 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_9216_12288.tif diff --git a/soilSalinity-Train_predict/SoilSalinityPredictMain.py b/soilSalinity-Train_predict/SoilSalinityPredictMain.py index cecb0cd..31ae860 100644 --- a/soilSalinity-Train_predict/SoilSalinityPredictMain.py +++ b/soilSalinity-Train_predict/SoilSalinityPredictMain.py @@ -330,23 +330,42 @@ class SalinityMain: key_name = key block_num = len(dir_dict[key]) - for n in range(block_num): - name = os.path.basename(dir_dict[key_name][n]) - suffix = '_' + name.split('_')[-4] + "_" + name.split('_')[-3] + "_" + name.split('_')[-2] + "_" + \ + mergeFeaturesDir = os.path.join(self.__workspace_block_tif_processed_path, "features") + + # 创建文件 + if os.path.exists(mergeFeaturesDir) is False: + os.makedirs(mergeFeaturesDir) + for i in range(block_num): + file_list = [] + for value in dir_dict.values(): + file_list.append(os.path.basename(value[i])) + name = os.path.basename(file_list[0]) + suffix = 'features_' + name.split('_')[-4] + "_" + name.split('_')[-3] + "_" + name.split('_')[-2] + "_" + \ name.split('_')[-1] - features_path = self.__workspace_block_tif_processed_path + "features\\features" + suffix - features_array = np.zeros((len(dir_dict), block_size, block_size), dtype='float32') - for m, value in zip(range(len(dir_dict)), dir_dict.values()): - features_array[m, :, :] = self.imageHandler.get_band_array(value[n], 1) - # 异常值转为0 - features_array[np.isnan(features_array)] = 0.0 - features_array[np.isinf(features_array)] = 0.0 - self.imageHandler.write_img(features_path, "", [0, 0, 1, 0, 0, 1], features_array) + out_str = os.path.join(mergeFeaturesDir, suffix) + input_str1 = os.path.dirname(value[0]) + input_str2 = ','.join(file_list) + input_str3 = out_str + cmd = r".\baseTool\tifMerge\x64\Release\tifMerge.exe {} {} {}".format(input_str1, input_str2, input_str3) + # print(cmd) + os.system(cmd) + + # for n in range(block_num): + # name = os.path.basename(dir_dict[key_name][n]) + # suffix = '_' + name.split('_')[-4] + "_" + name.split('_')[-3] + "_" + name.split('_')[-2] + "_" + \ + # name.split('_')[-1] + # features_path = self.__workspace_block_tif_processed_path + "features\\features" + suffix + # features_array = np.zeros((len(dir_dict), block_size, block_size), dtype='float32') + # for m, value in zip(range(len(dir_dict)), dir_dict.values()): + # features_array[m, :, :] = self.imageHandler.get_band_array(value[n], 1) + # # 异常值转为0 + # features_array[np.isnan(features_array)] = 0.0 + # features_array[np.isinf(features_array)] = 0.0 + # self.imageHandler.write_img(features_path, "", [0, 0, 1, 0, 0, 1], features_array) logger.info('create features matrix success!') # 生成训练集 - block_features_dir, block_features_name = bp.get_file_names( - self.__workspace_block_tif_processed_path + 'features\\', ['tif']) + block_features_dir, block_features_name = bp.get_file_names(mergeFeaturesDir, ['tif']) # optimal_feature = [0, 1, 2, 3] model_path = self.__processing_paras['model'] with open(model_path, 'rb') as mod: @@ -357,6 +376,7 @@ class SalinityMain: for path, name, n in zip(block_features_dir, block_features_name, range(len(block_features_dir))): features_array = self.imageHandler.get_data(path) X_test = np.reshape(features_array, (features_array.shape[0], features_array[0].size)).T + X_test[np.isnan(X_test)] = 0 X_test = X_test[:, list(optimal_feature)] Y_test = pls.predict(X_test) Y_test[Y_test < soil_salinity_value_min] = soil_salinity_value_min @@ -425,6 +445,7 @@ finally: main_handler.del_temp_workspace() pass + end = datetime.datetime.now() msg = 'running use time: %s ' % (end - start) logger.info(msg) diff --git a/soilSalinity-Train_predict/SoilSalinityTrainMain.py b/soilSalinity-Train_predict/SoilSalinityTrainMain.py index b96e3d4..68869b8 100644 --- a/soilSalinity-Train_predict/SoilSalinityTrainMain.py +++ b/soilSalinity-Train_predict/SoilSalinityTrainMain.py @@ -34,6 +34,7 @@ import os import datetime import numpy as np import sys +import json from tool.config.ConfigeHandle import Config as cf from tool.csv.csvHandle import csvHandle from tool.algorithm.transforml1a.transHandle import TransImgL1A @@ -248,6 +249,12 @@ class SalinityMain: logger.info('PLS is training!') pls = PLSRegression() pls.fit(X_train, Y_train) + plsMap = {} + x_data = json.dumps(X_train.tolist()) + y_data = json.dumps(Y_train.tolist()) + plsMap.update({'x_data': x_data}) + plsMap.update({'y_data': y_data}) + PLSRegression(copy=True, max_iter=1000, n_components=5, scale=True, tol=1e-06) # # print("---- Train --------------------------------------------") @@ -282,6 +289,10 @@ class SalinityMain: model_path = os.path.join(self.__product_dic, SrcImageName + tar + '.pkl') with open(model_path, 'wb')as pkl: pickle.dump(pls, pkl) + + json_path = os.path.join(self.__product_dic, SrcImageName + tar + '.json') + with open(json_path, 'w') as js: + json.dump(plsMap, js) logger.info('train PLS success!') file.make_zip(self.__out_para, model_path) diff --git a/soilSalinity-Train_predict/config.ini b/soilSalinity-Train_predict/config.ini index de5fa3d..9012a7d 100644 --- a/soilSalinity-Train_predict/config.ini +++ b/soilSalinity-Train_predict/config.ini @@ -10,7 +10,7 @@ exe_name = SoilSalinity train_exe_name = SoilSalinityTrain predict_exe_name = SoilSalinityPredict # 开启调试模式则不删除临时工作区,True:开启调试,False:不开启调试 -debug = True +debug = False features = all ######2-算法处理参数###### pixelspace = 5 diff --git a/soilSalinity-Train_predict/run_log/SoilSalinityPredict2024-03-11-14-16-03.log b/soilSalinity-Train_predict/run_log/SoilSalinityPredict2024-03-11-14-16-03.log deleted file mode 100644 index ca9b735..0000000 --- a/soilSalinity-Train_predict/run_log/SoilSalinityPredict2024-03-11-14-16-03.log +++ /dev/null @@ -1,45 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\soilSalinity-Train_predict -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]] -INFO:root:scope2:[[130.00427774930557, 49.00453605317449], [132.01632432267647, 49.00453605317449], [130.00427774930557, 47.00425741002555], [132.01632432267647, 47.00425741002555]] -INFO:root:scope3:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut Covering success! -INFO:mylog:cut NDVI success! -INFO:mylog:cut sim_ori success! -INFO:mylog:preprocess_handle success! -INFO:mylog:progress bar: 15% -INFO:mylog:ahv transform to polsarpro T3 matrix success! -INFO:mylog:progress bar: 20% -INFO:mylog:Refined_lee process success! -INFO:mylog:run h_a_alpha_decomposition_T3! -INFO:mylog:h_a_alpha_decomposition_T3.exe D:\micro\LWork\SoilSalinityPredict\Temporary\processing\lee_filter\ D:\micro\LWork\SoilSalinityPredict\Temporary\processing\psp_haalpha\ 1 0 0 11133 11898 1 1 1 1 1 1 1 1 1 -INFO:mylog:run h_a_alpha_decomposition_T3 success! -INFO:mylog:run h_a_alpha_eigenvalue_set_T3! -INFO:mylog:h_a_alpha_eigenvalue_set_T3.exe D:\micro\LWork\SoilSalinityPredict\Temporary\processing\lee_filter\ D:\micro\LWork\SoilSalinityPredict\Temporary\processing\psp_haalpha\ 1 0 0 11133 11898 1 1 1 1 1 1 1 1 1 1 1 -INFO:mylog:run h_a_alpha_eigenvalue_set_T3 success! -INFO:mylog:run h_a_alpha_eigenvector_set_T3! -INFO:mylog:h_a_alpha_eigenvector_set_T3.exe D:\micro\LWork\SoilSalinityPredict\Temporary\processing\lee_filter\ D:\micro\LWork\SoilSalinityPredict\Temporary\processing\psp_haalpha\ 1 0 0 11133 11898 1 1 1 1 1 -INFO:mylog:run h_a_alpha_eigenvector_set_T3 success! -INFO:mylog:progress bar: 60% -INFO:mylog:run bin to tif success! -INFO:mylog:blocking tifs success! -INFO:mylog:create features matrix success! -INFO:mylog:load PLS model success! -INFO:mylog:test data success! -ERROR:mylog:run-time error! -Traceback (most recent call last): - File "D:/estar-proj/microproduct-l-sar/soilSalinity-Train_predict/SoilSalinityPredictMain.py", line 414, in - if main_handler.process_handle(start) is False: - File "D:/estar-proj/microproduct-l-sar/soilSalinity-Train_predict/SoilSalinityPredictMain.py", line 386, in process_handle - self.resampleImgs(salinity_geo_path) - File "D:/estar-proj/microproduct-l-sar/soilSalinity-Train_predict/SoilSalinityPredictMain.py", line 205, in resampleImgs - pp.resampling_by_scale(self.__preprocessed_paras["NDVI"], ndvi_rampling_path, refer_img_path) - File "D:\estar-proj\microproduct-l-sar\tool\algorithm\algtools\PreProcess.py", line 453, in resampling_by_scale - ref_cols = ref_dataset.RasterXSize # 列数 -AttributeError: 'NoneType' object has no attribute 'RasterXSize' -INFO:mylog:running use time: 2:09:32.204951 diff --git a/soilSalinity-Train_predict/run_log/SoilSalinityPredict2024-03-11-16-28-26.log b/soilSalinity-Train_predict/run_log/SoilSalinityPredict2024-03-11-16-28-26.log deleted file mode 100644 index fe1fa5b..0000000 --- a/soilSalinity-Train_predict/run_log/SoilSalinityPredict2024-03-11-16-28-26.log +++ /dev/null @@ -1,42 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\soilSalinity-Train_predict -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]] -INFO:root:scope2:[[130.00427774930557, 49.00453605317449], [132.01632432267647, 49.00453605317449], [130.00427774930557, 47.00425741002555], [132.01632432267647, 47.00425741002555]] -INFO:root:scope3:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut Covering success! -INFO:mylog:cut NDVI success! -INFO:mylog:cut sim_ori success! -INFO:mylog:preprocess_handle success! -INFO:mylog:progress bar: 15% -INFO:mylog:ahv transform to polsarpro T3 matrix success! -INFO:mylog:progress bar: 20% -INFO:mylog:Refined_lee process success! -INFO:mylog:run h_a_alpha_decomposition_T3! -INFO:mylog:h_a_alpha_decomposition_T3.exe D:\micro\LWork\SoilSalinityPredict\Temporary\processing\lee_filter\ D:\micro\LWork\SoilSalinityPredict\Temporary\processing\psp_haalpha\ 1 0 0 11133 11898 1 1 1 1 1 1 1 1 1 -INFO:mylog:run h_a_alpha_decomposition_T3 success! -INFO:mylog:run h_a_alpha_eigenvalue_set_T3! -INFO:mylog:h_a_alpha_eigenvalue_set_T3.exe D:\micro\LWork\SoilSalinityPredict\Temporary\processing\lee_filter\ D:\micro\LWork\SoilSalinityPredict\Temporary\processing\psp_haalpha\ 1 0 0 11133 11898 1 1 1 1 1 1 1 1 1 1 1 -INFO:mylog:run h_a_alpha_eigenvalue_set_T3 success! -INFO:mylog:run h_a_alpha_eigenvector_set_T3! -INFO:mylog:h_a_alpha_eigenvector_set_T3.exe D:\micro\LWork\SoilSalinityPredict\Temporary\processing\lee_filter\ D:\micro\LWork\SoilSalinityPredict\Temporary\processing\psp_haalpha\ 1 0 0 11133 11898 1 1 1 1 1 -INFO:mylog:run h_a_alpha_eigenvector_set_T3 success! -INFO:mylog:progress bar: 60% -INFO:mylog:run bin to tif success! -INFO:mylog:blocking tifs success! -INFO:mylog:create features matrix success! -INFO:mylog:load PLS model success! -INFO:mylog:test data success! -INFO:mylog:trans_tif2mask success, path: D:\micro\LWork\SoilSalinityPredict\Temporary\processing\/roi/ndvi_mask.tif -INFO:mylog:combine_mask success, path: D:\micro\LWork\SoilSalinityPredict\Temporary\processing\/roi/bare_land_mask.tif -INFO:mylog:combine_mask success, path: D:\micro\LWork\SoilSalinityPredict\Temporary\processing\/roi/bare_land_mask.tif -INFO:mylog:create masks success! -INFO:mylog:cal_roi success, path: D:\micro\LWork\SoilSalinityPredict\Temporary\processing\product\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho-SSAA.tif -INFO:mylog:process_handle success! -INFO:mylog:progress bar: 100% -INFO:mylog:successful production of SoilSalinityPredict products! -INFO:mylog:running use time: 2:14:23.205100 diff --git a/soilSalinity-Train_predict/run_log/SoilSalinityPredict2024-03-12-09-19-21.log b/soilSalinity-Train_predict/run_log/SoilSalinityPredict2024-03-12-09-19-21.log deleted file mode 100644 index 9529a9c..0000000 --- a/soilSalinity-Train_predict/run_log/SoilSalinityPredict2024-03-12-09-19-21.log +++ /dev/null @@ -1,43 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\soilSalinity-Train_predict -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]] -INFO:root:scope2:[[130.00427774930557, 49.00453605317449], [132.01632432267647, 49.00453605317449], [130.00427774930557, 47.00425741002555], [132.01632432267647, 47.00425741002555]] -INFO:root:scope3:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut Covering success! -INFO:mylog:cut NDVI success! -INFO:mylog:cut sim_ori success! -INFO:mylog:preprocess_handle success! -INFO:mylog:progress bar: 15% -INFO:mylog:ahv transform to polsarpro T3 matrix success! -INFO:mylog:progress bar: 20% -INFO:mylog:Refined_lee process success! -INFO:mylog:run h_a_alpha_decomposition_T3! -INFO:mylog:h_a_alpha_decomposition:h_a_alpha_decomposition_T3.exe -id D:\micro\LWork\SoilSalinityPredict\Temporary\processing\lee_filter\ -od D:\micro\LWork\SoilSalinityPredict\Temporary\processing\psp_haalpha\ -iodf T3 -nwr 1 -nwc 1 -ofr 0 -ofc 0 -fnr 11133 -fnc 11898 -fl1 1 -fl2 1 -fl3 1 -fl4 1 -fl5 1 -fl6 1 -fl7 1 -fl8 1 -fl9 1 -INFO:mylog:cmd_result:1 -INFO:mylog:run h_a_alpha_decomposition_T3 success! -INFO:mylog:run h_a_alpha_eigenvalue_set_T3! -INFO:mylog:h_a_alpha_eigenvalue_set_T3:h_a_alpha_eigenvalue_set_T3.exe -id D:\micro\LWork\SoilSalinityPredict\Temporary\processing\lee_filter\ -od D:\micro\LWork\SoilSalinityPredict\Temporary\processing\psp_haalpha\ -iodf T3 -nwr 1 -nwc 1 -ofr 0 -ofc 0 -fnr 11133 -fnc 11898 -fl1 1 -fl2 1 -fl3 1 -fl4 1 -fl5 1 -fl6 1 -fl7 1 -fl8 1 -fl9 1 -fl10 1 -fl11 1 -fl12 1 -INFO:mylog:cmd_result:1 -INFO:mylog:run h_a_alpha_eigenvalue_set_T3 success! -INFO:mylog:run h_a_alpha_eigenvector_set_T3! -ERROR:mylog:run-time error! -Traceback (most recent call last): - File "D:/estar-proj/microproduct-l-sar/soilSalinity-Train_predict/SoilSalinityPredictMain.py", line 419, in - if main_handler.process_handle(start) is False: - File "D:/estar-proj/microproduct-l-sar/soilSalinity-Train_predict/SoilSalinityPredictMain.py", line 315, in process_handle - self.AHVToPolsarpro(out_dir) - File "D:/estar-proj/microproduct-l-sar/soilSalinity-Train_predict/SoilSalinityPredictMain.py", line 249, in AHVToPolsarpro - haa.api_creat_h_a_alpha_features(h_a_alpha_out_dir=out_dir, - File "D:\estar-proj\microproduct-l-sar\soilSalinity-Train_predict\pspHAAlphaDecomposition.py", line 143, in api_creat_h_a_alpha_features - self.api_h_a_alpha_eigenvector_set_T3(h_a_alpha_out_dir, h_a_alpha_eigenvector_set_T3_path, polsarpro_in_dir, - File "D:\estar-proj\microproduct-l-sar\soilSalinity-Train_predict\pspHAAlphaDecomposition.py", line 236, in api_h_a_alpha_eigenvector_set_T3 - self.__h_a_alpha_eigenvector_set_T3(h_a_alpha_out_dir, h_a_alpha_eigenvector_set_T3_path, polsarpro_in_dir, - File "D:\estar-proj\microproduct-l-sar\soilSalinity-Train_predict\pspHAAlphaDecomposition.py", line 410, in __h_a_alpha_eigenvector_set_T3 - raise Exception(h_a_alpha_eigenvector_set_T3_path + ' is not exists!') -Exception: h_a_alpha_eigenvector_set_T3.exe is not exists! -INFO:mylog:running use time: 0:26:26.520128 diff --git a/soilSalinity-Train_predict/run_log/SoilSalinityPredict2024-03-12-09-46-45.log b/soilSalinity-Train_predict/run_log/SoilSalinityPredict2024-03-12-09-46-45.log deleted file mode 100644 index cf5dd48..0000000 --- a/soilSalinity-Train_predict/run_log/SoilSalinityPredict2024-03-12-09-46-45.log +++ /dev/null @@ -1,33 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\soilSalinity-Train_predict -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]] -INFO:root:scope2:[[130.00427774930557, 49.00453605317449], [132.01632432267647, 49.00453605317449], [130.00427774930557, 47.00425741002555], [132.01632432267647, 47.00425741002555]] -INFO:root:scope3:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut Covering success! -INFO:mylog:cut NDVI success! -INFO:mylog:cut sim_ori success! -INFO:mylog:preprocess_handle success! -INFO:mylog:progress bar: 15% -INFO:mylog:ahv transform to polsarpro T3 matrix success! -INFO:mylog:progress bar: 20% -INFO:mylog:Refined_lee process success! -INFO:mylog:run h_a_alpha_decomposition_T3! -INFO:mylog:h_a_alpha_decomposition:h_a_alpha_decomposition_T3.exe -id D:\micro\LWork\SoilSalinityPredict\Temporary\processing\lee_filter\ -od D:\micro\LWork\SoilSalinityPredict\Temporary\processing\psp_haalpha\ -iodf T3 -nwr 1 -nwc 1 -ofr 0 -ofc 0 -fnr 11133 -fnc 11898 -fl1 1 -fl2 1 -fl3 1 -fl4 1 -fl5 1 -fl6 1 -fl7 1 -fl8 1 -fl9 1 -INFO:mylog:cmd_result:1 -INFO:mylog:run h_a_alpha_decomposition_T3 success! -INFO:mylog:run h_a_alpha_eigenvalue_set_T3! -INFO:mylog:h_a_alpha_eigenvalue_set_T3:h_a_alpha_eigenvalue_set_T3.exe -id D:\micro\LWork\SoilSalinityPredict\Temporary\processing\lee_filter\ -od D:\micro\LWork\SoilSalinityPredict\Temporary\processing\psp_haalpha\ -iodf T3 -nwr 1 -nwc 1 -ofr 0 -ofc 0 -fnr 11133 -fnc 11898 -fl1 1 -fl2 1 -fl3 1 -fl4 1 -fl5 1 -fl6 1 -fl7 1 -fl8 1 -fl9 1 -fl10 1 -fl11 1 -fl12 1 -INFO:mylog:cmd_result:1 -INFO:mylog:run h_a_alpha_eigenvalue_set_T3 success! -INFO:mylog:run h_a_alpha_eigenvector_set_T3! -INFO:mylog:h_a_alpha_eigenvector_set_T3:h_a_alpha_eigenvector_set_T3.exe -id D:\micro\LWork\SoilSalinityPredict\Temporary\processing\lee_filter\ -od D:\micro\LWork\SoilSalinityPredict\Temporary\processing\psp_haalpha\ -iodf T3 -nwr 1 -nwc 1 -ofr 0 -ofc 0 -fnr 11133 -fnc 11898 -fl1 1 -fl2 1 -fl3 1 -fl4 1 -fl5 1 -INFO:mylog:cmd_result:1 -INFO:mylog:run h_a_alpha_eigenvector_set_T3 success! -INFO:mylog:progress bar: 60% -INFO:mylog:run bin to tif success! -INFO:mylog:blocking tifs success! diff --git a/soilSalinity-Train_predict/run_log/SoilSalinityPredict2024-03-12-10-26-42.log b/soilSalinity-Train_predict/run_log/SoilSalinityPredict2024-03-12-10-26-42.log deleted file mode 100644 index 7014a8c..0000000 --- a/soilSalinity-Train_predict/run_log/SoilSalinityPredict2024-03-12-10-26-42.log +++ /dev/null @@ -1,32 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\soilSalinity-Train_predict -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]] -INFO:root:scope2:[[130.00427774930557, 49.00453605317449], [132.01632432267647, 49.00453605317449], [130.00427774930557, 47.00425741002555], [132.01632432267647, 47.00425741002555]] -INFO:root:scope3:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut Covering success! -INFO:mylog:cut NDVI success! -INFO:mylog:cut sim_ori success! -INFO:mylog:preprocess_handle success! -INFO:mylog:progress bar: 15% -INFO:mylog:ahv transform to polsarpro T3 matrix success! -INFO:mylog:progress bar: 20% -INFO:mylog:Refined_lee process success! -INFO:mylog:run h_a_alpha_decomposition_T3! -INFO:mylog:h_a_alpha_decomposition:h_a_alpha_decomposition_T3.exe -id D:\micro\LWork\SoilSalinityPredict\Temporary\processing\lee_filter\ -od D:\micro\LWork\SoilSalinityPredict\Temporary\processing\psp_haalpha\ -iodf T3 -nwr 1 -nwc 1 -ofr 0 -ofc 0 -fnr 11133 -fnc 11898 -fl1 1 -fl2 1 -fl3 1 -fl4 1 -fl5 1 -fl6 1 -fl7 1 -fl8 1 -fl9 1 -INFO:mylog:cmd_result:1 -INFO:mylog:run h_a_alpha_decomposition_T3 success! -INFO:mylog:run h_a_alpha_eigenvalue_set_T3! -INFO:mylog:h_a_alpha_eigenvalue_set_T3:h_a_alpha_eigenvalue_set_T3.exe -id D:\micro\LWork\SoilSalinityPredict\Temporary\processing\lee_filter\ -od D:\micro\LWork\SoilSalinityPredict\Temporary\processing\psp_haalpha\ -iodf T3 -nwr 1 -nwc 1 -ofr 0 -ofc 0 -fnr 11133 -fnc 11898 -fl1 1 -fl2 1 -fl3 1 -fl4 1 -fl5 1 -fl6 1 -fl7 1 -fl8 1 -fl9 1 -fl10 1 -fl11 1 -fl12 1 -INFO:mylog:cmd_result:1 -INFO:mylog:run h_a_alpha_eigenvalue_set_T3 success! -INFO:mylog:run h_a_alpha_eigenvector_set_T3! -INFO:mylog:h_a_alpha_eigenvector_set_T3:h_a_alpha_eigenvector_set_T3.exe -id D:\micro\LWork\SoilSalinityPredict\Temporary\processing\lee_filter\ -od D:\micro\LWork\SoilSalinityPredict\Temporary\processing\psp_haalpha\ -iodf T3 -nwr 1 -nwc 1 -ofr 0 -ofc 0 -fnr 11133 -fnc 11898 -fl1 1 -fl2 1 -fl3 1 -fl4 1 -fl5 1 -fl6 0 -fl7 0 -INFO:mylog:cmd_result:1 -INFO:mylog:run h_a_alpha_eigenvector_set_T3 success! -INFO:mylog:progress bar: 60% -INFO:mylog:run bin to tif success! diff --git a/soilSalinity-Train_predict/run_log/SoilSalinityTrain2024-03-11-09-43-03.log b/soilSalinity-Train_predict/run_log/SoilSalinityTrain2024-03-11-09-43-03.log deleted file mode 100644 index 8f58907..0000000 --- a/soilSalinity-Train_predict/run_log/SoilSalinityTrain2024-03-11-09-43-03.log +++ /dev/null @@ -1,17 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\soilSalinity-Train_predict -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -ERROR:mylog:run-time error! -Traceback (most recent call last): - File "D:/estar-proj/microproduct-l-sar/soilSalinity-Train_predict/SoilSalinityTrainMain.py", line 377, in - if main_handler.check_source() is False: - File "D:/estar-proj/microproduct-l-sar/soilSalinity-Train_predict/SoilSalinityTrainMain.py", line 111, in check_source - self.__processing_paras.update(InitPara(DEBUG).get_mult_tar_gz_infs(self.__processing_paras, self.__workspace_preprocessing_path)) - File "D:\estar-proj\microproduct-l-sar\tool\algorithm\xml\AlgXmlHandle.py", line 738, in get_mult_tar_gz_infs - para_dic = self.get_mult_tar_gz_inf(value, workspace_preprocessing_path) - File "D:\estar-proj\microproduct-l-sar\tool\algorithm\xml\AlgXmlHandle.py", line 723, in get_mult_tar_gz_inf - para_dic.update(InitPara.get_meta_dic_VP(InitPara.get_meta_paths(file_dir, name), name)) - File "D:\estar-proj\microproduct-l-sar\tool\algorithm\xml\AlgXmlHandle.py", line 654, in get_meta_paths - raise Exception('there is not .meta.xml in path: ', file_dir + '\\') -Exception: ('there is not .meta.xml in path: ', 'D:\\micro\\LWork\\SoilSalinityTrain\\Temporary\\preprocessing\\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\\\\') -INFO:mylog:running use time: 0:00:00.017000 diff --git a/soilSalinity-Train_predict/run_log/SoilSalinityTrain2024-03-11-09-43-55.log b/soilSalinity-Train_predict/run_log/SoilSalinityTrain2024-03-11-09-43-55.log deleted file mode 100644 index 97df9c8..0000000 --- a/soilSalinity-Train_predict/run_log/SoilSalinityTrain2024-03-11-09-43-55.log +++ /dev/null @@ -1,17 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\soilSalinity-Train_predict -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -ERROR:mylog:run-time error! -Traceback (most recent call last): - File "D:/estar-proj/microproduct-l-sar/soilSalinity-Train_predict/SoilSalinityTrainMain.py", line 377, in - if main_handler.check_source() is False: - File "D:/estar-proj/microproduct-l-sar/soilSalinity-Train_predict/SoilSalinityTrainMain.py", line 111, in check_source - self.__processing_paras.update(InitPara(DEBUG).get_mult_tar_gz_infs(self.__processing_paras, self.__workspace_preprocessing_path)) - File "D:\estar-proj\microproduct-l-sar\tool\algorithm\xml\AlgXmlHandle.py", line 738, in get_mult_tar_gz_infs - para_dic = self.get_mult_tar_gz_inf(value, workspace_preprocessing_path) - File "D:\estar-proj\microproduct-l-sar\tool\algorithm\xml\AlgXmlHandle.py", line 723, in get_mult_tar_gz_inf - para_dic.update(InitPara.get_meta_dic_VP(InitPara.get_meta_paths(file_dir, name), name)) - File "D:\estar-proj\microproduct-l-sar\tool\algorithm\xml\AlgXmlHandle.py", line 654, in get_meta_paths - raise Exception('there is not .meta.xml in path: ', file_dir + '\\') -Exception: ('there is not .meta.xml in path: ', 'D:\\micro\\LWork\\SoilSalinityTrain\\Temporary\\preprocessing\\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\\\\') -INFO:mylog:running use time: 0:00:50.157365 diff --git a/soilSalinity-Train_predict/run_log/SoilSalinityTrain2024-03-11-09-47-35.log b/soilSalinity-Train_predict/run_log/SoilSalinityTrain2024-03-11-09-47-35.log deleted file mode 100644 index f854043..0000000 --- a/soilSalinity-Train_predict/run_log/SoilSalinityTrain2024-03-11-09-47-35.log +++ /dev/null @@ -1,3 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\soilSalinity-Train_predict -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! diff --git a/soilSalinity-Train_predict/run_log/SoilSalinityTrain2024-03-11-09-49-23.log b/soilSalinity-Train_predict/run_log/SoilSalinityTrain2024-03-11-09-49-23.log deleted file mode 100644 index ed5e992..0000000 --- a/soilSalinity-Train_predict/run_log/SoilSalinityTrain2024-03-11-09-49-23.log +++ /dev/null @@ -1,28 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\soilSalinity-Train_predict -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -ERROR:mylog:len(scopes_tuple) < 2 -INFO:mylog:ahv transform to polsarpro T3 matrix success! -INFO:mylog:progress bar: 20% -INFO:mylog:Refined_lee process success! -INFO:mylog:run h_a_alpha_decomposition_T3! -INFO:mylog:h_a_alpha_decomposition_T3.exe D:\micro\LWork\SoilSalinityTrain\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966\lee_filter\ D:\micro\LWork\SoilSalinityTrain\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966\psp_haalpha 1 0 0 11133 11898 1 1 1 1 1 1 1 1 1 -INFO:mylog:run h_a_alpha_decomposition_T3 success! -INFO:mylog:run h_a_alpha_eigenvalue_set_T3! -INFO:mylog:h_a_alpha_eigenvalue_set_T3.exe D:\micro\LWork\SoilSalinityTrain\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966\lee_filter\ D:\micro\LWork\SoilSalinityTrain\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966\psp_haalpha 1 0 0 11133 11898 1 1 1 1 1 1 1 1 1 1 1 -INFO:mylog:run h_a_alpha_eigenvalue_set_T3 success! -INFO:mylog:run h_a_alpha_eigenvector_set_T3! -INFO:mylog:h_a_alpha_eigenvector_set_T3.exe D:\micro\LWork\SoilSalinityTrain\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966\lee_filter\ D:\micro\LWork\SoilSalinityTrain\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966\psp_haalpha 1 0 0 11133 11898 1 1 1 1 1 -INFO:mylog:run h_a_alpha_eigenvector_set_T3 success! -INFO:mylog:progress bar: 60% -INFO:mylog:run bin to tif success! -ERROR:mylog:run-time error! -Traceback (most recent call last): - File "D:/estar-proj/microproduct-l-sar/soilSalinity-Train_predict/SoilSalinityTrainMain.py", line 379, in - if main_handler.preprocess_handle() is False: - File "D:/estar-proj/microproduct-l-sar/soilSalinity-Train_predict/SoilSalinityTrainMain.py", line 211, in preprocess_handle - X_train_part, Y_train_part = ml.get_train_data(features_array, measured_data_img) -AttributeError: type object 'MachineLeaning' has no attribute 'get_train_data' -INFO:mylog:running use time: 0:37:56.019374 diff --git a/soilSalinity-Train_predict/run_log/SoilSalinityTrain2024-03-11-10-30-34.log b/soilSalinity-Train_predict/run_log/SoilSalinityTrain2024-03-11-10-30-34.log deleted file mode 100644 index dfb42ef..0000000 --- a/soilSalinity-Train_predict/run_log/SoilSalinityTrain2024-03-11-10-30-34.log +++ /dev/null @@ -1,30 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\soilSalinity-Train_predict -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -WARNING:mylog:len(scopes_tuple) < 2 -INFO:mylog:ahv transform to polsarpro T3 matrix success! -INFO:mylog:progress bar: 20% -INFO:mylog:Refined_lee process success! -INFO:mylog:run h_a_alpha_decomposition_T3! -INFO:mylog:h_a_alpha_decomposition_T3.exe D:\micro\LWork\SoilSalinityTrain\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966\lee_filter\ D:\micro\LWork\SoilSalinityTrain\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966\psp_haalpha 1 0 0 11133 11898 1 1 1 1 1 1 1 1 1 -INFO:mylog:run h_a_alpha_decomposition_T3 success! -INFO:mylog:run h_a_alpha_eigenvalue_set_T3! -INFO:mylog:h_a_alpha_eigenvalue_set_T3.exe D:\micro\LWork\SoilSalinityTrain\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966\lee_filter\ D:\micro\LWork\SoilSalinityTrain\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966\psp_haalpha 1 0 0 11133 11898 1 1 1 1 1 1 1 1 1 1 1 -INFO:mylog:run h_a_alpha_eigenvalue_set_T3 success! -INFO:mylog:run h_a_alpha_eigenvector_set_T3! -INFO:mylog:h_a_alpha_eigenvector_set_T3.exe D:\micro\LWork\SoilSalinityTrain\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966\lee_filter\ D:\micro\LWork\SoilSalinityTrain\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966\psp_haalpha 1 0 0 11133 11898 1 1 1 1 1 -INFO:mylog:run h_a_alpha_eigenvector_set_T3 success! -INFO:mylog:progress bar: 60% -INFO:mylog:run bin to tif success! -INFO:mylog:PLS is training! -INFO:mylog:train PLS success! -ERROR:mylog:run-time error! -Traceback (most recent call last): - File "D:/estar-proj/microproduct-l-sar/soilSalinity-Train_predict/SoilSalinityTrainMain.py", line 379, in - if main_handler.preprocess_handle() is False: - File "D:/estar-proj/microproduct-l-sar/soilSalinity-Train_predict/SoilSalinityTrainMain.py", line 272, in preprocess_handle - file.make_zip(self.__out_para, model_path) -AttributeError: 'fileHandle' object has no attribute 'make_zip' -INFO:mylog:running use time: 0:35:05.276015 diff --git a/soilSalinity-Train_predict/run_log/SoilSalinityTrain2024-03-11-11-44-46.log b/soilSalinity-Train_predict/run_log/SoilSalinityTrain2024-03-11-11-44-46.log deleted file mode 100644 index cfbd34b..0000000 --- a/soilSalinity-Train_predict/run_log/SoilSalinityTrain2024-03-11-11-44-46.log +++ /dev/null @@ -1,26 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\soilSalinity-Train_predict -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -WARNING:mylog:len(scopes_tuple) < 2 -INFO:mylog:ahv transform to polsarpro T3 matrix success! -INFO:mylog:progress bar: 20% -INFO:mylog:Refined_lee process success! -INFO:mylog:run h_a_alpha_decomposition_T3! -INFO:mylog:h_a_alpha_decomposition_T3.exe D:\micro\LWork\SoilSalinityTrain\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966\lee_filter\ D:\micro\LWork\SoilSalinityTrain\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966\psp_haalpha 1 0 0 11133 11898 1 1 1 1 1 1 1 1 1 -INFO:mylog:run h_a_alpha_decomposition_T3 success! -INFO:mylog:run h_a_alpha_eigenvalue_set_T3! -INFO:mylog:h_a_alpha_eigenvalue_set_T3.exe D:\micro\LWork\SoilSalinityTrain\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966\lee_filter\ D:\micro\LWork\SoilSalinityTrain\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966\psp_haalpha 1 0 0 11133 11898 1 1 1 1 1 1 1 1 1 1 1 -INFO:mylog:run h_a_alpha_eigenvalue_set_T3 success! -INFO:mylog:run h_a_alpha_eigenvector_set_T3! -INFO:mylog:h_a_alpha_eigenvector_set_T3.exe D:\micro\LWork\SoilSalinityTrain\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966\lee_filter\ D:\micro\LWork\SoilSalinityTrain\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966\psp_haalpha 1 0 0 11133 11898 1 1 1 1 1 -INFO:mylog:run h_a_alpha_eigenvector_set_T3 success! -INFO:mylog:progress bar: 60% -INFO:mylog:run bin to tif success! -INFO:mylog:PLS is training! -INFO:mylog:train PLS success! -INFO:mylog:process_handle success! -INFO:mylog:progress bar: 100% -INFO:mylog:successful production of SoilSalinityTrain products! -INFO:mylog:running use time: 2:23:51.270404 diff --git a/soilSalinity-Train_predict/run_log/SoilSalinityTrain2024-03-12-11-07-35.log b/soilSalinity-Train_predict/run_log/SoilSalinityTrain2024-03-12-11-07-35.log deleted file mode 100644 index 2173c2d..0000000 --- a/soilSalinity-Train_predict/run_log/SoilSalinityTrain2024-03-12-11-07-35.log +++ /dev/null @@ -1,31 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\soilSalinity-Train_predict -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -WARNING:mylog:len(scopes_tuple) < 2 -INFO:mylog:ahv transform to polsarpro T3 matrix success! -INFO:mylog:progress bar: 20% -INFO:mylog:Refined_lee process success! -INFO:mylog:run h_a_alpha_decomposition_T3! -INFO:mylog:h_a_alpha_decomposition:h_a_alpha_decomposition_T3.exe -id D:\micro\LWork\SoilSalinityTrain\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966\lee_filter\ -od D:\micro\LWork\SoilSalinityTrain\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966\psp_haalpha -iodf T3 -nwr 1 -nwc 1 -ofr 0 -ofc 0 -fnr 11133 -fnc 11898 -fl1 1 -fl2 1 -fl3 1 -fl4 1 -fl5 1 -fl6 1 -fl7 1 -fl8 1 -fl9 1 -INFO:mylog:cmd_result:1 -INFO:mylog:run h_a_alpha_decomposition_T3 success! -INFO:mylog:run h_a_alpha_eigenvalue_set_T3! -INFO:mylog:h_a_alpha_eigenvalue_set_T3:h_a_alpha_eigenvalue_set_T3.exe -id D:\micro\LWork\SoilSalinityTrain\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966\lee_filter\ -od D:\micro\LWork\SoilSalinityTrain\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966\psp_haalpha -iodf T3 -nwr 1 -nwc 1 -ofr 0 -ofc 0 -fnr 11133 -fnc 11898 -fl1 1 -fl2 1 -fl3 1 -fl4 1 -fl5 1 -fl6 1 -fl7 1 -fl8 1 -fl9 1 -fl10 1 -fl11 1 -fl12 1 -INFO:mylog:cmd_result:1 -INFO:mylog:run h_a_alpha_eigenvalue_set_T3 success! -INFO:mylog:run h_a_alpha_eigenvector_set_T3! -INFO:mylog:h_a_alpha_eigenvector_set_T3:h_a_alpha_eigenvector_set_T3.exe -id D:\micro\LWork\SoilSalinityTrain\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966\lee_filter\ -od D:\micro\LWork\SoilSalinityTrain\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966\psp_haalpha -iodf T3 -nwr 1 -nwc 1 -ofr 0 -ofc 0 -fnr 11133 -fnc 11898 -fl1 1 -fl2 1 -fl3 1 -fl4 1 -fl5 1 -fl6 0 -fl7 0 -INFO:mylog:cmd_result:1 -INFO:mylog:run h_a_alpha_eigenvector_set_T3 success! -INFO:mylog:progress bar: 60% -INFO:mylog:run bin to tif success! -ERROR:mylog:run-time error! -Traceback (most recent call last): - File "D:/estar-proj/microproduct-l-sar/soilSalinity-Train_predict/SoilSalinityTrainMain.py", line 394, in - if main_handler.preprocess_handle() is False: - File "D:/estar-proj/microproduct-l-sar/soilSalinity-Train_predict/SoilSalinityTrainMain.py", line 242, in preprocess_handle - Y_train_in=Y_train[:mid,:] -TypeError: list indices must be integers or slices, not tuple -INFO:mylog:running use time: 0:40:05.403342 diff --git a/soilSalinity-Train_predict/run_log/SoilSalinityTrain2024-03-12-11-47-50.log b/soilSalinity-Train_predict/run_log/SoilSalinityTrain2024-03-12-11-47-50.log deleted file mode 100644 index 6beb5e9..0000000 --- a/soilSalinity-Train_predict/run_log/SoilSalinityTrain2024-03-12-11-47-50.log +++ /dev/null @@ -1,26 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\soilSalinity-Train_predict -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -WARNING:mylog:len(scopes_tuple) < 2 -INFO:mylog:ahv transform to polsarpro T3 matrix success! -INFO:mylog:progress bar: 20% -INFO:mylog:Refined_lee process success! -INFO:mylog:run h_a_alpha_decomposition_T3! -INFO:mylog:h_a_alpha_decomposition:h_a_alpha_decomposition_T3.exe -id D:\micro\LWork\SoilSalinityTrain\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966\lee_filter\ -od D:\micro\LWork\SoilSalinityTrain\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966\psp_haalpha -iodf T3 -nwr 1 -nwc 1 -ofr 0 -ofc 0 -fnr 11133 -fnc 11898 -fl1 1 -fl2 1 -fl3 1 -fl4 1 -fl5 1 -fl6 1 -fl7 1 -fl8 1 -fl9 1 -INFO:mylog:cmd_result:1 -INFO:mylog:run h_a_alpha_decomposition_T3 success! -INFO:mylog:run h_a_alpha_eigenvalue_set_T3! -INFO:mylog:h_a_alpha_eigenvalue_set_T3:h_a_alpha_eigenvalue_set_T3.exe -id D:\micro\LWork\SoilSalinityTrain\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966\lee_filter\ -od D:\micro\LWork\SoilSalinityTrain\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966\psp_haalpha -iodf T3 -nwr 1 -nwc 1 -ofr 0 -ofc 0 -fnr 11133 -fnc 11898 -fl1 1 -fl2 1 -fl3 1 -fl4 1 -fl5 1 -fl6 1 -fl7 1 -fl8 1 -fl9 1 -fl10 1 -fl11 1 -fl12 1 -INFO:mylog:cmd_result:1 -INFO:mylog:run h_a_alpha_eigenvalue_set_T3 success! -INFO:mylog:run h_a_alpha_eigenvector_set_T3! -INFO:mylog:h_a_alpha_eigenvector_set_T3:h_a_alpha_eigenvector_set_T3.exe -id D:\micro\LWork\SoilSalinityTrain\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966\lee_filter\ -od D:\micro\LWork\SoilSalinityTrain\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966\psp_haalpha -iodf T3 -nwr 1 -nwc 1 -ofr 0 -ofc 0 -fnr 11133 -fnc 11898 -fl1 1 -fl2 1 -fl3 1 -fl4 1 -fl5 1 -fl6 0 -fl7 0 -INFO:mylog:cmd_result:1 -INFO:mylog:run h_a_alpha_eigenvector_set_T3 success! -INFO:mylog:progress bar: 60% -INFO:mylog:run bin to tif success! -INFO:mylog:PLS is training! -INFO:mylog:train PLS success! -INFO:mylog:process_handle success! diff --git a/tool/algorithm/algtools/PreProcess.py b/tool/algorithm/algtools/PreProcess.py index 4b4c4c2..a3559ef 100644 --- a/tool/algorithm/algtools/PreProcess.py +++ b/tool/algorithm/algtools/PreProcess.py @@ -549,4 +549,26 @@ class PreProcess: ImageHandler.write_img(out_tif_path, proj, geo, angle) + @staticmethod + def cal_box(scope_m, scope_a): + box_list = [] + poly1 = Polygon(scope_m) + poly2 = Polygon(scope_a) + intersection = poly1.intersection(poly2) + box = intersection.exterior.coords[:] + min_lon = (box[2][0] + box[3][0])/2 + max_lon = (box[0][0] + box[1][0])/2 + min_lat = (box[1][1] + box[2][1])/2 + max_lat = (box[0][1] + box[3][1])/2 + box_list1 = str(min_lon) + ' ' + str(max_lon) + ' ' + str(min_lat) + ' ' + str(max_lat) + box_list = [str(min_lat-0.08), str(max_lat+0.08),str(min_lon - 0.05), str(max_lon+0.05)] + + return ' '.join(box_list) + + +if __name__ == '__main__': + s1 = [[109.2067798949, 19.2406810412], [109.5022788855, 19.1887926275], [109.4238248928, 18.7886487357],[109.1290655874, 18.8406346061]] + s2 = [[109.2109041564, 19.2291592544], [109.5066778792, 19.1772159149], [109.4281864746, 18.7769107133],[109.1331532257, 18.8289511766]] + a = PreProcess.cal_box(s1, s2) + print(a) \ No newline at end of file diff --git a/tool/algorithm/ml/machineLearning.py b/tool/algorithm/ml/machineLearning.py index 0c3876e..189401c 100644 --- a/tool/algorithm/ml/machineLearning.py +++ b/tool/algorithm/ml/machineLearning.py @@ -93,16 +93,32 @@ class MachineLeaning: key_name = key block_num = len(dir_dict[key]) break - for n in range(block_num): - name = os.path.basename(dir_dict[key_name][n]) - suffix = '_' + name.split('_')[-4] + "_" + name.split('_')[-3] + "_" + name.split('_')[-2] + "_" + name.split('_')[-1] - features_path = os.path.join(workspace_block_feature_path, "features" + suffix) # + "\\features" + suffix - X_test_list.append(features_path) - features_array = np.zeros((len(dir_dict), block_size, block_size), dtype='float32') - for m, value in zip(range(len(dir_dict)), dir_dict.values()): - features_array[m, :, :] = ImageHandler.get_band_array(value[n]) - features_array[np.isnan(features_array)] = 0.0 # 异常值转为0 - ImageHandler.write_img(features_path, '', [0, 0, 0, 0, 0, 0], features_array) + + for i in range(block_num): + file_list = [] + for value in dir_dict.values(): + file_list.append(os.path.basename(value[i])) + name = os.path.basename(file_list[0]) + suffix = 'features_' + name.split('_')[-4] + "_" + name.split('_')[-3] + "_" + name.split('_')[-2] + "_" + \ + name.split('_')[-1] + out_str = os.path.join(workspace_block_feature_path, suffix) + X_test_list.append(out_str) + input_str1 = os.path.dirname(value[0]) + input_str2 = ','.join(file_list) + input_str3 = out_str + cmd = r".\baseTool\tifMerge\x64\Release\tifMerge.exe {} {} {}".format(input_str1, input_str2, input_str3) + # print(cmd) + os.system(cmd) + # for n in range(block_num): + # name = os.path.basename(dir_dict[key_name][n]) + # suffix = '_' + name.split('_')[-4] + "_" + name.split('_')[-3] + "_" + name.split('_')[-2] + "_" + name.split('_')[-1] + # features_path = os.path.join(workspace_block_feature_path, "features" + suffix) # + "\\features" + suffix + # X_test_list.append(features_path) + # features_array = np.zeros((len(dir_dict), block_size, block_size), dtype='float32') + # for m, value in zip(range(len(dir_dict)), dir_dict.values()): + # features_array[m, :, :] = ImageHandler.get_band_array(value[n]) + # features_array[np.isnan(features_array)] = 0.0 # 异常值转为0 + # ImageHandler.write_img(features_path, '', [0, 0, 0, 0, 0, 0], features_array) logger.info('create features matrix success!') # file.del_folder(workspace_block_tif_path) # file.del_folder(workspace_block_feature_path) diff --git a/tool/algorithm/xml/AnalysisXml.py b/tool/algorithm/xml/AnalysisXml.py index e4b9f29..85571fc 100644 --- a/tool/algorithm/xml/AnalysisXml.py +++ b/tool/algorithm/xml/AnalysisXml.py @@ -1,6 +1,6 @@ from xml.etree.ElementTree import ElementTree import os - +import numpy as np class DictXml: def __init__(self, xml_path): @@ -47,7 +47,15 @@ class DictXml: point_upright = [float(topRightLon), float(topRightLat)] point_downleft = [float(bottomLeftLon), float(bottomLeftLat)] point_downright = [float(bottomRightLon), float(bottomRightLat)] - scopes = [point_upleft, point_upright, point_downleft, point_downright] + scopes = [point_upleft, point_upright, point_downright, point_downleft] + lon = [float(topLeftLon), float(topRightLon), float(bottomLeftLon), float(bottomRightLon)] + lat = [float(topLeftLat), float(topRightLat), float(bottomLeftLat), float(bottomRightLat)] + min_lon = np.min(lon) + max_lon = np.max(lon) + min_lat = np.min(lat) + max_lat = np.max(lat) + box = [str(min_lat), str(max_lat), str(min_lon), str(max_lon)] + box_str = ';'.join(box) point_upleft_buf = [float(topLeftLon) - 0.5, float(topLeftLat) + 0.5] point_upright_buf = [float(topRightLon) + 0.5, float(topRightLat) + 0.5] @@ -56,7 +64,7 @@ class DictXml: point_downright_buf = [float(bottomRightLon) + 0.5, float(bottomRightLat) - 0.5] scopes_buf = ([point_upleft_buf, point_upright_buf, point_downleft_buf, point_downright_buf],) - return scopes, scopes_buf + return scopes, scopes_buf, box_str class xml_extend: @@ -127,10 +135,12 @@ class xml_extend: if __name__ == '__main__': - xml_path = r"F:\MicroWorkspace\LT1B\LT1B_MONO_KRN_STRIP3_002875_E92.8_N39.9_20220907_GEC_HHHV_L2_0000035924\LT1B_MONO_KRN_STRIP3_002875_E92.8_N39.9_20220907_GEC_HHHV_L2_0000035924.meta.xml" - scopes, scopes_buf = DictXml(xml_path).get_extend() + xml_path = r"D:\micro\LWork\VegetationHeight\Temporary\origin\SARS\20230328\LT1A_MONO_KSC_STRIP4_006353_E109.3_N19.0_20230328_SLC_AHV_L1A_0000087468.meta.xml" + xml_path1 = r"D:\micro\LWork\VegetationHeight\Temporary\origin\SARS\20230405\LT1A_MONO_KSC_STRIP4_006472_E109.3_N19.0_20230405_SLC_AHV_L1A_0000091812.meta.xml" + scopes, scopes_buf, box_str = DictXml(xml_path).get_extend() + scopes1, scopes_buf1, box_str1 = DictXml(xml_path1).get_extend() print(scopes) - print(scopes_buf) + print(scopes1) # path = r'D:\BaiduNetdiskDownload\GZ\lon.rdr' # path2 = r'D:\BaiduNetdiskDownload\GZ\lat.rdr' # path3 = r'D:\BaiduNetdiskDownload\GZ\lon_lat.tif' diff --git a/vegetationHeight-L-SAR/ISCEApp/isce.log b/vegetationHeight-L-SAR/ISCEApp/isce.log index ee8592f..15c2cf4 100644 --- a/vegetationHeight-L-SAR/ISCEApp/isce.log +++ b/vegetationHeight-L-SAR/ISCEApp/isce.log @@ -1204,3 +1204,661 @@ scheme = BIP dtype = CFLOAT 2024-03-01 17:16:25,776 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.935472810515542 +2024-03-14 11:34:16,427 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-14 11:34:16,430 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-14 11:34:16,432 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-14 11:34:17,568 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230328/20230328.slc +bands = 1 +width = 12154 +length = 10380 +scheme = BIP +dtype = CFLOAT + +2024-03-14 11:34:18,930 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230405/20230405.slc +bands = 1 +width = 12154 +length = 10384 +scheme = BIP +dtype = CFLOAT + +2024-03-14 11:34:20,152 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9354802223934926 +2024-03-20 11:40:57,310 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-20 11:40:57,313 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-20 11:40:57,314 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-20 11:40:58,415 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230328/20230328.slc +bands = 1 +width = 12154 +length = 10380 +scheme = BIP +dtype = CFLOAT + +2024-03-20 11:40:59,724 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230405/20230405.slc +bands = 1 +width = 12154 +length = 10384 +scheme = BIP +dtype = CFLOAT + +2024-03-20 11:41:00,924 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9354802223934926 +2024-03-20 13:19:51,898 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-20 13:19:51,901 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-20 13:19:51,903 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-20 13:19:52,758 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230328/20230328.slc +bands = 1 +width = 12154 +length = 10380 +scheme = BIP +dtype = CFLOAT + +2024-03-20 13:19:54,079 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230405/20230405.slc +bands = 1 +width = 12154 +length = 10384 +scheme = BIP +dtype = CFLOAT + +2024-03-20 13:19:55,291 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9354802223934926 +2024-03-20 13:24:43,886 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-20 13:24:43,889 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-20 13:24:43,891 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-20 13:24:44,722 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230328/20230328.slc +bands = 1 +width = 12154 +length = 10380 +scheme = BIP +dtype = CFLOAT + +2024-03-20 13:24:46,027 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230405/20230405.slc +bands = 1 +width = 12154 +length = 10384 +scheme = BIP +dtype = CFLOAT + +2024-03-20 13:24:47,229 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9354802223934926 +2024-03-20 14:06:35,843 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-20 14:06:35,845 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-20 14:06:35,847 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-20 14:06:36,669 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230328/20230328.slc +bands = 1 +width = 12154 +length = 10380 +scheme = BIP +dtype = CFLOAT + +2024-03-20 14:06:40,366 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230405/20230405.slc +bands = 1 +width = 12154 +length = 10384 +scheme = BIP +dtype = CFLOAT + +2024-03-20 14:06:43,955 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.935477091091957 +2024-03-20 17:01:23,863 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-20 17:01:23,866 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-20 17:01:23,868 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-20 17:01:24,733 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230328/20230328.slc +bands = 1 +width = 12154 +length = 10380 +scheme = BIP +dtype = CFLOAT + +2024-03-20 17:01:28,516 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230405/20230405.slc +bands = 1 +width = 12154 +length = 10384 +scheme = BIP +dtype = CFLOAT + +2024-03-20 17:01:32,358 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.935477091091957 +2024-03-20 17:33:30,543 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-20 17:33:30,547 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-20 17:33:30,549 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-20 17:33:31,475 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230328/20230328.slc +bands = 1 +width = 12154 +length = 10380 +scheme = BIP +dtype = CFLOAT + +2024-03-20 17:33:35,312 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230405/20230405.slc +bands = 1 +width = 12154 +length = 10384 +scheme = BIP +dtype = CFLOAT + +2024-03-20 17:33:39,072 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.935477091091957 +2024-03-20 17:48:41,223 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-20 17:48:41,226 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-20 17:48:41,228 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-20 17:48:42,086 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230328/20230328.slc +bands = 1 +width = 12154 +length = 10380 +scheme = BIP +dtype = CFLOAT + +2024-03-20 17:48:45,843 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230405/20230405.slc +bands = 1 +width = 12154 +length = 10384 +scheme = BIP +dtype = CFLOAT + +2024-03-20 17:48:49,481 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.935477091091957 +2024-03-21 09:21:30,371 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-21 09:21:30,373 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-21 09:21:30,375 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-21 09:21:31,492 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230328/20230328.slc +bands = 1 +width = 12154 +length = 10380 +scheme = BIP +dtype = CFLOAT + +2024-03-21 09:21:35,273 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230405/20230405.slc +bands = 1 +width = 12154 +length = 10384 +scheme = BIP +dtype = CFLOAT + +2024-03-21 09:21:38,946 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.935477091091957 +2024-03-21 10:37:03,110 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-21 10:37:03,113 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-21 10:37:03,115 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-21 10:37:03,958 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230328/20230328.slc +bands = 1 +width = 12154 +length = 10380 +scheme = BIP +dtype = CFLOAT + +2024-03-21 10:37:07,710 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230405/20230405.slc +bands = 1 +width = 12154 +length = 10384 +scheme = BIP +dtype = CFLOAT + +2024-03-21 10:37:11,333 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.935477091091957 +2024-03-21 10:53:21,250 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-21 10:53:21,253 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-21 10:53:21,255 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-21 10:53:22,087 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230328/20230328.slc +bands = 1 +width = 12154 +length = 10380 +scheme = BIP +dtype = CFLOAT + +2024-03-21 10:53:23,262 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230405/20230405.slc +bands = 1 +width = 12154 +length = 10384 +scheme = BIP +dtype = CFLOAT + +2024-03-21 10:53:24,322 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.935439063307702 +2024-03-21 11:27:13,887 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-21 11:27:13,889 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-21 11:27:13,891 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-21 11:27:14,768 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230328/20230328.slc +bands = 1 +width = 12154 +length = 10380 +scheme = BIP +dtype = CFLOAT + +2024-03-21 11:27:15,961 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230405/20230405.slc +bands = 1 +width = 12154 +length = 10384 +scheme = BIP +dtype = CFLOAT + +2024-03-21 11:27:17,062 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.935439063307702 +2024-03-21 13:23:02,024 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-21 13:23:02,027 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-21 13:23:02,029 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-21 13:55:35,449 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-21 13:55:35,451 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-21 13:55:35,453 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-21 13:55:36,404 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230328/20230328.slc +bands = 1 +width = 12154 +length = 10380 +scheme = BIP +dtype = CFLOAT + +2024-03-21 13:55:37,603 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230405/20230405.slc +bands = 1 +width = 12154 +length = 10384 +scheme = BIP +dtype = CFLOAT + +2024-03-21 13:55:38,688 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.935438273230236 +2024-03-21 14:01:04,702 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-21 14:01:04,704 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-21 14:01:04,706 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-21 14:01:05,633 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230328/20230328.slc +bands = 1 +width = 12154 +length = 10380 +scheme = BIP +dtype = CFLOAT + +2024-03-21 14:01:06,825 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230405/20230405.slc +bands = 1 +width = 12154 +length = 10384 +scheme = BIP +dtype = CFLOAT + +2024-03-21 14:01:07,900 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.935438273230236 +2024-03-21 14:08:02,945 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-21 14:08:02,949 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-21 14:08:02,951 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-21 14:08:03,798 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230328/20230328.slc +bands = 1 +width = 12154 +length = 10380 +scheme = BIP +dtype = CFLOAT + +2024-03-21 14:08:04,991 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230405/20230405.slc +bands = 1 +width = 12154 +length = 10384 +scheme = BIP +dtype = CFLOAT + +2024-03-21 14:08:06,063 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.935439063307702 +2024-03-21 14:29:01,883 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-21 14:29:01,886 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-21 14:29:01,888 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-21 14:29:02,740 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230328/20230328.slc +bands = 1 +width = 12154 +length = 10380 +scheme = BIP +dtype = CFLOAT + +2024-03-21 14:29:03,926 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230405/20230405.slc +bands = 1 +width = 12154 +length = 10384 +scheme = BIP +dtype = CFLOAT + +2024-03-21 14:29:05,001 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.935439063307702 +2024-03-21 15:06:29,865 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-21 15:06:29,867 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-21 15:06:29,869 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-21 15:06:31,174 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230328/20230328.slc +bands = 1 +width = 12154 +length = 10380 +scheme = BIP +dtype = CFLOAT + +2024-03-21 15:06:32,719 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230405/20230405.slc +bands = 1 +width = 12154 +length = 10384 +scheme = BIP +dtype = CFLOAT + +2024-03-21 15:06:33,882 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.935439063307702 +2024-03-21 15:30:43,079 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-21 15:30:43,082 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-21 15:30:43,084 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-21 15:30:44,056 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230328/20230328.slc +bands = 1 +width = 12154 +length = 10380 +scheme = BIP +dtype = CFLOAT + +2024-03-21 15:30:45,040 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230405/20230405.slc +bands = 1 +width = 12154 +length = 10384 +scheme = BIP +dtype = CFLOAT + +2024-03-21 15:30:45,915 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9354382820955855 +2024-03-21 15:34:30,157 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-21 15:34:30,160 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-21 15:34:30,162 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-21 15:34:31,673 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230328/20230328.slc +bands = 1 +width = 12154 +length = 10380 +scheme = BIP +dtype = CFLOAT + +2024-03-21 15:34:32,757 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230405/20230405.slc +bands = 1 +width = 12154 +length = 10384 +scheme = BIP +dtype = CFLOAT + +2024-03-21 15:34:33,624 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9354382820955855 +2024-03-21 15:40:05,467 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-21 15:40:05,469 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-21 15:40:05,471 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-21 15:40:06,444 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230328/20230328.slc +bands = 1 +width = 12154 +length = 10380 +scheme = BIP +dtype = CFLOAT + +2024-03-21 15:40:07,429 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230405/20230405.slc +bands = 1 +width = 12154 +length = 10384 +scheme = BIP +dtype = CFLOAT + +2024-03-21 15:40:08,296 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9354382820955855 +2024-03-21 15:45:31,630 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-21 15:45:31,632 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-21 15:45:31,634 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-21 15:45:32,597 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230328/20230328.slc +bands = 1 +width = 12154 +length = 10380 +scheme = BIP +dtype = CFLOAT + +2024-03-21 15:45:33,587 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230405/20230405.slc +bands = 1 +width = 12154 +length = 10384 +scheme = BIP +dtype = CFLOAT + +2024-03-21 15:45:34,455 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9354382820955855 +2024-03-21 15:53:12,601 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-21 15:53:12,604 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-21 15:53:12,606 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-21 15:53:13,570 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230328/20230328.slc +bands = 1 +width = 12154 +length = 10380 +scheme = BIP +dtype = CFLOAT + +2024-03-21 15:53:14,778 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230405/20230405.slc +bands = 1 +width = 12154 +length = 10384 +scheme = BIP +dtype = CFLOAT + +2024-03-21 15:53:15,882 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.935438273230236 +2024-03-21 16:04:47,848 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-21 16:04:47,851 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-21 16:04:47,853 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-21 16:04:48,841 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230328/20230328.slc +bands = 1 +width = 12154 +length = 10380 +scheme = BIP +dtype = CFLOAT + +2024-03-21 16:04:50,133 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230405/20230405.slc +bands = 1 +width = 12154 +length = 10384 +scheme = BIP +dtype = CFLOAT + +2024-03-21 16:04:51,305 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.935439063307702 +2024-03-21 16:22:52,087 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-21 16:22:52,090 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-21 16:22:52,092 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-21 16:22:53,064 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230328/20230328.slc +bands = 1 +width = 12154 +length = 10380 +scheme = BIP +dtype = CFLOAT + +2024-03-21 16:22:54,357 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230405/20230405.slc +bands = 1 +width = 12154 +length = 10384 +scheme = BIP +dtype = CFLOAT + +2024-03-21 16:22:55,525 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.935439063307702 +2024-03-21 16:36:34,497 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-21 16:36:34,500 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-21 16:36:34,502 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-21 16:47:06,190 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-21 16:47:06,193 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-21 16:47:06,195 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-21 17:05:40,401 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-21 17:05:40,403 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-21 17:05:40,405 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-21 17:09:05,035 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-21 17:09:05,037 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-21 17:09:05,039 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-21 17:13:03,773 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-21 17:13:03,775 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-21 17:13:03,777 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-21 17:13:04,740 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230328/20230328.slc +bands = 1 +width = 12154 +length = 10380 +scheme = BIP +dtype = CFLOAT + +2024-03-21 17:13:07,598 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230405/20230405.slc +bands = 1 +width = 12154 +length = 10384 +scheme = BIP +dtype = CFLOAT + +2024-03-21 17:13:10,347 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.935469905159721 +2024-03-21 17:17:03,585 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-21 17:17:03,587 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-21 17:17:03,589 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-21 17:17:04,562 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230328/20230328.slc +bands = 1 +width = 12154 +length = 10380 +scheme = BIP +dtype = CFLOAT + +2024-03-21 17:17:05,585 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230405/20230405.slc +bands = 1 +width = 12154 +length = 10384 +scheme = BIP +dtype = CFLOAT + +2024-03-21 17:17:06,492 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.935469207321691 +2024-03-21 17:20:05,672 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-21 17:20:05,675 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-21 17:20:05,677 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-21 17:22:34,357 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-21 17:22:34,359 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-21 17:22:34,361 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-21 17:22:35,338 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230328/20230328.slc +bands = 1 +width = 12154 +length = 10380 +scheme = BIP +dtype = CFLOAT + +2024-03-21 17:22:37,432 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230405/20230405.slc +bands = 1 +width = 12154 +length = 10384 +scheme = BIP +dtype = CFLOAT + +2024-03-21 17:22:39,397 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9354699139801577 +2024-03-26 14:46:51,273 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-26 14:46:51,275 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-26 14:46:51,277 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-26 14:46:52,583 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230328/20230328.slc +bands = 1 +width = 12154 +length = 10380 +scheme = BIP +dtype = CFLOAT + +2024-03-26 14:46:55,205 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230405/20230405.slc +bands = 1 +width = 12154 +length = 10384 +scheme = BIP +dtype = CFLOAT + +2024-03-26 14:46:57,726 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9354699139801577 +2024-03-26 14:49:42,909 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-26 14:49:42,912 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-26 14:49:42,914 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-26 14:49:43,867 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230328/20230328.slc +bands = 1 +width = 12154 +length = 10380 +scheme = BIP +dtype = CFLOAT + +2024-03-26 14:49:46,942 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230405/20230405.slc +bands = 1 +width = 12154 +length = 10384 +scheme = BIP +dtype = CFLOAT + +2024-03-26 14:49:49,903 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9354610481350383 +2024-03-26 14:52:06,237 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-26 14:52:06,239 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-26 14:52:06,241 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-26 14:52:07,183 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230328/20230328.slc +bands = 1 +width = 12154 +length = 10380 +scheme = BIP +dtype = CFLOAT + +2024-03-26 14:52:11,494 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230405/20230405.slc +bands = 1 +width = 12154 +length = 10384 +scheme = BIP +dtype = CFLOAT + +2024-03-26 14:52:15,708 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9354699139801577 +2024-03-26 14:56:53,950 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-26 14:56:53,952 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-26 14:56:53,954 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-26 14:56:54,922 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230328/20230328.slc +bands = 1 +width = 12154 +length = 10380 +scheme = BIP +dtype = CFLOAT + +2024-03-26 14:57:02,462 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230405/20230405.slc +bands = 1 +width = 12154 +length = 10384 +scheme = BIP +dtype = CFLOAT + +2024-03-26 14:57:10,160 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9354699139801577 +2024-03-26 16:03:15,559 - isce.mroipac.baseline - INFO - Sampling time 0 +2024-03-26 16:03:15,561 - isce.mroipac.baseline - INFO - Sampling time 1 +2024-03-26 16:03:15,563 - isce.mroipac.baseline - INFO - Sampling time 2 +2024-03-26 16:03:16,528 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230328/20230328.slc +bands = 1 +width = 12154 +length = 10380 +scheme = BIP +dtype = CFLOAT + +2024-03-26 16:03:22,978 - root - DEBUG - Creating readonly ISCE mmap with +file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230405/20230405.slc +bands = 1 +width = 12154 +length = 10384 +scheme = BIP +dtype = CFLOAT + +2024-03-26 16:03:29,351 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9354699139801577 diff --git a/vegetationHeight-L-SAR/ISCEApp/stripmapWrapper-old.exe b/vegetationHeight-L-SAR/ISCEApp/stripmapWrapper-old.exe deleted file mode 100644 index d5d6060..0000000 Binary files a/vegetationHeight-L-SAR/ISCEApp/stripmapWrapper-old.exe and /dev/null differ diff --git a/vegetationHeight-L-SAR/ISCEApp/stripmapWrapper.exe b/vegetationHeight-L-SAR/ISCEApp/stripmapWrapper.exe index 46b72fb..8f5a377 100644 Binary files a/vegetationHeight-L-SAR/ISCEApp/stripmapWrapper.exe and b/vegetationHeight-L-SAR/ISCEApp/stripmapWrapper.exe differ diff --git a/vegetationHeight-L-SAR/SatelliteGPS.py b/vegetationHeight-L-SAR/SatelliteGPS.py index 2e6af9f..7ac1aaf 100644 --- a/vegetationHeight-L-SAR/SatelliteGPS.py +++ b/vegetationHeight-L-SAR/SatelliteGPS.py @@ -660,7 +660,8 @@ class SARgps: r_xyz_to_enuMat = r_enu_to_xyzMat.transpose() enuxyzMat = namedtuple("enuxyzMat", "enu_to_xyz xyz_to_enu") - return enuxyzMat(r_enu_to_xyzMat, r_xyz_to_enuMat) + res = enuxyzMat(r_enu_to_xyzMat, r_xyz_to_enuMat) + return res def setSCH(self, pegLat, pegLon, pegHdg, pegHgt=0.0): """ diff --git a/vegetationHeight-L-SAR/VegetationHeight.xml b/vegetationHeight-L-SAR/VegetationHeight.xml index 8d126fe..c25d55b 100644 --- a/vegetationHeight-L-SAR/VegetationHeight.xml +++ b/vegetationHeight-L-SAR/VegetationHeight.xml @@ -82,11 +82,11 @@ box 经纬度包围盒 - 经纬度包围盒SNWE。例子:47.779998;47.779999;130.829998;130.829999;;47.75;47.8;130.82;130.87;;18.9;19.1;109.2;109.29 + 经纬度包围盒SNWE。例子:19.08;19.1;109.2;109.22 Value string Man - 18.90;19.1;109.2;109.4 + empty True True UploadInput diff --git a/vegetationHeight-L-SAR/VegetationHeightMain.py b/vegetationHeight-L-SAR/VegetationHeightMain.py index 6446c38..1e45d70 100644 --- a/vegetationHeight-L-SAR/VegetationHeightMain.py +++ b/vegetationHeight-L-SAR/VegetationHeightMain.py @@ -19,10 +19,12 @@ from tool.algorithm.algtools.MetaDataHandler import Calibration, MetaDataHandler from tool.algorithm.polsarpro.AHVToPolsarpro import AHVToPolsarpro from tool.algorithm.xml.AlgXmlHandle import ManageAlgXML, CheckSource # 导入xml文件读取与检查文件 from tool.algorithm.algtools.ROIAlg import ROIAlg +from tool.algorithm.xml.AnalysisXml import DictXml from VegetationHeightDT import DataTransform from AHVToPolSarPro import AHVToPolSarProS2 from SatelliteGPS import SARgps from tool.config.ConfigeHandle import Config as cf +from shapely.geometry import Polygon import os import shutil import datetime @@ -211,12 +213,15 @@ class VegetationHeight: para_path = os.path.join(self.__workspace_origin_path, para['ParaName']) processing_paras.update({'orbits': para_path}) if name == 'box': - datas = para['ParaValue'].split(';') - if len(datas) != 4: - msg = 'para: box is error!box:' + para['ParaValue'] - raise Exception(msg) - box = datas[0] + ' ' + datas[1] + ' ' + datas[2] + ' ' + datas[3] - processing_paras.update({'box': box}) + if para['ParaValue'] == 'empty': + processing_paras.update({'box': 'empty'}) + else: + datas = para['ParaValue'].split(';') + if len(datas) != 4: + msg = 'para: box is error!box:' + para['ParaValue'] + raise Exception(msg) + box = datas[0] + ' ' + datas[1] + ' ' + datas[2] + ' ' + datas[3] + processing_paras.update({'box': box}) return processing_paras def verifyAndModifyWgsXml(self, xmlPath, demPath): @@ -338,7 +343,6 @@ class VegetationHeight: def calFlatEffect(self, bPar, lamda): - print("1. calFlatEffect 去地平 ") # bParPath = os.path.join(self.__workspace_isce_path, 'merged', 'baselines', self.aux_key_word, # self.aux_key_word + '_Bpar.npy') # bParPath = r'D:\micro\LWork\20230404\20230404_Bpar.npy' @@ -392,16 +396,18 @@ class VegetationHeight: return slantRange, azimuthTime + def calBaseline(self, ori_xml_m, ori_xml_a, mas_file_path, aux_file_path, BparPath, BperpPath): + + os.chdir(self.env_str) + cmd = r".\baseTool\x64\Release\calBaseline.exe {} {} {} {} {} {}".format(ori_xml_m, ori_xml_a, mas_file_path, + aux_file_path, BparPath, BperpPath) + os.system(cmd) + if not os.path.exists(BparPath) or not os.path.exists(BperpPath): + raise Exception("compute Baseline failed!") + def preprocess_handle(self): - slc_paths = os.path.join(self.__workspace_origin_path, 'SARS', self.mas_key_word) - for file in os.listdir(slc_paths): - if file.endswith('.meta.xml'): - self.ori_xml_m = os.path.join(slc_paths, file) - slc_paths = os.path.join(self.__workspace_origin_path, 'SARS', self.aux_key_word) - for file in os.listdir(slc_paths): - if file.endswith('.meta.xml'): - self.ori_xml_a = os.path.join(slc_paths, file) - print("========= 生成kz.bin start ===========") + + m_incidence_file = list(glob.glob(os.path.join(self.__workspace_origin_path, "SARS", self.mas_key_word, '*.incidence.xml'))) # _incidence.xml文件路径 a_incidence_file = list( @@ -440,24 +446,31 @@ class VegetationHeight: radar_center_frequency = MetaDataHandler.get_RadarCenterFrequency(self.ori_xml_m) lamda = float(299792458 / radar_center_frequency) - SatelliteOrbitModel = SARgps() - SatelliteOrbit_m = SatelliteOrbitModel.getGPSModel(self.ori_xml_m) - SatelliteOrbit_a = SatelliteOrbitModel.getGPSModel(self.ori_xml_a) + # SatelliteOrbitModel = SARgps() + # SatelliteOrbit_m = SatelliteOrbitModel.getGPSModel(self.ori_xml_m) + # SatelliteOrbit_a = SatelliteOrbitModel.getGPSModel(self.ori_xml_a) slantRange_m, azimuthTime_m = self.getRange_azTime(self.ori_xml_m, self.mas_lines_set) - slantRange_a, azimuthTime_a = self.getRange_azTime(self.ori_xml_a, self.aux_lines_set) + # slantRange_a, azimuthTime_a = self.getRange_azTime(self.ori_xml_a, self.aux_lines_set) - Bpar, Bperp = SatelliteOrbitModel.calBaseline(slantRange_m, azimuthTime_m, azimuthTime_a, SatelliteOrbit_m, - SatelliteOrbit_a, lamda, self.ori_xml_m, self.ori_xml_a) + # Bpar, Bperp = SatelliteOrbitModel.calBaseline(slantRange_m, azimuthTime_m, azimuthTime_a, SatelliteOrbit_m, + # SatelliteOrbit_a, lamda, self.ori_xml_m, self.ori_xml_a) + logger.info('cal Baseline start!') + BparPath = os.path.join(self.__workspace_preprocessed_path, 'bpar.tif') + BperpPath = os.path.join(self.__workspace_preprocessed_path, 'bperp.tif') + self.calBaseline(self.ori_xml_m, self.ori_xml_a, self.mas_file_path, self.aux_file_path, BparPath, BperpPath) + logger.info('cal Baseline success!') + Bpar = self.imageHandler.get_data(BparPath) + Bperp = self.imageHandler.get_data(BperpPath) flatEffect = self.calFlatEffect(Bpar, lamda) # Range = self.getRange_by_npy(flatEffect) self.calc_kz(m_cut_img, Bperp, slantRange_m, lamda) # self.calc_kz(m_cut_img, a_cut_img, lamda) - print("========= 生成kz.bin end ===========") + logger.info("========= 生成kz.bin end ===========") # 计算地平相位 # 1、slc->s2 - print("========= slc->s2 start ===========") + logger.info("========= slc->s2 start ===========") atp = AHVToPolsarpro() # 主影像转S2 master_s2 = self.__workspace_preprocessed_path + "master_s2""\\" @@ -470,7 +483,7 @@ class VegetationHeight: calibration = Calibration.get_Calibration_coefficient(self.ori_xml_m, polarization) master_tif_path = atp.calibration(calibration, in_ahv_dir=self.__workspace_preprocessed_path + "MasterSar""\\") self.AHVToPolSarProS2.api_ahv_to_polsarpro_s2(master_s2, master_tif_path) # 全极化影像转S2矩阵 - print("--------- 主影像转S2 完成 -----------") + logger.info("--------- 主影像转S2 完成 -----------") # 辅影像转S2 slave_s2 = self.__workspace_preprocessed_path + "slave_s2""\\" @@ -488,12 +501,12 @@ class VegetationHeight: os.mkdir(slavepath) self.AHVToPolSarProS2.api_ahv_to_polsarpro_s2(slavepath, master_tif_path) # 全极化影像转S2矩阵 - print("--------- 辅影像转S2 完成 -----------") - print("========= slc->s2 end ===========") + logger.info("--------- 辅影像转S2 完成 -----------") + logger.info("========= slc->s2 end ===========") current_path = os.path.dirname(os.path.abspath(sys.argv[0])) - print("========= 极化矩阵滤波并转T6 start ===========") + logger.info("========= 极化矩阵滤波并转T6 start ===========") cols = ImageHandler.get_img_width(self.__preprocessed_paras["MasterSar_HH"]) rows = ImageHandler.get_img_height(self.__preprocessed_paras["MasterSar_HH"]) @@ -517,12 +530,12 @@ class VegetationHeight: rows, cols) logger.info("{} : {}".format(os.system(cmd), cmd)) - print("========= 极化矩阵滤波并转T6 end ===========") + logger.info("========= 极化矩阵滤波并转T6 end ===========") S2_configtxt = list(glob.glob(os.path.join(master_s2, "*.txt")))[0] shutil.copy(S2_configtxt, os.path.join(lee_t6_path, "config.txt")) - print("========= 复相干系数估计 start ===========") + logger.info("========= 复相干系数估计 start ===========") coherence_estimation_path = os.path.join(current_path, "complex_coherence_estimation.exe") # coherence_opt_estimation_path = os.path.join(current_path, "complex_coherence_opt_estimation_T6.exe") master_slave_t6_box_coh = lee_t6_path @@ -540,9 +553,9 @@ class VegetationHeight: cmd = "{} -id {} -od {} -iodf T6 -nwr 7 -nwc 7 -ofr 0 -ofc 0 -fnr {} -fnc {}".format( coherence_estimation_opt_path, lee_t6_path, master_slave_t6_box_coh, rows, cols) logger.info("{} : {}".format(os.system(cmd), cmd)) - print("========= 复相干系数估计 end ===========") + logger.info("========= 复相干系数估计 end ===========") - print("========= 基于RVOG模型三阶段植被高度反演方法 start ===========") + logger.info("========= 基于RVOG模型三阶段植被高度反演方法 start ===========") """ height_estimation_inversion_procedure_RVOG.exe -id "F:/Toos/PolSARpro/micro/datas/vegetation/track_master_track_slave" -od "F:/Toos/PolSARpro/micro/datas/vegetation/track_master_track_slave" @@ -566,9 +579,9 @@ class VegetationHeight: cols, rows, cols) logger.info("{} : {}".format(os.system(cmd), cmd)) - print("========= 基于RVOG模型三阶段植被高度反演方法 end ===========") + logger.info("========= 基于RVOG模型三阶段植被高度反演方法 end ===========") - print("========= 正射 start ===========") + logger.info("========= 正射 start ===========") RVOG_heights_path = lee_t6_path + "RVOG_heights.bin" array = np.fromfile(RVOG_heights_path, dtype=np.float32).reshape(rows, cols) @@ -589,7 +602,6 @@ class VegetationHeight: shutil.copy(meta_xml_path, out_xml) self.make_targz(self.__out_para, self.__workspace_atmos_dely_path) - print("========= 正射 end ===========") pass def creat_xml(self, dem_proPath): @@ -779,7 +791,7 @@ class VegetationHeight: dem_dir = r"/".join(self.__processing_paras['DEM'].split("\\")) isce_work_space = r"/".join(self.__workspace_isce_path.split("\\")) isce_work_space = '/cygdrive/' + isce_work_space.replace(":/", "/") - box = "'" + self.__processing_paras['box'] + "'" + isce_exe_dir = r"/".join(os.path.join(self.env_str, "ISCEApp").split("\\")) target = isce_work_space @@ -824,6 +836,22 @@ class VegetationHeight: logger.info('slc to isce_data finish!') logger.info('progress bar: 10%') + if self.__processing_paras['box'] == 'empty': + slc_paths = os.path.join(self.__workspace_origin_path, 'SARS', self.mas_key_word) + for file in os.listdir(slc_paths): + if file.endswith('.meta.xml'): + self.ori_xml_m = os.path.join(slc_paths, file) + slc_paths = os.path.join(self.__workspace_origin_path, 'SARS', self.aux_key_word) + for file in os.listdir(slc_paths): + if file.endswith('.meta.xml'): + self.ori_xml_a = os.path.join(slc_paths, file) + scope, _, box_str_m = DictXml(self.ori_xml_m).get_extend() + scope, _, box_str_a = DictXml(self.ori_xml_a).get_extend() + box_str = pp.cal_box(scope, scope) + box = "'" + box_str + "'" + else: + box = "'" + self.__processing_paras['box'] + "'" + cmd = "stackStripMap.exe -s {} -w {} -d {} -m {} -a {} -r {} -x {} -u 'snaphu' --nofocus".format(out_slc_dir, isce_work_space, dem_path, @@ -867,14 +895,14 @@ class VegetationHeight: logger.info('progress bar :30%') # 裁剪 - mas_file_path = os.path.join(self.__workspace_preprocessed_path, 'slc', self.mas_key_word, + self.mas_file_path = os.path.join(self.__workspace_preprocessed_path, 'slc', self.mas_key_word, self.mas_key_word + ".txt") - with open(mas_file_path, 'r') as file: + with open(self.mas_file_path, 'r') as file: lines = file.readlines() self.mas_lines_set = list(int(line.replace("\n", "")) for line in lines) - aux_file_path = os.path.join(self.__workspace_preprocessed_path, 'slc', self.aux_key_word, + self.aux_file_path = os.path.join(self.__workspace_preprocessed_path, 'slc', self.aux_key_word, self.aux_key_word + ".txt") - with open(aux_file_path, 'r') as file: + with open(self.aux_file_path, 'r') as file: lines = file.readlines() self.aux_lines_set = list(int(line.replace("\n", "")) for line in lines) @@ -900,7 +928,6 @@ class VegetationHeight: out_path = os.path.join(mas_out_cut_path, "MasterSar_" + file_name + ".tif") VegetationHeight.cut_L1A(tif, out_path, self.mas_lines_set) self.__preprocessed_paras.update({"MasterSar_" + file_name: out_path}) - print("-----裁剪后主影像结果-----", out_path) aux_in_tif_paths = list( glob.glob(os.path.join(self.__workspace_origin_path, "SARS", self.aux_key_word, '*.tiff'))) @@ -909,7 +936,6 @@ class VegetationHeight: out_path = os.path.join(aux_out_cut_path, "AuxiliarySar_" + file_name + ".tif") VegetationHeight.cut_L1A(tif, out_path, self.aux_lines_set) self.__preprocessed_paras.update({"AuxiliarySar_" + file_name: out_path}) - print("-----裁剪后辅影像结果-----", out_path) logger.info('progress bar :40%') return True @@ -942,7 +968,7 @@ if __name__ == "__main__": raise Exception('get_interv_img() failed!') if VegetationHeight.preprocess_handle() is False: raise Exception('preprocess_handle() failed!') - logger.info('successful production of ' + EXE_NAME + ' Product' + '.mate.xml') + logger.info('successful production of ' + EXE_NAME + ' Product' ) except Exception: logger.exception("run-time error!") finally: diff --git a/vegetationHeight-L-SAR/run_log/ISCE_LOG2024-02-23-13-33-58.log b/vegetationHeight-L-SAR/run_log/ISCE_LOG2024-02-23-13-33-58.log deleted file mode 100644 index 64cc734..0000000 --- a/vegetationHeight-L-SAR/run_log/ISCE_LOG2024-02-23-13-33-58.log +++ /dev/null @@ -1,16 +0,0 @@ -[02/23/2024 13:33:58] [15460] [INFO]- sysdir: D:\estar-proj\microproduct-l-sar\vegetationHeight-L-SAR ---from: VegetationHeightMain.check_source (VegetationHeightMain.py:Line95) -[02/23/2024 13:33:58] [15460] [INFO]- init algXML succeed ---from: AlgXmlHandle.check_alg_xml (AlgXmlHandle.py:Line321) -[02/23/2024 13:33:58] [15460] [INFO]- create new workspace success! ---from: VegetationHeightMain.__create_work_space (VegetationHeightMain.py:Line273) -[02/23/2024 13:33:58] [15460] [ERROR]- run-time error! ---from: VegetationHeightMain. (VegetationHeightMain.py:Line947) -Traceback (most recent call last): - File "D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/VegetationHeightMain.py", line 939, in - if VegetationHeight.check_source() is False: - File "D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/VegetationHeightMain.py", line 109, in check_source - self.__processing_paras = self.__init_processing_paras(self.__input_paras) # 输出{文件名:地址} - File "D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/VegetationHeightMain.py", line 149, in __init_processing_paras - shutil.copy(paths[0], os.path.join(slc_path, filename)) - File "D:\Anaconda\envs\micro\lib\shutil.py", line 418, in copy - copyfile(src, dst, follow_symlinks=follow_symlinks) - File "D:\Anaconda\envs\micro\lib\shutil.py", line 264, in copyfile - with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst: -FileNotFoundError: [Errno 2] No such file or directory: 'D:\\micro\\microproduct_depdence\\VegaHeight\\sars\\LT1A_MONO_KSC_STRIP4_006353_E109.3_N19.0_20230328_SLC_AHV_L1A_0000087468.tar.gz' diff --git a/vegetationHeight-L-SAR/run_log/ISCE_LOG2024-02-23-13-34-46.log b/vegetationHeight-L-SAR/run_log/ISCE_LOG2024-02-23-13-34-46.log deleted file mode 100644 index a596016..0000000 --- a/vegetationHeight-L-SAR/run_log/ISCE_LOG2024-02-23-13-34-46.log +++ /dev/null @@ -1,11 +0,0 @@ -[02/23/2024 13:34:46] [18992] [INFO]- sysdir: D:\estar-proj\microproduct-l-sar\vegetationHeight-L-SAR ---from: VegetationHeightMain.check_source (VegetationHeightMain.py:Line95) -[02/23/2024 13:34:46] [18992] [INFO]- init algXML succeed ---from: AlgXmlHandle.check_alg_xml (AlgXmlHandle.py:Line321) -[02/23/2024 13:34:46] [18992] [INFO]- create new workspace success! ---from: VegetationHeightMain.__create_work_space (VegetationHeightMain.py:Line273) -[02/23/2024 13:36:08] [18992] [INFO]- check_source success! ---from: VegetationHeightMain.check_source (VegetationHeightMain.py:Line115) -[02/23/2024 13:36:08] [18992] [INFO]- progress bar :10% ---from: VegetationHeightMain.check_source (VegetationHeightMain.py:Line116) -[02/23/2024 13:36:08] [18992] [INFO]- demhgt2wgs_cmd:DEM2ISCE.exe -s /cygdrive/D/micro/LWork/VegetationHeight/Temporary/origin/DEM -o /cygdrive/D/micro\LWork\VegetationHeight\Temporary\isce\preprocessed\dem ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line794) -[02/23/2024 13:36:54] [18992] [INFO]- cmd_result:0 ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line796) -[02/23/2024 13:36:54] [18992] [INFO]- demhgt2wgs finish! ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line803) -[02/23/2024 13:36:54] [18992] [INFO]- progress bar: 5% ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line804) -[02/23/2024 13:36:54] [18992] [INFO]- prepSlcLT1AB_cmd:prepSlcLT1AB.exe -i /cygdrive/D/micro/LWork/VegetationHeight/Temporary/origin/SARS/ -o /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/ ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line816) -[02/23/2024 13:37:20] [18992] [INFO]- cmd_result:0 ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line818) diff --git a/vegetationHeight-L-SAR/run_log/ISCE_LOG2024-03-01-13-43-59.log b/vegetationHeight-L-SAR/run_log/ISCE_LOG2024-03-01-13-43-59.log deleted file mode 100644 index d270700..0000000 --- a/vegetationHeight-L-SAR/run_log/ISCE_LOG2024-03-01-13-43-59.log +++ /dev/null @@ -1,37 +0,0 @@ -[03/01/2024 13:43:59] [23540] [INFO]- sysdir: D:\estar-proj\microproduct-l-sar\vegetationHeight-L-SAR ---from: VegetationHeightMain.check_source (VegetationHeightMain.py:Line95) -[03/01/2024 13:43:59] [23540] [INFO]- init algXML succeed ---from: AlgXmlHandle.check_alg_xml (AlgXmlHandle.py:Line321) -[03/01/2024 13:43:59] [23540] [INFO]- create new workspace success! ---from: VegetationHeightMain.__create_work_space (VegetationHeightMain.py:Line273) -[03/01/2024 13:44:33] [23540] [INFO]- check_source success! ---from: VegetationHeightMain.check_source (VegetationHeightMain.py:Line115) -[03/01/2024 13:44:33] [23540] [INFO]- progress bar :10% ---from: VegetationHeightMain.check_source (VegetationHeightMain.py:Line116) -[03/01/2024 13:44:33] [23540] [INFO]- demhgt2wgs_cmd:DEM2ISCE.exe -s /cygdrive/F/MicroWorkspace/LT1A/HaiNan/DEM -o /cygdrive/D/micro\LWork\VegetationHeight\Temporary\isce\preprocessed\dem ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line794) -[03/01/2024 13:45:24] [23540] [INFO]- cmd_result:0 ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line796) -[03/01/2024 13:45:24] [23540] [INFO]- demhgt2wgs finish! ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line803) -[03/01/2024 13:45:24] [23540] [INFO]- progress bar: 5% ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line804) -[03/01/2024 13:45:24] [23540] [INFO]- prepSlcLT1AB_cmd:prepSlcLT1AB.exe -i /cygdrive/D/micro/LWork/VegetationHeight/Temporary/origin/SARS/ -o /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/ ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line816) -[03/01/2024 13:45:50] [23540] [INFO]- cmd_result:0 ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line818) -[03/01/2024 13:45:58] [23540] [INFO]- unpackFrame_LT1AB_cmd:prepSlcLT1AB.exe -i /cygdrive/D/micro/LWork/VegetationHeight/Temporary/origin/SARS/ -o /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/ ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line822) -[03/01/2024 13:45:58] [23540] [INFO]- cmd_result:0 ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line823) -[03/01/2024 13:45:58] [23540] [INFO]- slc to isce_data finish! ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line824) -[03/01/2024 13:45:58] [23540] [INFO]- progress bar: 10% ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line825) -[03/01/2024 13:45:58] [23540] [INFO]- stackStripMap_cmd:stackStripMap.exe -s /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/ -w /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/processing/isce_workspace -d /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/preprocessed/dem/demLat_N15_N27_Lon_E109_E115.dem.wgs84 -m 20230328 -a 3 -r 3 -x '18.8 19.2 109.2 109.4' -u 'snaphu' --nofocus ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line834) -[03/01/2024 13:45:58] [23540] [INFO]- cmd_result:0 ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line836) -[03/01/2024 13:45:58] [23540] [INFO]- mas slc stackStripMap finish! ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line840) -[03/01/2024 13:45:58] [23540] [INFO]- autorun_cmd:['-e', 'D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/ISCEApp', '-o', 'D:\\micro\\LWork\\VegetationHeight\\Temporary\\isce\\processing\\isce_workspace'] ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line860) -[03/01/2024 13:45:58] [23540] [INFO]- D:\micro\LWork\VegetationHeight\Temporary\isce\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242) -[03/01/2024 13:45:58] [23540] [INFO]- D:\micro\LWork\VegetationHeight\Temporary\isce\processing\isce_workspace\log.txt=command text:run_01_crop========= ---from: autorun.auto_run_main (autorun.py:Line253) -[03/01/2024 13:45:58] [23540] [INFO]- ==========running step:01========== ---from: autorun.auto_run_main (autorun.py:Line262) -[03/01/2024 13:45:58] [23540] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/processing/isce_workspace/configs/config_crop_20230328 ---from: autorun.excteCMD (autorun.py:Line18) -[03/01/2024 13:46:11] [23540] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/processing/isce_workspace/configs/config_crop_20230328 ========== - -**************************************** ---from: autorun.excteCMD (autorun.py:Line24) -[03/01/2024 13:46:11] [23540] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/processing/isce_workspace/configs/config_crop_20230405 ---from: autorun.excteCMD (autorun.py:Line18) -[03/01/2024 13:46:22] [23540] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/processing/isce_workspace/configs/config_crop_20230405 ========== - -**************************************** ---from: autorun.excteCMD (autorun.py:Line24) -[03/01/2024 13:46:22] [23540] [INFO]- -====================================exceted========================= - ---from: autorun.auto_run_main (autorun.py:Line277) -[03/01/2024 13:46:22] [23540] [INFO]- D:\micro\LWork\VegetationHeight\Temporary\isce\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242) -[03/01/2024 13:46:22] [23540] [INFO]- D:\micro\LWork\VegetationHeight\Temporary\isce\processing\isce_workspace\log.txt=command text:run_02_reference========= ---from: autorun.auto_run_main (autorun.py:Line253) -[03/01/2024 13:46:22] [23540] [INFO]- ==========running step:02========== ---from: autorun.auto_run_main (autorun.py:Line262) -[03/01/2024 13:46:22] [23540] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/processing/isce_workspace/configs/config_reference_20230328 ---from: autorun.excteCMD (autorun.py:Line18) diff --git a/vegetationHeight-L-SAR/run_log/ISCE_LOG2024-03-01-15-25-20.log b/vegetationHeight-L-SAR/run_log/ISCE_LOG2024-03-01-15-25-20.log deleted file mode 100644 index 5112cb8..0000000 --- a/vegetationHeight-L-SAR/run_log/ISCE_LOG2024-03-01-15-25-20.log +++ /dev/null @@ -1,46 +0,0 @@ -[03/01/2024 15:25:20] [5504] [INFO]- sysdir: D:\estar-proj\microproduct-l-sar\vegetationHeight-L-SAR ---from: VegetationHeightMain.check_source (VegetationHeightMain.py:Line95) -[03/01/2024 15:25:20] [5504] [INFO]- init algXML succeed ---from: AlgXmlHandle.check_alg_xml (AlgXmlHandle.py:Line321) -[03/01/2024 15:25:20] [5504] [INFO]- create new workspace success! ---from: VegetationHeightMain.__create_work_space (VegetationHeightMain.py:Line273) -[03/01/2024 15:25:53] [5504] [INFO]- check_source success! ---from: VegetationHeightMain.check_source (VegetationHeightMain.py:Line115) -[03/01/2024 15:25:53] [5504] [INFO]- progress bar :10% ---from: VegetationHeightMain.check_source (VegetationHeightMain.py:Line116) -[03/01/2024 15:25:53] [5504] [INFO]- demhgt2wgs_cmd:DEM2ISCE.exe -s /cygdrive/F/MicroWorkspace/LT1A/HaiNan/DEM -o /cygdrive/D/micro\LWork\VegetationHeight\Temporary\isce\preprocessed\dem ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line794) -[03/01/2024 15:26:46] [5504] [INFO]- cmd_result:0 ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line796) -[03/01/2024 15:26:46] [5504] [INFO]- demhgt2wgs finish! ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line803) -[03/01/2024 15:26:46] [5504] [INFO]- progress bar: 5% ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line804) -[03/01/2024 15:26:46] [5504] [INFO]- prepSlcLT1AB_cmd:prepSlcLT1AB.exe -i /cygdrive/D/micro/LWork/VegetationHeight/Temporary/origin/SARS/ -o /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/ ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line816) -[03/01/2024 15:27:12] [5504] [INFO]- cmd_result:0 ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line818) -[03/01/2024 15:27:19] [5504] [INFO]- unpackFrame_LT1AB_cmd:prepSlcLT1AB.exe -i /cygdrive/D/micro/LWork/VegetationHeight/Temporary/origin/SARS/ -o /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/ ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line822) -[03/01/2024 15:27:19] [5504] [INFO]- cmd_result:0 ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line823) -[03/01/2024 15:27:19] [5504] [INFO]- slc to isce_data finish! ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line824) -[03/01/2024 15:27:19] [5504] [INFO]- progress bar: 10% ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line825) -[03/01/2024 15:27:19] [5504] [INFO]- stackStripMap_cmd:stackStripMap.exe -s /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/ -w /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/processing/isce_workspace -d /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/preprocessed/dem/demLat_N15_N27_Lon_E109_E115.dem.wgs84 -m 20230328 -a 3 -r 3 -x '18.9 19.2 109.25 109.4' -u 'snaphu' --nofocus ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line834) -[03/01/2024 15:27:20] [5504] [INFO]- cmd_result:0 ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line836) -[03/01/2024 15:27:20] [5504] [INFO]- mas slc stackStripMap finish! ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line840) -[03/01/2024 15:27:20] [5504] [INFO]- autorun_cmd:['-e', 'D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/ISCEApp', '-o', 'D:\\micro\\LWork\\VegetationHeight\\Temporary\\isce\\processing\\isce_workspace'] ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line860) -[03/01/2024 15:27:20] [5504] [INFO]- D:\micro\LWork\VegetationHeight\Temporary\isce\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242) -[03/01/2024 15:27:20] [5504] [INFO]- D:\micro\LWork\VegetationHeight\Temporary\isce\processing\isce_workspace\log.txt=command text:run_01_crop========= ---from: autorun.auto_run_main (autorun.py:Line253) -[03/01/2024 15:27:20] [5504] [INFO]- ==========running step:01========== ---from: autorun.auto_run_main (autorun.py:Line262) -[03/01/2024 15:27:20] [5504] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/processing/isce_workspace/configs/config_crop_20230328 ---from: autorun.excteCMD (autorun.py:Line18) -[03/01/2024 15:27:28] [5504] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/processing/isce_workspace/configs/config_crop_20230328 ========== - -**************************************** ---from: autorun.excteCMD (autorun.py:Line24) -[03/01/2024 15:27:28] [5504] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/processing/isce_workspace/configs/config_crop_20230405 ---from: autorun.excteCMD (autorun.py:Line18) -[03/01/2024 15:27:36] [5504] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/processing/isce_workspace/configs/config_crop_20230405 ========== - -**************************************** ---from: autorun.excteCMD (autorun.py:Line24) -[03/01/2024 15:27:36] [5504] [INFO]- -====================================exceted========================= - ---from: autorun.auto_run_main (autorun.py:Line277) -[03/01/2024 15:27:36] [5504] [INFO]- D:\micro\LWork\VegetationHeight\Temporary\isce\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242) -[03/01/2024 15:27:36] [5504] [INFO]- D:\micro\LWork\VegetationHeight\Temporary\isce\processing\isce_workspace\log.txt=command text:run_02_reference========= ---from: autorun.auto_run_main (autorun.py:Line253) -[03/01/2024 15:27:36] [5504] [INFO]- ==========running step:02========== ---from: autorun.auto_run_main (autorun.py:Line262) -[03/01/2024 15:27:36] [5504] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/processing/isce_workspace/configs/config_reference_20230328 ---from: autorun.excteCMD (autorun.py:Line18) -[03/01/2024 15:31:56] [5504] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/processing/isce_workspace/configs/config_reference_20230328 ========== - -**************************************** ---from: autorun.excteCMD (autorun.py:Line24) -[03/01/2024 15:31:56] [5504] [INFO]- -====================================exceted========================= - ---from: autorun.auto_run_main (autorun.py:Line277) -[03/01/2024 15:31:56] [5504] [INFO]- cmd_result:0 ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line862) -[03/01/2024 15:31:56] [5504] [INFO]- progress bar :30% ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line867) -[03/01/2024 15:32:11] [5504] [INFO]- progress bar :40% ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line914) diff --git a/vegetationHeight-L-SAR/run_log/ISCE_LOG2024-03-01-15-44-22.log b/vegetationHeight-L-SAR/run_log/ISCE_LOG2024-03-01-15-44-22.log deleted file mode 100644 index 03fb3db..0000000 --- a/vegetationHeight-L-SAR/run_log/ISCE_LOG2024-03-01-15-44-22.log +++ /dev/null @@ -1,37 +0,0 @@ -[03/01/2024 15:44:22] [25380] [INFO]- sysdir: D:\estar-proj\microproduct-l-sar\vegetationHeight-L-SAR ---from: VegetationHeightMain.check_source (VegetationHeightMain.py:Line95) -[03/01/2024 15:44:22] [25380] [INFO]- init algXML succeed ---from: AlgXmlHandle.check_alg_xml (AlgXmlHandle.py:Line321) -[03/01/2024 15:44:23] [25380] [INFO]- create new workspace success! ---from: VegetationHeightMain.__create_work_space (VegetationHeightMain.py:Line273) -[03/01/2024 15:44:56] [25380] [INFO]- check_source success! ---from: VegetationHeightMain.check_source (VegetationHeightMain.py:Line115) -[03/01/2024 15:44:56] [25380] [INFO]- progress bar :10% ---from: VegetationHeightMain.check_source (VegetationHeightMain.py:Line116) -[03/01/2024 15:44:56] [25380] [INFO]- demhgt2wgs_cmd:DEM2ISCE.exe -s /cygdrive/F/MicroWorkspace/LT1A/HaiNan/DEM -o /cygdrive/D/micro\LWork\VegetationHeight\Temporary\isce\preprocessed\dem ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line794) -[03/01/2024 15:45:47] [25380] [INFO]- cmd_result:0 ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line796) -[03/01/2024 15:45:47] [25380] [INFO]- demhgt2wgs finish! ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line803) -[03/01/2024 15:45:47] [25380] [INFO]- progress bar: 5% ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line804) -[03/01/2024 15:45:47] [25380] [INFO]- prepSlcLT1AB_cmd:prepSlcLT1AB.exe -i /cygdrive/D/micro/LWork/VegetationHeight/Temporary/origin/SARS/ -o /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/ ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line816) -[03/01/2024 15:46:14] [25380] [INFO]- cmd_result:0 ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line818) -[03/01/2024 15:46:22] [25380] [INFO]- unpackFrame_LT1AB_cmd:prepSlcLT1AB.exe -i /cygdrive/D/micro/LWork/VegetationHeight/Temporary/origin/SARS/ -o /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/ ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line822) -[03/01/2024 15:46:22] [25380] [INFO]- cmd_result:0 ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line823) -[03/01/2024 15:46:22] [25380] [INFO]- slc to isce_data finish! ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line824) -[03/01/2024 15:46:22] [25380] [INFO]- progress bar: 10% ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line825) -[03/01/2024 15:46:22] [25380] [INFO]- stackStripMap_cmd:stackStripMap.exe -s /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/ -w /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/processing/isce_workspace -d /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/preprocessed/dem/demLat_N15_N27_Lon_E109_E115.dem.wgs84 -m 20230328 -a 3 -r 3 -x '18.95 19.2 109.2 109.4' -u 'snaphu' --nofocus ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line834) -[03/01/2024 15:46:22] [25380] [INFO]- cmd_result:0 ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line836) -[03/01/2024 15:46:22] [25380] [INFO]- mas slc stackStripMap finish! ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line840) -[03/01/2024 15:46:22] [25380] [INFO]- autorun_cmd:['-e', 'D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/ISCEApp', '-o', 'D:\\micro\\LWork\\VegetationHeight\\Temporary\\isce\\processing\\isce_workspace'] ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line860) -[03/01/2024 15:46:22] [25380] [INFO]- D:\micro\LWork\VegetationHeight\Temporary\isce\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242) -[03/01/2024 15:46:22] [25380] [INFO]- D:\micro\LWork\VegetationHeight\Temporary\isce\processing\isce_workspace\log.txt=command text:run_01_crop========= ---from: autorun.auto_run_main (autorun.py:Line253) -[03/01/2024 15:46:22] [25380] [INFO]- ==========running step:01========== ---from: autorun.auto_run_main (autorun.py:Line262) -[03/01/2024 15:46:22] [25380] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/processing/isce_workspace/configs/config_crop_20230328 ---from: autorun.excteCMD (autorun.py:Line18) -[03/01/2024 15:46:31] [25380] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/processing/isce_workspace/configs/config_crop_20230328 ========== - -**************************************** ---from: autorun.excteCMD (autorun.py:Line24) -[03/01/2024 15:46:31] [25380] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/processing/isce_workspace/configs/config_crop_20230405 ---from: autorun.excteCMD (autorun.py:Line18) -[03/01/2024 15:46:39] [25380] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/processing/isce_workspace/configs/config_crop_20230405 ========== - -**************************************** ---from: autorun.excteCMD (autorun.py:Line24) -[03/01/2024 15:46:39] [25380] [INFO]- -====================================exceted========================= - ---from: autorun.auto_run_main (autorun.py:Line277) -[03/01/2024 15:46:39] [25380] [INFO]- D:\micro\LWork\VegetationHeight\Temporary\isce\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242) -[03/01/2024 15:46:39] [25380] [INFO]- D:\micro\LWork\VegetationHeight\Temporary\isce\processing\isce_workspace\log.txt=command text:run_02_reference========= ---from: autorun.auto_run_main (autorun.py:Line253) -[03/01/2024 15:46:39] [25380] [INFO]- ==========running step:02========== ---from: autorun.auto_run_main (autorun.py:Line262) -[03/01/2024 15:46:39] [25380] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/processing/isce_workspace/configs/config_reference_20230328 ---from: autorun.excteCMD (autorun.py:Line18) diff --git a/vegetationHeight-L-SAR/run_log/ISCE_LOG2024-03-01-15-48-01.log b/vegetationHeight-L-SAR/run_log/ISCE_LOG2024-03-01-15-48-01.log deleted file mode 100644 index b0a740f..0000000 --- a/vegetationHeight-L-SAR/run_log/ISCE_LOG2024-03-01-15-48-01.log +++ /dev/null @@ -1,37 +0,0 @@ -[03/01/2024 15:48:01] [22788] [INFO]- sysdir: D:\estar-proj\microproduct-l-sar\vegetationHeight-L-SAR ---from: VegetationHeightMain.check_source (VegetationHeightMain.py:Line95) -[03/01/2024 15:48:01] [22788] [INFO]- init algXML succeed ---from: AlgXmlHandle.check_alg_xml (AlgXmlHandle.py:Line321) -[03/01/2024 15:48:03] [22788] [INFO]- create new workspace success! ---from: VegetationHeightMain.__create_work_space (VegetationHeightMain.py:Line273) -[03/01/2024 15:48:34] [22788] [INFO]- check_source success! ---from: VegetationHeightMain.check_source (VegetationHeightMain.py:Line115) -[03/01/2024 15:48:34] [22788] [INFO]- progress bar :10% ---from: VegetationHeightMain.check_source (VegetationHeightMain.py:Line116) -[03/01/2024 15:48:34] [22788] [INFO]- demhgt2wgs_cmd:DEM2ISCE.exe -s /cygdrive/F/MicroWorkspace/LT1A/HaiNan/DEM -o /cygdrive/D/micro\LWork\VegetationHeight\Temporary\isce\preprocessed\dem ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line794) -[03/01/2024 15:49:25] [22788] [INFO]- cmd_result:0 ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line796) -[03/01/2024 15:49:25] [22788] [INFO]- demhgt2wgs finish! ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line803) -[03/01/2024 15:49:25] [22788] [INFO]- progress bar: 5% ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line804) -[03/01/2024 15:49:25] [22788] [INFO]- prepSlcLT1AB_cmd:prepSlcLT1AB.exe -i /cygdrive/D/micro/LWork/VegetationHeight/Temporary/origin/SARS/ -o /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/ ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line816) -[03/01/2024 15:49:53] [22788] [INFO]- cmd_result:0 ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line818) -[03/01/2024 15:50:01] [22788] [INFO]- unpackFrame_LT1AB_cmd:prepSlcLT1AB.exe -i /cygdrive/D/micro/LWork/VegetationHeight/Temporary/origin/SARS/ -o /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/ ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line822) -[03/01/2024 15:50:01] [22788] [INFO]- cmd_result:0 ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line823) -[03/01/2024 15:50:01] [22788] [INFO]- slc to isce_data finish! ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line824) -[03/01/2024 15:50:01] [22788] [INFO]- progress bar: 10% ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line825) -[03/01/2024 15:50:01] [22788] [INFO]- stackStripMap_cmd:stackStripMap.exe -s /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/ -w /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/processing/isce_workspace -d /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/preprocessed/dem/demLat_N15_N27_Lon_E109_E115.dem.wgs84 -m 20230328 -a 3 -r 3 -x '18.90 19.1 109.2 109.4' -u 'snaphu' --nofocus ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line834) -[03/01/2024 15:50:01] [22788] [INFO]- cmd_result:0 ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line836) -[03/01/2024 15:50:01] [22788] [INFO]- mas slc stackStripMap finish! ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line840) -[03/01/2024 15:50:01] [22788] [INFO]- autorun_cmd:['-e', 'D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/ISCEApp', '-o', 'D:\\micro\\LWork\\VegetationHeight\\Temporary\\isce\\processing\\isce_workspace'] ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line860) -[03/01/2024 15:50:01] [22788] [INFO]- D:\micro\LWork\VegetationHeight\Temporary\isce\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242) -[03/01/2024 15:50:01] [22788] [INFO]- D:\micro\LWork\VegetationHeight\Temporary\isce\processing\isce_workspace\log.txt=command text:run_01_crop========= ---from: autorun.auto_run_main (autorun.py:Line253) -[03/01/2024 15:50:01] [22788] [INFO]- ==========running step:01========== ---from: autorun.auto_run_main (autorun.py:Line262) -[03/01/2024 15:50:01] [22788] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/processing/isce_workspace/configs/config_crop_20230328 ---from: autorun.excteCMD (autorun.py:Line18) -[03/01/2024 15:50:08] [22788] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/processing/isce_workspace/configs/config_crop_20230328 ========== - -**************************************** ---from: autorun.excteCMD (autorun.py:Line24) -[03/01/2024 15:50:08] [22788] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/processing/isce_workspace/configs/config_crop_20230405 ---from: autorun.excteCMD (autorun.py:Line18) -[03/01/2024 15:50:15] [22788] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/processing/isce_workspace/configs/config_crop_20230405 ========== - -**************************************** ---from: autorun.excteCMD (autorun.py:Line24) -[03/01/2024 15:50:15] [22788] [INFO]- -====================================exceted========================= - ---from: autorun.auto_run_main (autorun.py:Line277) -[03/01/2024 15:50:15] [22788] [INFO]- D:\micro\LWork\VegetationHeight\Temporary\isce\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242) -[03/01/2024 15:50:15] [22788] [INFO]- D:\micro\LWork\VegetationHeight\Temporary\isce\processing\isce_workspace\log.txt=command text:run_02_reference========= ---from: autorun.auto_run_main (autorun.py:Line253) -[03/01/2024 15:50:15] [22788] [INFO]- ==========running step:02========== ---from: autorun.auto_run_main (autorun.py:Line262) -[03/01/2024 15:50:15] [22788] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/processing/isce_workspace/configs/config_reference_20230328 ---from: autorun.excteCMD (autorun.py:Line18) diff --git a/vegetationHeight-L-SAR/run_log/ISCE_LOG2024-03-01-17-14-13.log b/vegetationHeight-L-SAR/run_log/ISCE_LOG2024-03-01-17-14-13.log deleted file mode 100644 index 7874d12..0000000 --- a/vegetationHeight-L-SAR/run_log/ISCE_LOG2024-03-01-17-14-13.log +++ /dev/null @@ -1,61 +0,0 @@ -[03/01/2024 17:14:13] [10656] [INFO]- sysdir: D:\estar-proj\microproduct-l-sar\vegetationHeight-L-SAR ---from: VegetationHeightMain.check_source (VegetationHeightMain.py:Line95) -[03/01/2024 17:14:13] [10656] [INFO]- init algXML succeed ---from: AlgXmlHandle.check_alg_xml (AlgXmlHandle.py:Line321) -[03/01/2024 17:14:16] [10656] [INFO]- create new workspace success! ---from: VegetationHeightMain.__create_work_space (VegetationHeightMain.py:Line273) -[03/01/2024 17:14:46] [10656] [INFO]- check_source success! ---from: VegetationHeightMain.check_source (VegetationHeightMain.py:Line115) -[03/01/2024 17:14:46] [10656] [INFO]- progress bar :10% ---from: VegetationHeightMain.check_source (VegetationHeightMain.py:Line116) -[03/01/2024 17:14:46] [10656] [INFO]- demhgt2wgs_cmd:DEM2ISCE.exe -s /cygdrive/F/MicroWorkspace/LT1A/HaiNan/DEM -o /cygdrive/D/micro\LWork\VegetationHeight\Temporary\isce\preprocessed\dem ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line794) -[03/01/2024 17:15:38] [10656] [INFO]- cmd_result:0 ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line796) -[03/01/2024 17:15:38] [10656] [INFO]- demhgt2wgs finish! ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line803) -[03/01/2024 17:15:38] [10656] [INFO]- progress bar: 5% ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line804) -[03/01/2024 17:15:38] [10656] [INFO]- prepSlcLT1AB_cmd:prepSlcLT1AB.exe -i /cygdrive/D/micro/LWork/VegetationHeight/Temporary/origin/SARS/ -o /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/ ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line816) -[03/01/2024 17:16:04] [10656] [INFO]- cmd_result:0 ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line818) -[03/01/2024 17:16:11] [10656] [INFO]- unpackFrame_LT1AB_cmd:prepSlcLT1AB.exe -i /cygdrive/D/micro/LWork/VegetationHeight/Temporary/origin/SARS/ -o /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/ ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line822) -[03/01/2024 17:16:11] [10656] [INFO]- cmd_result:0 ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line823) -[03/01/2024 17:16:11] [10656] [INFO]- slc to isce_data finish! ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line824) -[03/01/2024 17:16:11] [10656] [INFO]- progress bar: 10% ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line825) -[03/01/2024 17:16:11] [10656] [INFO]- stackStripMap_cmd:stackStripMap.exe -s /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/ -w /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/processing/isce_workspace -d /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/preprocessed/dem/demLat_N15_N27_Lon_E109_E115.dem.wgs84 -m 20230328 -a 3 -r 3 -x '18.90 19.1 109.2 109.4' -u 'snaphu' --nofocus ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line834) -[03/01/2024 17:16:11] [10656] [INFO]- cmd_result:0 ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line836) -[03/01/2024 17:16:11] [10656] [INFO]- mas slc stackStripMap finish! ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line840) -[03/01/2024 17:16:11] [10656] [INFO]- autorun_cmd:['-e', 'D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/ISCEApp', '-o', 'D:\\micro\\LWork\\VegetationHeight\\Temporary\\isce\\processing\\isce_workspace'] ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line860) -[03/01/2024 17:16:11] [10656] [INFO]- D:\micro\LWork\VegetationHeight\Temporary\isce\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242) -[03/01/2024 17:16:11] [10656] [INFO]- D:\micro\LWork\VegetationHeight\Temporary\isce\processing\isce_workspace\log.txt=command text:run_01_crop========= ---from: autorun.auto_run_main (autorun.py:Line253) -[03/01/2024 17:16:11] [10656] [INFO]- ==========running step:01========== ---from: autorun.auto_run_main (autorun.py:Line262) -[03/01/2024 17:16:11] [10656] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/processing/isce_workspace/configs/config_crop_20230328 ---from: autorun.excteCMD (autorun.py:Line18) -[03/01/2024 17:16:18] [10656] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/processing/isce_workspace/configs/config_crop_20230328 ========== - -**************************************** ---from: autorun.excteCMD (autorun.py:Line24) -[03/01/2024 17:16:18] [10656] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/processing/isce_workspace/configs/config_crop_20230405 ---from: autorun.excteCMD (autorun.py:Line18) -[03/01/2024 17:16:25] [10656] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/processing/isce_workspace/configs/config_crop_20230405 ========== - -**************************************** ---from: autorun.excteCMD (autorun.py:Line24) -[03/01/2024 17:16:25] [10656] [INFO]- -====================================exceted========================= - ---from: autorun.auto_run_main (autorun.py:Line277) -[03/01/2024 17:16:25] [10656] [INFO]- D:\micro\LWork\VegetationHeight\Temporary\isce\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242) -[03/01/2024 17:16:25] [10656] [INFO]- D:\micro\LWork\VegetationHeight\Temporary\isce\processing\isce_workspace\log.txt=command text:run_02_reference========= ---from: autorun.auto_run_main (autorun.py:Line253) -[03/01/2024 17:16:25] [10656] [INFO]- ==========running step:02========== ---from: autorun.auto_run_main (autorun.py:Line262) -[03/01/2024 17:16:25] [10656] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/processing/isce_workspace/configs/config_reference_20230328 ---from: autorun.excteCMD (autorun.py:Line18) -[03/01/2024 17:19:41] [10656] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/processing/isce_workspace/configs/config_reference_20230328 ========== - -**************************************** ---from: autorun.excteCMD (autorun.py:Line24) -[03/01/2024 17:19:41] [10656] [INFO]- -====================================exceted========================= - ---from: autorun.auto_run_main (autorun.py:Line277) -[03/01/2024 17:19:41] [10656] [INFO]- cmd_result:0 ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line862) -[03/01/2024 17:19:41] [10656] [INFO]- progress bar :30% ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line867) -[03/01/2024 17:19:55] [10656] [INFO]- progress bar :40% ---from: VegetationHeightMain.get_interv_img (VegetationHeightMain.py:Line914) -[03/02/2024 09:18:56] [10656] [INFO]- calc kz finish ---from: VegetationHeightMain.calc_kz (VegetationHeightMain.py:Line641) -[03/02/2024 09:30:44] [10656] [INFO]- 1 : D:\estar-proj\microproduct-l-sar\vegetationHeight-L-SAR\lee_refined_filter_dual.exe -idm D:\micro\LWork\VegetationHeight\Temporary\preprocessed\master_s2\ -ids D:\micro\LWork\VegetationHeight\Temporary\preprocessed\slave_s2\ -od D:\micro\LWork\VegetationHeight\Temporary\preprocessed\master_s2_slave_s2_LEE\T6\ -iodf S2T6 -nw 7 -nlk 1 -ofr 0 -ofc 0 -fnr 6904 -fnc 9453 ---from: VegetationHeightMain.preprocess_handle (VegetationHeightMain.py:Line519) -[03/02/2024 09:31:24] [10656] [INFO]- 1 : D:\estar-proj\microproduct-l-sar\vegetationHeight-L-SAR\complex_coherence_estimation.exe -id D:\micro\LWork\VegetationHeight\Temporary\preprocessed\master_s2_slave_s2_LEE\T6\ -od D:\micro\LWork\VegetationHeight\Temporary\preprocessed\master_s2_slave_s2_LEE\T6\ -iodf T6 -type HH -nwr 7 -nwc 7 -ofr 0 -ofc 0 -fnr 6904 -fnc 9453 ---from: VegetationHeightMain.preprocess_handle (VegetationHeightMain.py:Line538) -[03/02/2024 09:32:04] [10656] [INFO]- 1 : D:\estar-proj\microproduct-l-sar\vegetationHeight-L-SAR\complex_coherence_estimation.exe -id D:\micro\LWork\VegetationHeight\Temporary\preprocessed\master_s2_slave_s2_LEE\T6\ -od D:\micro\LWork\VegetationHeight\Temporary\preprocessed\master_s2_slave_s2_LEE\T6\ -iodf T6 -type HV -nwr 7 -nwc 7 -ofr 0 -ofc 0 -fnr 6904 -fnc 9453 ---from: VegetationHeightMain.preprocess_handle (VegetationHeightMain.py:Line538) -[03/02/2024 09:32:43] [10656] [INFO]- 1 : D:\estar-proj\microproduct-l-sar\vegetationHeight-L-SAR\complex_coherence_estimation.exe -id D:\micro\LWork\VegetationHeight\Temporary\preprocessed\master_s2_slave_s2_LEE\T6\ -od D:\micro\LWork\VegetationHeight\Temporary\preprocessed\master_s2_slave_s2_LEE\T6\ -iodf T6 -type VV -nwr 7 -nwc 7 -ofr 0 -ofc 0 -fnr 6904 -fnc 9453 ---from: VegetationHeightMain.preprocess_handle (VegetationHeightMain.py:Line538) -[03/02/2024 09:33:22] [10656] [INFO]- 1 : D:\estar-proj\microproduct-l-sar\vegetationHeight-L-SAR\complex_coherence_estimation.exe -id D:\micro\LWork\VegetationHeight\Temporary\preprocessed\master_s2_slave_s2_LEE\T6\ -od D:\micro\LWork\VegetationHeight\Temporary\preprocessed\master_s2_slave_s2_LEE\T6\ -iodf T6 -type LL -nwr 7 -nwc 7 -ofr 0 -ofc 0 -fnr 6904 -fnc 9453 ---from: VegetationHeightMain.preprocess_handle (VegetationHeightMain.py:Line538) -[03/02/2024 09:34:04] [10656] [INFO]- 1 : D:\estar-proj\microproduct-l-sar\vegetationHeight-L-SAR\complex_coherence_estimation.exe -id D:\micro\LWork\VegetationHeight\Temporary\preprocessed\master_s2_slave_s2_LEE\T6\ -od D:\micro\LWork\VegetationHeight\Temporary\preprocessed\master_s2_slave_s2_LEE\T6\ -iodf T6 -type LR -nwr 7 -nwc 7 -ofr 0 -ofc 0 -fnr 6904 -fnc 9453 ---from: VegetationHeightMain.preprocess_handle (VegetationHeightMain.py:Line538) -[03/02/2024 09:34:43] [10656] [INFO]- 1 : D:\estar-proj\microproduct-l-sar\vegetationHeight-L-SAR\complex_coherence_estimation.exe -id D:\micro\LWork\VegetationHeight\Temporary\preprocessed\master_s2_slave_s2_LEE\T6\ -od D:\micro\LWork\VegetationHeight\Temporary\preprocessed\master_s2_slave_s2_LEE\T6\ -iodf T6 -type RR -nwr 7 -nwc 7 -ofr 0 -ofc 0 -fnr 6904 -fnc 9453 ---from: VegetationHeightMain.preprocess_handle (VegetationHeightMain.py:Line538) -[03/02/2024 09:35:23] [10656] [INFO]- 1 : D:\estar-proj\microproduct-l-sar\vegetationHeight-L-SAR\complex_coherence_estimation.exe -id D:\micro\LWork\VegetationHeight\Temporary\preprocessed\master_s2_slave_s2_LEE\T6\ -od D:\micro\LWork\VegetationHeight\Temporary\preprocessed\master_s2_slave_s2_LEE\T6\ -iodf T6 -type HHpVV -nwr 7 -nwc 7 -ofr 0 -ofc 0 -fnr 6904 -fnc 9453 ---from: VegetationHeightMain.preprocess_handle (VegetationHeightMain.py:Line538) -[03/02/2024 09:36:02] [10656] [INFO]- 1 : D:\estar-proj\microproduct-l-sar\vegetationHeight-L-SAR\complex_coherence_estimation.exe -id D:\micro\LWork\VegetationHeight\Temporary\preprocessed\master_s2_slave_s2_LEE\T6\ -od D:\micro\LWork\VegetationHeight\Temporary\preprocessed\master_s2_slave_s2_LEE\T6\ -iodf T6 -type HHmVV -nwr 7 -nwc 7 -ofr 0 -ofc 0 -fnr 6904 -fnc 9453 ---from: VegetationHeightMain.preprocess_handle (VegetationHeightMain.py:Line538) -[03/02/2024 09:36:42] [10656] [INFO]- 1 : D:\estar-proj\microproduct-l-sar\vegetationHeight-L-SAR\complex_coherence_estimation.exe -id D:\micro\LWork\VegetationHeight\Temporary\preprocessed\master_s2_slave_s2_LEE\T6\ -od D:\micro\LWork\VegetationHeight\Temporary\preprocessed\master_s2_slave_s2_LEE\T6\ -iodf T6 -type HVpVH -nwr 7 -nwc 7 -ofr 0 -ofc 0 -fnr 6904 -fnc 9453 ---from: VegetationHeightMain.preprocess_handle (VegetationHeightMain.py:Line538) -[03/02/2024 09:37:21] [10656] [INFO]- 1 : D:\estar-proj\microproduct-l-sar\vegetationHeight-L-SAR\complex_coherence_estimation.exe -id D:\micro\LWork\VegetationHeight\Temporary\preprocessed\master_s2_slave_s2_LEE\T6\ -od D:\micro\LWork\VegetationHeight\Temporary\preprocessed\master_s2_slave_s2_LEE\T6\ -iodf T6 -type HHVV -nwr 7 -nwc 7 -ofr 0 -ofc 0 -fnr 6904 -fnc 9453 ---from: VegetationHeightMain.preprocess_handle (VegetationHeightMain.py:Line538) -[03/02/2024 09:39:03] [10656] [INFO]- 1 : D:\estar-proj\microproduct-l-sar\vegetationHeight-L-SAR\complex_coherence_opt_estimation.exe -id D:\micro\LWork\VegetationHeight\Temporary\preprocessed\master_s2_slave_s2_LEE\T6\ -od D:\micro\LWork\VegetationHeight\Temporary\preprocessed\master_s2_slave_s2_LEE\T6\ -iodf T6 -nwr 7 -nwc 7 -ofr 0 -ofc 0 -fnr 6904 -fnc 9453 ---from: VegetationHeightMain.preprocess_handle (VegetationHeightMain.py:Line542) -[03/02/2024 09:44:14] [10656] [INFO]- 1 : D:\estar-proj\microproduct-l-sar\vegetationHeight-L-SAR\height_estimation_inversion_procedure_RVOG.exe -id D:\micro\LWork\VegetationHeight\Temporary\preprocessed\master_s2_slave_s2_LEE\T6\ -od D:\micro\LWork\VegetationHeight\Temporary\preprocessed\master_s2_slave_s2_LEE\T6\ -ifgh D:\micro\LWork\VegetationHeight\Temporary\preprocessed\master_s2_slave_s2_LEE\T6\cmplx_coh_HV.bin -ifgl D:\micro\LWork\VegetationHeight\Temporary\preprocessed\master_s2_slave_s2_LEE\T6\cmplx_coh_HHpVV.bin -kz D:\micro\LWork\VegetationHeight\Temporary\preprocessed\kz\kz.bin -nwr 11 -nwc 11 -coef 0.5 -nc 9453 -ofr 0 -ofc 0 -fnr 6904 -fnc 9453 ---from: VegetationHeightMain.preprocess_handle (VegetationHeightMain.py:Line567) -[03/02/2024 09:45:11] [10656] [INFO]- successful production of VegetationHeight Product.mate.xml ---from: VegetationHeightMain. (VegetationHeightMain.py:Line945) diff --git a/vegetationHeight-L-SAR/run_log/VegetationHeight2024-02-23-13-33-58.log b/vegetationHeight-L-SAR/run_log/VegetationHeight2024-02-23-13-33-58.log deleted file mode 100644 index e69de29..0000000 diff --git a/vegetationHeight-L-SAR/run_log/VegetationHeight2024-02-23-13-34-46.log b/vegetationHeight-L-SAR/run_log/VegetationHeight2024-02-23-13-34-46.log deleted file mode 100644 index e69de29..0000000 diff --git a/vegetationHeight-L-SAR/run_log/VegetationHeight2024-03-01-13-43-59.log b/vegetationHeight-L-SAR/run_log/VegetationHeight2024-03-01-13-43-59.log deleted file mode 100644 index e69de29..0000000 diff --git a/vegetationHeight-L-SAR/run_log/VegetationHeight2024-03-01-15-25-20.log b/vegetationHeight-L-SAR/run_log/VegetationHeight2024-03-01-15-25-20.log deleted file mode 100644 index e69de29..0000000 diff --git a/vegetationHeight-L-SAR/run_log/VegetationHeight2024-03-01-15-44-22.log b/vegetationHeight-L-SAR/run_log/VegetationHeight2024-03-01-15-44-22.log deleted file mode 100644 index e69de29..0000000 diff --git a/vegetationHeight-L-SAR/run_log/VegetationHeight2024-03-01-15-48-01.log b/vegetationHeight-L-SAR/run_log/VegetationHeight2024-03-01-15-48-01.log deleted file mode 100644 index e69de29..0000000 diff --git a/vegetationHeight-L-SAR/run_log/VegetationHeight2024-03-01-17-14-13.log b/vegetationHeight-L-SAR/run_log/VegetationHeight2024-03-01-17-14-13.log deleted file mode 100644 index e69de29..0000000 diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-28-11-21-02.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-28-11-21-02.log deleted file mode 100644 index 542ca1b..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-28-11-21-02.log +++ /dev/null @@ -1,13 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\vegetationPhenology-L-SAR -INFO:mylog:init algXML succeed -ERROR:mylog:run-time error! -Traceback (most recent call last): - File "D:/estar-proj/microproduct-l-sar/vegetationPhenology-L-SAR/VegetationPhenologyMain.py", line 613, in - if main_handler.check_source() is False: - File "D:/estar-proj/microproduct-l-sar/vegetationPhenology-L-SAR/VegetationPhenologyMain.py", line 89, in check_source - checkFlag, self.__parameters_dic = self.__check_handler.check_input_paras(self.__input_paras) - File "D:\estar-proj\microproduct-l-sar\tool\algorithm\xml\AlgXmlHandle.py", line 416, in check_input_paras - if self.__check_tif(para_path) is False: - File "D:\estar-proj\microproduct-l-sar\tool\algorithm\xml\AlgXmlHandle.py", line 515, in __check_tif - raise Exception(msg) -Exception: read tif error!,finame: F:\MicroWorkspace\LT1B\LT230919\LSAR_vegetationPhenology_LandCover.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-23-12.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-23-12.log deleted file mode 100644 index 37d7dae..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-23-12.log +++ /dev/null @@ -1,85 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\vegetationPhenology-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope2:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_sim_ori success! -INFO:mylog:cut Covering success! -INFO:mylog:preprocess_handle success! -INFO:mylog:progress bar: 10% -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:read phenology Measure.csv success! -INFO:mylog:ahv transform to polsarpro T3 matrix success! -INFO:mylog:progress bar: 20% -INFO:mylog:run h_a_alpha_decomposition_T3! -INFO:mylog:run h_a_alpha_eigenvalue_set_T3! -INFO:mylog:run h_a_alpha_eigenvector_set_T3! -INFO:mylog:[, , ] -INFO:mylog:progress bar: 60% -INFO:mylog:run h_a_alpha_decomposition_T3 success! -INFO:mylog:run h_a_alpha_eigenvalue_set_T3 success! -INFO:mylog:run h_a_alpha_eigenvector_set_T3 success! -INFO:mylog:refine_lee filter success! -INFO:mylog:create_features success! -INFO:mylog:progress bar: 20% -INFO:mylog:gene_train_set success! -INFO:mylog:feature_list:['0: cal_HH_geo.tif', '1: cal_HV_geo.tif', '2: cal_VH_geo.tif', '3: cal_VV_geo.tif', '4: Freeman_Dbl_geo.tif', '5: Freeman_Odd_geo.tif', '6: Freeman_Vol_geo.tif', '7: Yamaguchi4_Dbl_geo.tif', '8: Yamaguchi4_Hlx_geo.tif', '9: Yamaguchi4_Odd_geo.tif', '10: Yamaguchi4_Vol_geo.tif'] -INFO:mylog:generate train and test set success! -INFO:mylog:progress bar: 30% -INFO:mylog:importances:[0.09366354 0.08247629 0.08278855 0.09190203 0.0128178 0.07695573 - 0.18334338 0.03336854 0.08245138 0.10931978 0.15091298],threshold=0.3 -INFO:mylog:optimal_feature:[] -ERROR:mylog:optimal_feature is empty -INFO:mylog:correlation_map: - [[0. 0.89764159 0.36366804 0.53662808 0.55155136 0.65806677 - 0.67906142 0.52742026 0.15078757 0.05888882 0.0831669 ] - [0. 0. 0.20696051 0.43913559 0.4372231 0.63202245 - 0.65091895 0.31918803 0.08108438 0.07461908 0.0833972 ] - [0. 0. 0. 0.79240334 0.80649182 0.04294505 - 0.05924523 0.06692297 0.93861459 0.0948229 0.04284254] - [0. 0. 0. 0. 0.75958324 0.22892378 - 0.24249527 0.10827974 0.72258898 0.04866064 0.01802373] - [0. 0. 0. 0. 0. 0.22118146 - 0.2386202 0.10192295 0.71663836 0.05991084 0.01111095] - [0. 0. 0. 0. 0. 0. - 0.65698974 0.51606685 0.04084964 0.09065002 0.0764337 ] - [0. 0. 0. 0. 0. 0. - 0. 0.52279475 0.02769209 0.08604649 0.07512323] - [0. 0. 0. 0. 0. 0. - 0. 0. 0.12146051 0.13680229 0.07556712] - [0. 0. 0. 0. 0. 0. - 0. 0. 0. 0.12628824 0.06411015] - [0. 0. 0. 0. 0. 0. - 0. 0. 0. 0. 0.68123913] - [0. 0. 0. 0. 0. 0. - 0. 0. 0. 0. 0. ]] -INFO:mylog:validity_list_corr:[6 9 2 1 8 7 4] -INFO:mylog:[6 9 2 1 8 7 4] -INFO:mylog:train_feature:['6: Freeman_Vol_geo.tif' '9: Yamaguchi4_Odd_geo.tif' '2: cal_VH_geo.tif' - '1: cal_HV_geo.tif' '8: Yamaguchi4_Hlx_geo.tif' - '7: Yamaguchi4_Dbl_geo.tif' '4: Freeman_Dbl_geo.tif'] -INFO:mylog:RF trainning -INFO:mylog:RF train success! -INFO:mylog:mode testing -INFO:mylog:block size is :3072 -INFO:mylog:test_feature:dict_keys(['cal_HV_geo', 'cal_VH_geo', 'Freeman_Dbl_geo', 'Freeman_Vol_geo', 'Yamaguchi4_Dbl_geo', 'Yamaguchi4_Hlx_geo', 'Yamaguchi4_Odd_geo']) -INFO:mylog:blocking tifs success! -INFO:mylog:create features matrix success! -INFO:mylog:trans_tif2mask success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\tif_mask.tif -INFO:mylog:create ROI image success! -INFO:mylog:combine_mask success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\bare_land_mask.tif -INFO:mylog:cal_roi success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\product\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho-VP.tif -INFO:mylog:mode test success! -INFO:mylog:progress bar: 80% -INFO:mylog:progress bar: 100% -INFO:mylog:successful production of VegetationPhenology products! -INFO:mylog:running use time: 0:29:27.130152 diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-27-04.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-27-04.log deleted file mode 100644 index e69de29..0000000 diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-27-06.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-27-06.log deleted file mode 100644 index e69de29..0000000 diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-14.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-14.log deleted file mode 100644 index 08c5cfa..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-14.log +++ /dev/null @@ -1,8 +0,0 @@ -INFO:mylog:total:25,block:0 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_0_3072.tif -INFO:mylog:total:25,block:1 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_11883_14955.tif -INFO:mylog:total:25,block:1 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_11883_14955.tif -INFO:mylog:total:25,block:16 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_11883_14955.tif -INFO:mylog:total:25,block:0 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_0_3072.tif -INFO:mylog:total:25,block:18 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_6144_9216.tif -INFO:mylog:total:25,block:18 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_6144_9216.tif -INFO:mylog:total:25,block:16 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_11883_14955.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-16.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-16.log deleted file mode 100644 index 3460ab6..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-16.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:2 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_3072_6144.tif -INFO:mylog:total:25,block:2 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_3072_6144.tif -INFO:mylog:total:25,block:15 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_0_3072.tif -INFO:mylog:total:25,block:15 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_0_3072.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-17.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-17.log deleted file mode 100644 index 3113d47..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-17.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:3 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_6144_9216.tif -INFO:mylog:total:25,block:3 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_6144_9216.tif -INFO:mylog:total:25,block:17 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_3072_6144.tif -INFO:mylog:total:25,block:17 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-19.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-19.log deleted file mode 100644 index 4845bda..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-19.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:4 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_9216_12288.tif -INFO:mylog:total:25,block:4 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_9216_12288.tif -INFO:mylog:total:25,block:19 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_9216_12288.tif -INFO:mylog:total:25,block:19 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-21.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-21.log deleted file mode 100644 index 9f34cc2..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-21.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:5 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_0_3072.tif -INFO:mylog:total:25,block:5 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_0_3072.tif -INFO:mylog:total:25,block:23 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_6144_9216.tif -INFO:mylog:total:25,block:23 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-23.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-23.log deleted file mode 100644 index 459b8e3..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-23.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:6 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:6 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:22 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_3072_6144.tif -INFO:mylog:total:25,block:22 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-25.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-25.log deleted file mode 100644 index db595ad..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-25.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:7 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_3072_6144.tif -INFO:mylog:total:25,block:7 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_3072_6144.tif -INFO:mylog:total:25,block:20 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_0_3072.tif -INFO:mylog:total:25,block:20 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_0_3072.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-27.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-27.log deleted file mode 100644 index a701286..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-27.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:8 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_6144_9216.tif -INFO:mylog:total:25,block:8 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_6144_9216.tif -INFO:mylog:total:25,block:21 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_11883_14955.tif -INFO:mylog:total:25,block:21 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_11883_14955.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-29.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-29.log deleted file mode 100644 index 3234527..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-29.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:9 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:9 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:24 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_9216_12288.tif -INFO:mylog:total:25,block:24 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-31.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-31.log deleted file mode 100644 index e716cde..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-31.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:10 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_0_3072.tif -INFO:mylog:total:25,block:10 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_0_3072.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-33.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-33.log deleted file mode 100644 index 5a3aeb8..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-33.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:11 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_11883_14955.tif -INFO:mylog:total:25,block:11 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_11883_14955.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-35.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-35.log deleted file mode 100644 index 194290f..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-35.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:12 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_3072_6144.tif -INFO:mylog:total:25,block:12 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-37.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-37.log deleted file mode 100644 index b67e8ed..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-37.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:13 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_6144_9216.tif -INFO:mylog:total:25,block:13 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-38.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-38.log deleted file mode 100644 index 540b475..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-15-46-38.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:14 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_9216_12288.tif -INFO:mylog:total:25,block:14 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-17-08-37.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-17-08-37.log deleted file mode 100644 index 5ac26d3..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-17-08-37.log +++ /dev/null @@ -1,70 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\vegetationPhenology-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope2:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_sim_ori success! -INFO:mylog:cut Covering success! -INFO:mylog:preprocess_handle success! -INFO:mylog:progress bar: 10% -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:read phenology Measure.csv success! -INFO:mylog:ahv transform to polsarpro T3 matrix success! -INFO:mylog:progress bar: 20% -INFO:mylog:run h_a_alpha_decomposition_T3! -INFO:mylog:run h_a_alpha_eigenvalue_set_T3! -INFO:mylog:run h_a_alpha_eigenvector_set_T3! -INFO:mylog:[, , ] -INFO:mylog:progress bar: 60% -INFO:mylog:run h_a_alpha_decomposition_T3 success! -INFO:mylog:run h_a_alpha_eigenvalue_set_T3 success! -INFO:mylog:run h_a_alpha_eigenvector_set_T3 success! -INFO:mylog:refine_lee filter success! -INFO:mylog:create_features success! -INFO:mylog:progress bar: 20% -INFO:mylog:gene_train_set success! -INFO:mylog:feature_list:['0: cal_HH_geo.tif', '1: cal_HV_geo.tif', '2: cal_VH_geo.tif', '3: cal_VV_geo.tif', '4: Freeman_Dbl_geo.tif', '5: Freeman_Odd_geo.tif', '6: Freeman_Vol_geo.tif', '7: Yamaguchi4_Dbl_geo.tif', '8: Yamaguchi4_Hlx_geo.tif', '9: Yamaguchi4_Odd_geo.tif', '10: Yamaguchi4_Vol_geo.tif'] -INFO:mylog:generate train and test set success! -INFO:mylog:progress bar: 30% -INFO:mylog:importances:[0.10283224 0.08028293 0.08021599 0.09328971 0.01247282 0.07368551 - 0.18585307 0.03340688 0.08491088 0.10932806 0.14372192],threshold=0.3 -INFO:mylog:optimal_feature:[] -ERROR:mylog:optimal_feature is empty -INFO:mylog:correlation_map: - [[0. 0.89873904 0.36139142 0.54202597 0.55652724 0.51975912 - 0.68158447 0.66361563 0.15494957 0.05263465 0.07968142] - [0. 0. 0.20712775 0.4485708 0.44544498 0.30771575 - 0.65604889 0.63880926 0.08724804 0.06981464 0.07982159] - [0. 0. 0. 0.7913111 0.80606667 0.06550937 - 0.05585409 0.04141258 0.9402571 0.09555805 0.04422941] - [0. 0. 0. 0. 0.76521751 0.10534343 - 0.25204086 0.23672507 0.72321314 0.0527733 0.0207726 ] - [0. 0. 0. 0. 0. 0.10062908 - 0.24386369 0.22686866 0.71866334 0.06190223 0.01055069] - [0. 0. 0. 0. 0. 0. - 0.51224794 0.5092009 0.1191725 0.13152173 0.07303128] - [0. 0. 0. 0. 0. 0. - 0. 0.66900137 0.02673234 0.08222113 0.07068352] - [0. 0. 0. 0. 0. 0. - 0. 0. 0.03863333 0.08896144 0.0719547 ] - [0. 0. 0. 0. 0. 0. - 0. 0. 0. 0.12503049 0.06557503] - [0. 0. 0. 0. 0. 0. - 0. 0. 0. 0. 0.68588953] - [0. 0. 0. 0. 0. 0. - 0. 0. 0. 0. 0. ]] -INFO:mylog:validity_list_corr:[6 9 8 1 2 7 4] -INFO:mylog:[6 9 8 1 2 7 4] -INFO:mylog:train_feature:['6: Freeman_Vol_geo.tif' '9: Yamaguchi4_Odd_geo.tif' - '8: Yamaguchi4_Hlx_geo.tif' '1: cal_HV_geo.tif' '2: cal_VH_geo.tif' - '7: Yamaguchi4_Dbl_geo.tif' '4: Freeman_Dbl_geo.tif'] -INFO:mylog:RF trainning diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-17-12-34.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-17-12-34.log deleted file mode 100644 index e69de29..0000000 diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-17-12-35.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-17-12-35.log deleted file mode 100644 index e69de29..0000000 diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-17-12-36.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-02-29-17-12-36.log deleted file mode 100644 index e69de29..0000000 diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-15-54-34.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-15-54-34.log deleted file mode 100644 index 32b2a57..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-15-54-34.log +++ /dev/null @@ -1,85 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\vegetationPhenology-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope2:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_sim_ori success! -INFO:mylog:cut Covering success! -INFO:mylog:preprocess_handle success! -INFO:mylog:progress bar: 10% -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:read phenology Measure.csv success! -INFO:mylog:ahv transform to polsarpro T3 matrix success! -INFO:mylog:progress bar: 20% -INFO:mylog:run h_a_alpha_decomposition_T3! -INFO:mylog:run h_a_alpha_eigenvalue_set_T3! -INFO:mylog:run h_a_alpha_eigenvector_set_T3! -INFO:mylog:[, , ] -INFO:mylog:progress bar: 60% -INFO:mylog:run h_a_alpha_decomposition_T3 success! -INFO:mylog:run h_a_alpha_eigenvalue_set_T3 success! -INFO:mylog:run h_a_alpha_eigenvector_set_T3 success! -INFO:mylog:refine_lee filter success! -INFO:mylog:create_features success! -INFO:mylog:progress bar: 20% -INFO:mylog:gene_train_set success! -INFO:mylog:feature_list:['0: cal_HH_geo.tif', '1: cal_HV_geo.tif', '2: cal_VH_geo.tif', '3: cal_VV_geo.tif', '4: Freeman_Dbl_geo.tif', '5: Freeman_Odd_geo.tif', '6: Freeman_Vol_geo.tif', '7: Yamaguchi4_Dbl_geo.tif', '8: Yamaguchi4_Hlx_geo.tif', '9: Yamaguchi4_Odd_geo.tif', '10: Yamaguchi4_Vol_geo.tif'] -INFO:mylog:generate train and test set success! -INFO:mylog:progress bar: 30% -INFO:mylog:importances:[0.09804539 0.08550178 0.08042572 0.09852865 0.01272345 0.07507109 - 0.18763937 0.03350355 0.08326894 0.10595806 0.139334 ],threshold=0.3 -INFO:mylog:optimal_feature:[] -ERROR:mylog:optimal_feature is empty -INFO:mylog:correlation_map: - [[0. 0.8947467 0.36571158 0.55283266 0.53883895 0.67611395 - 0.53476183 0.65545788 0.15689646 0.05667253 0.07800574] - [0. 0. 0.20957386 0.43912094 0.4422029 0.64324182 - 0.32006897 0.62548538 0.08813994 0.07553485 0.08087492] - [0. 0. 0. 0.8090354 0.79487997 0.06017607 - 0.06382108 0.04355839 0.93990516 0.09636482 0.04775856] - [0. 0. 0. 0. 0.76305521 0.2419627 - 0.10552941 0.22186441 0.72230675 0.05998334 0.01316941] - [0. 0. 0. 0. 0. 0.24549482 - 0.10988311 0.22922602 0.72702643 0.05352488 0.02349626] - [0. 0. 0. 0. 0. 0. - 0.53333618 0.65701972 0.02342782 0.08317169 0.07005983] - [0. 0. 0. 0. 0. 0. - 0. 0.52665964 0.11923596 0.13248664 0.07198412] - [0. 0. 0. 0. 0. 0. - 0. 0. 0.03604997 0.09015485 0.07443847] - [0. 0. 0. 0. 0. 0. - 0. 0. 0. 0.12671278 0.06577162] - [0. 0. 0. 0. 0. 0. - 0. 0. 0. 0. 0.68091953] - [0. 0. 0. 0. 0. 0. - 0. 0. 0. 0. 0. ]] -INFO:mylog:validity_list_corr:[6 9 1 8 2 7 4] -INFO:mylog:[6 9 1 8 2 7 4] -INFO:mylog:train_feature:['6: Freeman_Vol_geo.tif' '9: Yamaguchi4_Odd_geo.tif' '1: cal_HV_geo.tif' - '8: Yamaguchi4_Hlx_geo.tif' '2: cal_VH_geo.tif' - '7: Yamaguchi4_Dbl_geo.tif' '4: Freeman_Dbl_geo.tif'] -INFO:mylog:RF trainning -INFO:mylog:RF train success! -INFO:mylog:mode testing -INFO:mylog:block size is :3072 -INFO:mylog:test_feature:dict_keys(['cal_HV_geo', 'cal_VH_geo', 'Freeman_Dbl_geo', 'Freeman_Vol_geo', 'Yamaguchi4_Dbl_geo', 'Yamaguchi4_Hlx_geo', 'Yamaguchi4_Odd_geo']) -INFO:mylog:blocking tifs success! -INFO:mylog:create features matrix success! -ERROR:mylog:Could not open D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho.tif -ERROR:mylog:run-time error! -Traceback (most recent call last): - File "D:/estar-proj/microproduct-l-sar/vegetationPhenology-L-SAR/VegetationPhenologyMain.py", line 617, in - if main_handler.process_handle(start) is False: - File "D:/estar-proj/microproduct-l-sar/vegetationPhenology-L-SAR/VegetationPhenologyMain.py", line 426, in process_handle - cover_data = np.uint8(cover_data) -TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType' -INFO:mylog:running use time: 0:26:41.973851 diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-15-58-13.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-15-58-13.log deleted file mode 100644 index e69de29..0000000 diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-15-58-14.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-15-58-14.log deleted file mode 100644 index e69de29..0000000 diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-15-58-15.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-15-58-15.log deleted file mode 100644 index e69de29..0000000 diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-11.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-11.log deleted file mode 100644 index 7ef9fd9..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-11.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:0 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_0_3072.tif -INFO:mylog:total:25,block:0 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_0_3072.tif -INFO:mylog:total:25,block:18 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_6144_9216.tif -INFO:mylog:total:25,block:18 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-12.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-12.log deleted file mode 100644 index 0c24ac6..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-12.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:1 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_11883_14955.tif -INFO:mylog:total:25,block:1 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_11883_14955.tif -INFO:mylog:total:25,block:17 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_3072_6144.tif -INFO:mylog:total:25,block:17 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-13.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-13.log deleted file mode 100644 index 3460ab6..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-13.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:2 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_3072_6144.tif -INFO:mylog:total:25,block:2 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_3072_6144.tif -INFO:mylog:total:25,block:15 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_0_3072.tif -INFO:mylog:total:25,block:15 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_0_3072.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-15.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-15.log deleted file mode 100644 index 03f6587..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-15.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:3 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_6144_9216.tif -INFO:mylog:total:25,block:3 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_6144_9216.tif -INFO:mylog:total:25,block:16 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_11883_14955.tif -INFO:mylog:total:25,block:16 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_11883_14955.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-17.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-17.log deleted file mode 100644 index 4845bda..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-17.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:4 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_9216_12288.tif -INFO:mylog:total:25,block:4 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_9216_12288.tif -INFO:mylog:total:25,block:19 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_9216_12288.tif -INFO:mylog:total:25,block:19 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-19.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-19.log deleted file mode 100644 index 6566168..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-19.log +++ /dev/null @@ -1,3 +0,0 @@ -INFO:mylog:total:25,block:5 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_0_3072.tif -INFO:mylog:total:25,block:5 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_0_3072.tif -INFO:mylog:total:25,block:23 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-20.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-20.log deleted file mode 100644 index 459b8e3..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-20.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:6 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:6 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:22 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_3072_6144.tif -INFO:mylog:total:25,block:22 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-22.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-22.log deleted file mode 100644 index db595ad..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-22.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:7 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_3072_6144.tif -INFO:mylog:total:25,block:7 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_3072_6144.tif -INFO:mylog:total:25,block:20 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_0_3072.tif -INFO:mylog:total:25,block:20 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_0_3072.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-24.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-24.log deleted file mode 100644 index 0dc0176..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-24.log +++ /dev/null @@ -1,3 +0,0 @@ -INFO:mylog:total:25,block:8 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_6144_9216.tif -INFO:mylog:total:25,block:8 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_6144_9216.tif -INFO:mylog:total:25,block:21 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_11883_14955.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-26.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-26.log deleted file mode 100644 index 99e532a..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-26.log +++ /dev/null @@ -1,3 +0,0 @@ -INFO:mylog:total:25,block:9 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:9 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:24 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-27.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-27.log deleted file mode 100644 index e716cde..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-27.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:10 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_0_3072.tif -INFO:mylog:total:25,block:10 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_0_3072.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-29.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-29.log deleted file mode 100644 index 5a3aeb8..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-29.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:11 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_11883_14955.tif -INFO:mylog:total:25,block:11 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_11883_14955.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-30.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-30.log deleted file mode 100644 index 194290f..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-30.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:12 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_3072_6144.tif -INFO:mylog:total:25,block:12 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-32.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-32.log deleted file mode 100644 index b67e8ed..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-32.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:13 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_6144_9216.tif -INFO:mylog:total:25,block:13 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-33.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-33.log deleted file mode 100644 index 540b475..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-16-33.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:14 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_9216_12288.tif -INFO:mylog:total:25,block:14 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-23-31.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-23-31.log deleted file mode 100644 index 9c8df24..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-23-31.log +++ /dev/null @@ -1,22 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\vegetationPhenology-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope2:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_sim_ori success! -INFO:mylog:cut Covering success! -INFO:mylog:preprocess_handle success! -INFO:mylog:progress bar: 10% -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:read phenology Measure.csv success! -INFO:mylog:ahv transform to polsarpro T3 matrix success! -INFO:mylog:progress bar: 20% diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-30-21.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-30-21.log deleted file mode 100644 index 4c46ece..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-30-21.log +++ /dev/null @@ -1,21 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\vegetationPhenology-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope2:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_sim_ori success! -INFO:mylog:cut Covering success! -INFO:mylog:preprocess_handle success! -INFO:mylog:progress bar: 10% -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:read phenology Measure.csv success! -INFO:mylog:refine_lee filter success! diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-41-21.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-41-21.log deleted file mode 100644 index 7020980..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-41-21.log +++ /dev/null @@ -1,34 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\vegetationPhenology-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope2:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_sim_ori success! -INFO:mylog:cut Covering success! -INFO:mylog:preprocess_handle success! -INFO:mylog:progress bar: 10% -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:read phenology Measure.csv success! -ERROR:mylog:run-time error! -Traceback (most recent call last): - File "D:/estar-proj/microproduct-l-sar/vegetationPhenology-L-SAR/VegetationPhenologyMain.py", line 617, in - if main_handler.process_handle(start) is False: - File "D:/estar-proj/microproduct-l-sar/vegetationPhenology-L-SAR/VegetationPhenologyMain.py", line 382, in process_handle - feature_dir, train_data_dic = self.create_feature_single_tar(name) - File "D:/estar-proj/microproduct-l-sar/vegetationPhenology-L-SAR/VegetationPhenologyMain.py", line 327, in create_feature_single_tar - feature_dir = CreateFeature.decompose_single_tar(hh_hv_vh_vv_list, self.__workspace_processing_path, self.__workspace_preprocessing_path, name.split('_')[7], self._env_str, rows, cols, FILTER_SIZE=3, debug=DEBUG, FeatureInput=featureInput) - File "D:\estar-proj\microproduct-l-sar\tool\algorithm\polsarpro\createfeature.py", line 158, in decompose_single_tar - t3_path = cfeature.ahv_to_t3(workspace_processing_path, workspace_preprocessing_path, hh_hv_vh_vv_list, name, FILTER_SIZE) - File "D:\estar-proj\microproduct-l-sar\tool\algorithm\polsarpro\createfeature.py", line 41, in ahv_to_t3 - meta_dic = InitPara.get_meta_dic_new(meta_xml_paths, name) -UnboundLocalError: local variable 'meta_xml_paths' referenced before assignment -INFO:mylog:running use time: 0:05:52.972608 diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-53-08.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-53-08.log deleted file mode 100644 index 2b93f7b..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-01-16-53-08.log +++ /dev/null @@ -1,32 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\vegetationPhenology-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope2:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_sim_ori success! -INFO:mylog:cut Covering success! -INFO:mylog:preprocess_handle success! -INFO:mylog:progress bar: 10% -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:read phenology Measure.csv success! -INFO:mylog:refine_lee filter success! -ERROR:mylog:run-time error! -Traceback (most recent call last): - File "D:/estar-proj/microproduct-l-sar/vegetationPhenology-L-SAR/VegetationPhenologyMain.py", line 617, in - if main_handler.process_handle(start) is False: - File "D:/estar-proj/microproduct-l-sar/vegetationPhenology-L-SAR/VegetationPhenologyMain.py", line 382, in process_handle - feature_dir, train_data_dic = self.create_feature_single_tar(name) - File "D:/estar-proj/microproduct-l-sar/vegetationPhenology-L-SAR/VegetationPhenologyMain.py", line 328, in create_feature_single_tar - feature_geo_dir = self.features_geo(feature_dir, paramter, sim_ori_path, name) - File "D:/estar-proj/microproduct-l-sar/vegetationPhenology-L-SAR/VegetationPhenologyMain.py", line 359, in features_geo - os.mkdir(dir) -FileNotFoundError: [WinError 3] 系统找不到指定的路径。: 'D:\\micro\\LWork\\VegetationPhenology\\Temporary\\processing\\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\\features_geo' diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-02-46.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-02-46.log deleted file mode 100644 index 6f0432a..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-02-46.log +++ /dev/null @@ -1,75 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\vegetationPhenology-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope2:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_sim_ori success! -INFO:mylog:cut Covering success! -INFO:mylog:preprocess_handle success! -INFO:mylog:progress bar: 10% -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:read phenology Measure.csv success! -INFO:mylog:refine_lee filter success! -INFO:mylog:create_features success! -INFO:mylog:progress bar: 20% -INFO:mylog:gene_train_set success! -INFO:mylog:feature_list:['0: cal_HH_geo.tif', '1: cal_HV_geo.tif', '2: cal_VH_geo.tif', '3: cal_VV_geo.tif', '4: Freeman_Dbl_geo.tif', '5: Freeman_Odd_geo.tif', '6: Freeman_Vol_geo.tif', '7: Yamaguchi4_Dbl_geo.tif', '8: Yamaguchi4_Hlx_geo.tif', '9: Yamaguchi4_Odd_geo.tif', '10: Yamaguchi4_Vol_geo.tif'] -INFO:mylog:generate train and test set success! -INFO:mylog:progress bar: 30% -INFO:mylog:importances:[0.09008256 0.08484342 0.08104031 0.09856183 0.01286212 0.07645452 - 0.1949868 0.03393433 0.08189098 0.10708121 0.13826192],threshold=0.3 -INFO:mylog:optimal_feature:[] -ERROR:mylog:optimal_feature is empty -INFO:mylog:correlation_map: - [[0. 0.89602003 0.35927355 0.55154613 0.53831383 0.68200258 - 0.53189077 0.66039831 0.15295284 0.06052895 0.08770181] - [0. 0. 0.20359008 0.43851633 0.44296181 0.65092891 - 0.31802638 0.63134158 0.0845019 0.07694647 0.08837906] - [0. 0. 0. 0.80626193 0.78856369 0.05642641 - 0.07199648 0.04160238 0.9398845 0.09883387 0.04551061] - [0. 0. 0. 0. 0.75978748 0.24120694 - 0.10065369 0.22376129 0.71986336 0.05805332 0.00630141] - [0. 0. 0. 0. 0. 0.2468971 - 0.10394674 0.2332868 0.72009194 0.04950468 0.01367713] - [0. 0. 0. 0. 0. 0. - 0.53169269 0.66553341 0.02504539 0.08659556 0.07677055] - [0. 0. 0. 0. 0. 0. - 0. 0.52447127 0.12523608 0.13743039 0.07717577] - [0. 0. 0. 0. 0. 0. - 0. 0. 0.03640992 0.09399762 0.07944308] - [0. 0. 0. 0. 0. 0. - 0. 0. 0. 0.13017464 0.06721708] - [0. 0. 0. 0. 0. 0. - 0. 0. 0. 0. 0.66973409] - [0. 0. 0. 0. 0. 0. - 0. 0. 0. 0. 0. ]] -INFO:mylog:validity_list_corr:[6 9 1 8 2 7 4] -INFO:mylog:[6 9 1 8 2 7 4] -INFO:mylog:train_feature:['6: Freeman_Vol_geo.tif' '9: Yamaguchi4_Odd_geo.tif' '1: cal_HV_geo.tif' - '8: Yamaguchi4_Hlx_geo.tif' '2: cal_VH_geo.tif' - '7: Yamaguchi4_Dbl_geo.tif' '4: Freeman_Dbl_geo.tif'] -INFO:mylog:RF trainning -INFO:mylog:RF train success! -INFO:mylog:mode testing -INFO:mylog:block size is :3072 -INFO:mylog:test_feature:dict_keys(['cal_HV_geo', 'cal_VH_geo', 'Freeman_Dbl_geo', 'Freeman_Vol_geo', 'Yamaguchi4_Dbl_geo', 'Yamaguchi4_Hlx_geo', 'Yamaguchi4_Odd_geo']) -INFO:mylog:blocking tifs success! -INFO:mylog:create features matrix success! -INFO:mylog:trans_tif2mask success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\tif_mask.tif -INFO:mylog:create ROI image success! -INFO:mylog:combine_mask success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\bare_land_mask.tif -INFO:mylog:cal_roi success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\product\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho-VP.tif -INFO:mylog:mode test success! -INFO:mylog:progress bar: 80% -INFO:mylog:progress bar: 100% -INFO:mylog:successful production of VegetationPhenology products! -INFO:mylog:running use time: 0:27:03.597020 diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-14.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-14.log deleted file mode 100644 index 1dcf44f..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-14.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:0 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_0_3072.tif -INFO:mylog:total:25,block:0 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_0_3072.tif -INFO:mylog:total:25,block:20 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_0_3072.tif -INFO:mylog:total:25,block:20 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_0_3072.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-15.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-15.log deleted file mode 100644 index 0c24ac6..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-15.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:1 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_11883_14955.tif -INFO:mylog:total:25,block:1 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_11883_14955.tif -INFO:mylog:total:25,block:17 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_3072_6144.tif -INFO:mylog:total:25,block:17 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-16.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-16.log deleted file mode 100644 index 3460ab6..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-16.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:2 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_3072_6144.tif -INFO:mylog:total:25,block:2 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_3072_6144.tif -INFO:mylog:total:25,block:15 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_0_3072.tif -INFO:mylog:total:25,block:15 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_0_3072.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-18.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-18.log deleted file mode 100644 index 03f6587..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-18.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:3 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_6144_9216.tif -INFO:mylog:total:25,block:3 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_6144_9216.tif -INFO:mylog:total:25,block:16 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_11883_14955.tif -INFO:mylog:total:25,block:16 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_11883_14955.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-20.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-20.log deleted file mode 100644 index 9582cdc..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-20.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:4 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_9216_12288.tif -INFO:mylog:total:25,block:4 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_9216_12288.tif -INFO:mylog:total:25,block:18 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_6144_9216.tif -INFO:mylog:total:25,block:18 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-21.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-21.log deleted file mode 100644 index 9f34cc2..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-21.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:5 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_0_3072.tif -INFO:mylog:total:25,block:5 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_0_3072.tif -INFO:mylog:total:25,block:23 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_6144_9216.tif -INFO:mylog:total:25,block:23 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-23.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-23.log deleted file mode 100644 index 459b8e3..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-23.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:6 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:6 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:22 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_3072_6144.tif -INFO:mylog:total:25,block:22 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-25.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-25.log deleted file mode 100644 index 0995fec..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-25.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:7 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_3072_6144.tif -INFO:mylog:total:25,block:7 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_3072_6144.tif -INFO:mylog:total:25,block:19 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_9216_12288.tif -INFO:mylog:total:25,block:19 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-26.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-26.log deleted file mode 100644 index a701286..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-26.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:8 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_6144_9216.tif -INFO:mylog:total:25,block:8 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_6144_9216.tif -INFO:mylog:total:25,block:21 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_11883_14955.tif -INFO:mylog:total:25,block:21 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_11883_14955.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-28.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-28.log deleted file mode 100644 index 3234527..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-28.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:9 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:9 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:24 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_9216_12288.tif -INFO:mylog:total:25,block:24 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-30.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-30.log deleted file mode 100644 index e716cde..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-30.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:10 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_0_3072.tif -INFO:mylog:total:25,block:10 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_0_3072.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-32.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-32.log deleted file mode 100644 index 5a3aeb8..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-32.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:11 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_11883_14955.tif -INFO:mylog:total:25,block:11 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_11883_14955.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-33.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-33.log deleted file mode 100644 index 194290f..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-33.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:12 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_3072_6144.tif -INFO:mylog:total:25,block:12 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-35.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-35.log deleted file mode 100644 index b67e8ed..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-35.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:13 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_6144_9216.tif -INFO:mylog:total:25,block:13 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-36.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-36.log deleted file mode 100644 index 540b475..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-11-24-36.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:14 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_9216_12288.tif -INFO:mylog:total:25,block:14 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-13-45-19.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-13-45-19.log deleted file mode 100644 index 3db5ff8..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-13-45-19.log +++ /dev/null @@ -1,37 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\vegetationPhenology-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope2:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_sim_ori success! -INFO:mylog:cut Covering success! -INFO:mylog:preprocess_handle success! -INFO:mylog:progress bar: 10% -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:read phenology Measure.csv success! -INFO:mylog:img to T3 success! -ERROR:mylog:run-time error! -Traceback (most recent call last): - File "D:/estar-proj/microproduct-l-sar/vegetationPhenology-L-SAR/VegetationPhenologyMain.py", line 617, in - if main_handler.process_handle(start) is False: - File "D:/estar-proj/microproduct-l-sar/vegetationPhenology-L-SAR/VegetationPhenologyMain.py", line 382, in process_handle - feature_dir, train_data_dic = self.create_feature_single_tar(name) - File "D:/estar-proj/microproduct-l-sar/vegetationPhenology-L-SAR/VegetationPhenologyMain.py", line 327, in create_feature_single_tar - feature_dir = CreateFeature.decompose_single_tar(hh_hv_vh_vv_list, self.__workspace_processing_path, self.__workspace_preprocessing_path, name, self._env_str, rows, cols, FILTER_SIZE=3, debug=DEBUG, FeatureInput=featureInput) - File "D:\estar-proj\microproduct-l-sar\tool\algorithm\polsarpro\createfeature.py", line 162, in decompose_single_tar - t3_path = cfeature.ahv_to_t3(workspace_processing_path, workspace_preprocessing_path, hh_hv_vh_vv_list, name, FILTER_SIZE) - File "D:\estar-proj\microproduct-l-sar\tool\algorithm\polsarpro\createfeature.py", line 49, in ahv_to_t3 - leeFilter.api_lee_refined_filter_T3('', t3_path, lee_filter_path, 0, 0, atp.rows(), atp.cols(), FILTER_SIZE) - File "D:\estar-proj\microproduct-l-sar\tool\algorithm\polsarpro\AHVToPolsarpro.py", line 274, in rows - return self._rows -AttributeError: 'AHVToPolsarpro' object has no attribute '_rows' -INFO:mylog:running use time: 0:05:20.204244 diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-13-52-27.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-13-52-27.log deleted file mode 100644 index 7941e8f..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-13-52-27.log +++ /dev/null @@ -1,37 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\vegetationPhenology-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope2:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_sim_ori success! -INFO:mylog:cut Covering success! -INFO:mylog:preprocess_handle success! -INFO:mylog:progress bar: 10% -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:read phenology Measure.csv success! -INFO:mylog:img to T3 success! -ERROR:mylog:run-time error! -Traceback (most recent call last): - File "D:/estar-proj/microproduct-l-sar/vegetationPhenology-L-SAR/VegetationPhenologyMain.py", line 617, in - if main_handler.process_handle(start) is False: - File "D:/estar-proj/microproduct-l-sar/vegetationPhenology-L-SAR/VegetationPhenologyMain.py", line 382, in process_handle - feature_dir, train_data_dic = self.create_feature_single_tar(name) - File "D:/estar-proj/microproduct-l-sar/vegetationPhenology-L-SAR/VegetationPhenologyMain.py", line 327, in create_feature_single_tar - feature_dir = CreateFeature.decompose_single_tar(hh_hv_vh_vv_list, self.__workspace_processing_path, self.__workspace_preprocessing_path, name, self._env_str, rows, cols, FILTER_SIZE=3, debug=DEBUG, FeatureInput=featureInput) - File "D:\estar-proj\microproduct-l-sar\tool\algorithm\polsarpro\createfeature.py", line 162, in decompose_single_tar - t3_path = cfeature.ahv_to_t3(workspace_processing_path, workspace_preprocessing_path, hh_hv_vh_vv_list, name, FILTER_SIZE) - File "D:\estar-proj\microproduct-l-sar\tool\algorithm\polsarpro\createfeature.py", line 49, in ahv_to_t3 - leeFilter.api_lee_refined_filter_T3('', t3_path, lee_filter_path, 0, 0, atp.rows(), atp.cols(), FILTER_SIZE) - File "D:\estar-proj\microproduct-l-sar\tool\algorithm\polsarpro\pspLeeRefinedFilterT3.py", line 92, in api_lee_refined_filter_T3 - raise Exception(result_tuple[1]) -Exception: 0.000000 -INFO:mylog:running use time: 0:05:15.925735 diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-01-26.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-01-26.log deleted file mode 100644 index eda5c00..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-01-26.log +++ /dev/null @@ -1,21 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\vegetationPhenology-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope2:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_sim_ori success! -INFO:mylog:cut Covering success! -INFO:mylog:preprocess_handle success! -INFO:mylog:progress bar: 10% -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:read phenology Measure.csv success! -INFO:mylog:img to T3 success! diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-07-33.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-07-33.log deleted file mode 100644 index 6387917..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-07-33.log +++ /dev/null @@ -1,78 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\vegetationPhenology-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope2:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_sim_ori success! -INFO:mylog:cut Covering success! -INFO:mylog:preprocess_handle success! -INFO:mylog:progress bar: 10% -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:read phenology Measure.csv success! -INFO:mylog:img to T3 success! -INFO:mylog:refine_lee filter success! -INFO:mylog:Freeman successful -INFO:mylog:Yamaguchi successful -INFO:mylog:create_features success! -INFO:mylog:progress bar: 20% -INFO:mylog:gene_train_set success! -INFO:mylog:feature_list:['0: cal_HH_geo.tif', '1: cal_HV_geo.tif', '2: cal_VH_geo.tif', '3: cal_VV_geo.tif', '4: Freeman_Dbl_geo.tif', '5: Freeman_Odd_geo.tif', '6: Freeman_Vol_geo.tif', '7: Yamaguchi4_Dbl_geo.tif', '8: Yamaguchi4_Hlx_geo.tif', '9: Yamaguchi4_Odd_geo.tif', '10: Yamaguchi4_Vol_geo.tif'] -INFO:mylog:generate train and test set success! -INFO:mylog:progress bar: 30% -INFO:mylog:importances:[0.09458846 0.08363802 0.08078314 0.08770963 0.01286091 0.07668415 - 0.19425902 0.03393433 0.08086596 0.10875317 0.1459232 ],threshold=0.3 -INFO:mylog:optimal_feature:[] -ERROR:mylog:optimal_feature is empty -INFO:mylog:correlation_map: - [[0. 0.89669853 0.36250247 0.54096578 0.55566001 0.68216415 - 0.53162444 0.66207904 0.14878515 0.05603344 0.08118538] - [0. 0. 0.20614772 0.44334943 0.44261674 0.64655166 - 0.31650541 0.63030371 0.07994019 0.07328678 0.08304854] - [0. 0. 0. 0.78700075 0.80270095 0.05622829 - 0.06194139 0.04058282 0.93765372 0.10138055 0.04717627] - [0. 0. 0. 0. 0.75486302 0.24527038 - 0.11191999 0.23066594 0.71337575 0.05500618 0.01930217] - [0. 0. 0. 0. 0. 0.2416038 - 0.11133691 0.22635695 0.71240404 0.06161477 0.00976045] - [0. 0. 0. 0. 0. 0. - 0.53839074 0.6678504 0.03032301 0.08340211 0.07148501] - [0. 0. 0. 0. 0. 0. - 0. 0.52828615 0.11860571 0.13358313 0.07271544] - [0. 0. 0. 0. 0. 0. - 0. 0. 0.04270052 0.09119102 0.07322994] - [0. 0. 0. 0. 0. 0. - 0. 0. 0. 0.132366 0.06687343] - [0. 0. 0. 0. 0. 0. - 0. 0. 0. 0. 0.670045 ] - [0. 0. 0. 0. 0. 0. - 0. 0. 0. 0. 0. ]] -INFO:mylog:validity_list_corr:[6 9 1 8 2 7 4] -INFO:mylog:[6 9 1 8 2 7 4] -INFO:mylog:train_feature:['6: Freeman_Vol_geo.tif' '9: Yamaguchi4_Odd_geo.tif' '1: cal_HV_geo.tif' - '8: Yamaguchi4_Hlx_geo.tif' '2: cal_VH_geo.tif' - '7: Yamaguchi4_Dbl_geo.tif' '4: Freeman_Dbl_geo.tif'] -INFO:mylog:RF trainning -INFO:mylog:RF train success! -INFO:mylog:mode testing -INFO:mylog:block size is :3072 -INFO:mylog:test_feature:dict_keys(['cal_HV_geo', 'cal_VH_geo', 'Freeman_Dbl_geo', 'Freeman_Vol_geo', 'Yamaguchi4_Dbl_geo', 'Yamaguchi4_Hlx_geo', 'Yamaguchi4_Odd_geo']) -INFO:mylog:blocking tifs success! -INFO:mylog:create features matrix success! -INFO:mylog:trans_tif2mask success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\tif_mask.tif -INFO:mylog:create ROI image success! -INFO:mylog:combine_mask success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\bare_land_mask.tif -INFO:mylog:cal_roi success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\product\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho-VP.tif -INFO:mylog:mode test success! -INFO:mylog:progress bar: 80% -INFO:mylog:progress bar: 100% -INFO:mylog:successful production of VegetationPhenology products! -INFO:mylog:running use time: 0:27:02.038659 diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-03.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-03.log deleted file mode 100644 index 428f10b..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-03.log +++ /dev/null @@ -1,8 +0,0 @@ -INFO:mylog:total:25,block:0 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_0_3072.tif -INFO:mylog:total:25,block:1 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_11883_14955.tif -INFO:mylog:total:25,block:1 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_11883_14955.tif -INFO:mylog:total:25,block:17 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_3072_6144.tif -INFO:mylog:total:25,block:0 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_0_3072.tif -INFO:mylog:total:25,block:19 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_9216_12288.tif -INFO:mylog:total:25,block:17 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_3072_6144.tif -INFO:mylog:total:25,block:19 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-05.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-05.log deleted file mode 100644 index 3460ab6..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-05.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:2 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_3072_6144.tif -INFO:mylog:total:25,block:2 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_3072_6144.tif -INFO:mylog:total:25,block:15 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_0_3072.tif -INFO:mylog:total:25,block:15 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_0_3072.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-07.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-07.log deleted file mode 100644 index 03f6587..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-07.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:3 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_6144_9216.tif -INFO:mylog:total:25,block:3 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_6144_9216.tif -INFO:mylog:total:25,block:16 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_11883_14955.tif -INFO:mylog:total:25,block:16 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_11883_14955.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-08.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-08.log deleted file mode 100644 index 9582cdc..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-08.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:4 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_9216_12288.tif -INFO:mylog:total:25,block:4 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_9216_12288.tif -INFO:mylog:total:25,block:18 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_6144_9216.tif -INFO:mylog:total:25,block:18 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-10.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-10.log deleted file mode 100644 index 9f34cc2..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-10.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:5 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_0_3072.tif -INFO:mylog:total:25,block:5 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_0_3072.tif -INFO:mylog:total:25,block:23 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_6144_9216.tif -INFO:mylog:total:25,block:23 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-12.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-12.log deleted file mode 100644 index 459b8e3..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-12.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:6 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:6 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:22 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_3072_6144.tif -INFO:mylog:total:25,block:22 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-14.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-14.log deleted file mode 100644 index db595ad..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-14.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:7 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_3072_6144.tif -INFO:mylog:total:25,block:7 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_3072_6144.tif -INFO:mylog:total:25,block:20 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_0_3072.tif -INFO:mylog:total:25,block:20 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_0_3072.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-15.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-15.log deleted file mode 100644 index a701286..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-15.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:8 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_6144_9216.tif -INFO:mylog:total:25,block:8 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_6144_9216.tif -INFO:mylog:total:25,block:21 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_11883_14955.tif -INFO:mylog:total:25,block:21 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_11883_14955.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-17.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-17.log deleted file mode 100644 index 3234527..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-17.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:9 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:9 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:24 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_9216_12288.tif -INFO:mylog:total:25,block:24 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-19.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-19.log deleted file mode 100644 index e716cde..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-19.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:10 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_0_3072.tif -INFO:mylog:total:25,block:10 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_0_3072.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-20.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-20.log deleted file mode 100644 index 5a3aeb8..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-20.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:11 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_11883_14955.tif -INFO:mylog:total:25,block:11 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_11883_14955.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-22.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-22.log deleted file mode 100644 index 194290f..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-22.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:12 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_3072_6144.tif -INFO:mylog:total:25,block:12 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-23.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-23.log deleted file mode 100644 index b67e8ed..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-23.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:13 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_6144_9216.tif -INFO:mylog:total:25,block:13 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-25.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-25.log deleted file mode 100644 index 540b475..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-14-29-25.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:14 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_9216_12288.tif -INFO:mylog:total:25,block:14 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-13-08.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-13-08.log deleted file mode 100644 index fc847ca..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-13-08.log +++ /dev/null @@ -1,13 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\vegetationPhenology-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope2:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_sim_ori success! -INFO:mylog:cut Covering success! -INFO:mylog:preprocess_handle success! -INFO:mylog:progress bar: 10% diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-16-15.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-16-15.log deleted file mode 100644 index b13e21d..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-16-15.log +++ /dev/null @@ -1,61 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\vegetationPhenology-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope2:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_sim_ori success! -INFO:mylog:cut Covering success! -INFO:mylog:preprocess_handle success! -INFO:mylog:progress bar: 10% -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:read phenology Measure.csv success! -INFO:mylog:img to T3 success! -INFO:mylog:refine_lee filter success! -INFO:mylog:Freeman successful -INFO:mylog:Yamaguchi successful -INFO:mylog:create_features success! -INFO:mylog:progress bar: 20% -INFO:mylog:gene_train_set success! -INFO:mylog:feature_list:['0: Freeman_Dbl_geo.tif', '1: Freeman_Odd_geo.tif', '2: Freeman_Vol_geo.tif', '3: Yamaguchi4_Dbl_geo.tif', '4: Yamaguchi4_Hlx_geo.tif', '5: Yamaguchi4_Odd_geo.tif', '6: Yamaguchi4_Vol_geo.tif'] -INFO:mylog:generate train and test set success! -INFO:mylog:progress bar: 30% -INFO:mylog:importances:[0.01383032 0.12280543 0.27167702 0.03834972 0.13233643 0.18864775 - 0.23235332],threshold=0.3 -INFO:mylog:optimal_feature:[] -ERROR:mylog:optimal_feature is empty -INFO:mylog:correlation_map: - [[0. 0.89670726 0.36627257 0.52989118 0.15622934 0.05912766 - 0.0844654 ] - [0. 0. 0.21113636 0.32034317 0.08750219 0.07666747 - 0.08534196] - [0. 0. 0. 0.06519414 0.93982708 0.0971871 - 0.04318965] - [0. 0. 0. 0. 0.11854094 0.13720212 - 0.07499628] - [0. 0. 0. 0. 0. 0.12754875 - 0.06251975] - [0. 0. 0. 0. 0. 0. - 0.66128273] - [0. 0. 0. 0. 0. 0. - 0. ]] -INFO:mylog:validity_list_corr:[2 5 4 3 0] -INFO:mylog:[2 5 4 3 0] -INFO:mylog:train_feature:['2: Freeman_Vol_geo.tif' '5: Yamaguchi4_Odd_geo.tif' - '4: Yamaguchi4_Hlx_geo.tif' '3: Yamaguchi4_Dbl_geo.tif' - '0: Freeman_Dbl_geo.tif'] -INFO:mylog:RF trainning -INFO:mylog:RF train success! -INFO:mylog:mode testing -INFO:mylog:block size is :3072 -INFO:mylog:test_feature:dict_keys(['Freeman_Dbl_geo', 'Freeman_Vol_geo', 'Yamaguchi4_Dbl_geo', 'Yamaguchi4_Hlx_geo', 'Yamaguchi4_Odd_geo']) -INFO:mylog:blocking tifs success! -INFO:mylog:create features matrix success! diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-32-48.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-32-48.log deleted file mode 100644 index 6557714..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-32-48.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:0 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_0_3072.tif -INFO:mylog:total:25,block:1 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_11883_14955.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-32-50.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-32-50.log deleted file mode 100644 index 3cf93e7..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-32-50.log +++ /dev/null @@ -1 +0,0 @@ -INFO:mylog:total:25,block:2 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-32-51.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-32-51.log deleted file mode 100644 index ce4a384..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-32-51.log +++ /dev/null @@ -1 +0,0 @@ -INFO:mylog:total:25,block:3 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-32-53.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-32-53.log deleted file mode 100644 index baea937..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-32-53.log +++ /dev/null @@ -1 +0,0 @@ -INFO:mylog:total:25,block:4 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-32-55.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-32-55.log deleted file mode 100644 index 9cd8f79..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-32-55.log +++ /dev/null @@ -1 +0,0 @@ -INFO:mylog:total:25,block:5 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_0_3072.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-32-57.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-32-57.log deleted file mode 100644 index 618590e..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-32-57.log +++ /dev/null @@ -1 +0,0 @@ -INFO:mylog:total:25,block:6 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_11883_14955.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-33-00.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-33-00.log deleted file mode 100644 index bffe53f..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-33-00.log +++ /dev/null @@ -1 +0,0 @@ -INFO:mylog:total:25,block:7 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-33-01.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-33-01.log deleted file mode 100644 index 55f1a8b..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-33-01.log +++ /dev/null @@ -1 +0,0 @@ -INFO:mylog:total:25,block:8 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-33-03.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-33-03.log deleted file mode 100644 index e69de29..0000000 diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-33-05.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-33-05.log deleted file mode 100644 index e69de29..0000000 diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-33-06.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-33-06.log deleted file mode 100644 index e69de29..0000000 diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-33-09.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-33-09.log deleted file mode 100644 index e69de29..0000000 diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-33-11.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-33-11.log deleted file mode 100644 index e69de29..0000000 diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-33-13.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-33-13.log deleted file mode 100644 index e69de29..0000000 diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-33-23.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-33-23.log deleted file mode 100644 index bcc3600..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-33-23.log +++ /dev/null @@ -1,56 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\vegetationPhenology-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope2:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_sim_ori success! -INFO:mylog:cut Covering success! -INFO:mylog:preprocess_handle success! -INFO:mylog:progress bar: 10% -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:read phenology Measure.csv success! -INFO:mylog:img to T3 success! -INFO:mylog:refine_lee filter success! -INFO:mylog:Freeman successful -INFO:mylog:Yamaguchi successful -INFO:mylog:create_features success! -INFO:mylog:progress bar: 20% -INFO:mylog:gene_train_set success! -INFO:mylog:feature_list:['0: Freeman_Dbl_geo.tif', '1: Freeman_Odd_geo.tif', '2: Freeman_Vol_geo.tif', '3: Yamaguchi4_Dbl_geo.tif', '4: Yamaguchi4_Hlx_geo.tif', '5: Yamaguchi4_Odd_geo.tif', '6: Yamaguchi4_Vol_geo.tif'] -INFO:mylog:generate train and test set success! -INFO:mylog:progress bar: 30% -INFO:mylog:importances:[0.01382516 0.12281475 0.27046069 0.03966117 0.13221649 0.18679849 - 0.23422326],threshold=0.3 -INFO:mylog:optimal_feature:[] -ERROR:mylog:optimal_feature is empty -INFO:mylog:correlation_map: - [[0. 0.89607211 0.36179115 0.52696248 0.15217245 0.05715395 - 0.08358857] - [0. 0. 0.204411 0.3163311 0.08317044 0.07466012 - 0.08356113] - [0. 0. 0. 0.06723975 0.93924471 0.08997966 - 0.04102746] - [0. 0. 0. 0. 0.12116218 0.13455353 - 0.07447049] - [0. 0. 0. 0. 0. 0.11963722 - 0.06168121] - [0. 0. 0. 0. 0. 0. - 0.67093835] - [0. 0. 0. 0. 0. 0. - 0. ]] -INFO:mylog:validity_list_corr:[2] -INFO:mylog:[2] -INFO:mylog:train_feature:['2: Freeman_Vol_geo.tif'] -INFO:mylog:RF trainning -INFO:mylog:RF train success! -INFO:mylog:mode testing -INFO:mylog:block size is :3072 diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-48-50.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-48-50.log deleted file mode 100644 index e1c322b..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-15-48-50.log +++ /dev/null @@ -1,59 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\vegetationPhenology-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope2:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_sim_ori success! -INFO:mylog:cut Covering success! -INFO:mylog:preprocess_handle success! -INFO:mylog:progress bar: 10% -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:read phenology Measure.csv success! -INFO:mylog:img to T3 success! -INFO:mylog:refine_lee filter success! -INFO:mylog:Freeman successful -INFO:mylog:Yamaguchi successful -INFO:mylog:create_features success! -INFO:mylog:progress bar: 20% -INFO:mylog:gene_train_set success! -INFO:mylog:feature_list:['0: Freeman_Dbl_geo.tif', '1: Freeman_Odd_geo.tif', '2: Freeman_Vol_geo.tif', '3: Yamaguchi4_Dbl_geo.tif', '4: Yamaguchi4_Hlx_geo.tif', '5: Yamaguchi4_Odd_geo.tif', '6: Yamaguchi4_Vol_geo.tif'] -INFO:mylog:generate train and test set success! -INFO:mylog:progress bar: 30% -INFO:mylog:importances:[0.01420532 0.12243908 0.27730321 0.0400459 0.1298749 0.1874055 - 0.2287261 ],threshold=0.07 -INFO:mylog:optimal_feature:[2, 6, 5, 4, 1] -INFO:mylog:correlation_map: - [[0. 0.89430909 0.36320219 0.53004213 0.15420441] - [0. 0. 0.20874432 0.31214708 0.08659058] - [0. 0. 0. 0.0661306 0.9403507 ] - [0. 0. 0. 0. 0.12010334] - [0. 0. 0. 0. 0. ]] -INFO:mylog:validity_list_corr:[2 5 4] -INFO:mylog:[2 5 4] -INFO:mylog:train_feature:['2: Freeman_Vol_geo.tif' '5: Yamaguchi4_Odd_geo.tif' - '4: Yamaguchi4_Hlx_geo.tif'] -INFO:mylog:RF trainning -INFO:mylog:RF train success! -INFO:mylog:mode testing -INFO:mylog:block size is :3072 -INFO:mylog:test_feature:dict_keys(['Freeman_Vol_geo', 'Yamaguchi4_Hlx_geo', 'Yamaguchi4_Odd_geo']) -INFO:mylog:blocking tifs success! -INFO:mylog:create features matrix success! -INFO:mylog:trans_tif2mask success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\tif_mask.tif -INFO:mylog:create ROI image success! -INFO:mylog:combine_mask success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\bare_land_mask.tif -INFO:mylog:cal_roi success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\product\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho-VP.tif -INFO:mylog:mode test success! -INFO:mylog:progress bar: 80% -INFO:mylog:progress bar: 100% -INFO:mylog:successful production of VegetationPhenology products! -INFO:mylog:running use time: 0:21:22.106782 diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-21.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-21.log deleted file mode 100644 index f870dfc..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-21.log +++ /dev/null @@ -1,8 +0,0 @@ -INFO:mylog:total:25,block:0 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_0_3072.tif -INFO:mylog:total:25,block:1 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_11883_14955.tif -INFO:mylog:total:25,block:0 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_0_3072.tif -INFO:mylog:total:25,block:15 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_0_3072.tif -INFO:mylog:total:25,block:1 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_11883_14955.tif -INFO:mylog:total:25,block:16 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_11883_14955.tif -INFO:mylog:total:25,block:16 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_11883_14955.tif -INFO:mylog:total:25,block:15 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_0_3072.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-23.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-23.log deleted file mode 100644 index 82b0158..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-23.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:2 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_3072_6144.tif -INFO:mylog:total:25,block:2 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_3072_6144.tif -INFO:mylog:total:25,block:24 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_9216_12288.tif -INFO:mylog:total:25,block:24 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-25.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-25.log deleted file mode 100644 index ac32bc2..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-25.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:3 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_6144_9216.tif -INFO:mylog:total:25,block:3 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_6144_9216.tif -INFO:mylog:total:25,block:20 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_0_3072.tif -INFO:mylog:total:25,block:20 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_0_3072.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-26.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-26.log deleted file mode 100644 index 9582cdc..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-26.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:4 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_9216_12288.tif -INFO:mylog:total:25,block:4 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_9216_12288.tif -INFO:mylog:total:25,block:18 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_6144_9216.tif -INFO:mylog:total:25,block:18 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-28.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-28.log deleted file mode 100644 index edc951d..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-28.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:5 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_0_3072.tif -INFO:mylog:total:25,block:5 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_0_3072.tif -INFO:mylog:total:25,block:17 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_3072_6144.tif -INFO:mylog:total:25,block:17 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-30.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-30.log deleted file mode 100644 index aff8781..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-30.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:6 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:6 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:19 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_9216_12288.tif -INFO:mylog:total:25,block:19 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-31.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-31.log deleted file mode 100644 index bd379e8..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-31.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:7 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_3072_6144.tif -INFO:mylog:total:25,block:7 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-33.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-33.log deleted file mode 100644 index e6562ec..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-33.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:8 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_6144_9216.tif -INFO:mylog:total:25,block:8 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-35.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-35.log deleted file mode 100644 index e643d94..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-35.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:9 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:9 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:23 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_6144_9216.tif -INFO:mylog:total:25,block:23 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-37.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-37.log deleted file mode 100644 index 724dce7..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-37.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:10 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_0_3072.tif -INFO:mylog:total:25,block:10 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_0_3072.tif -INFO:mylog:total:25,block:22 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_3072_6144.tif -INFO:mylog:total:25,block:22 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-39.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-39.log deleted file mode 100644 index cca0351..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-39.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:11 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_11883_14955.tif -INFO:mylog:total:25,block:11 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_11883_14955.tif -INFO:mylog:total:25,block:21 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_11883_14955.tif -INFO:mylog:total:25,block:21 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_11883_14955.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-40.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-40.log deleted file mode 100644 index 194290f..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-40.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:12 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_3072_6144.tif -INFO:mylog:total:25,block:12 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-44.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-44.log deleted file mode 100644 index b67e8ed..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-44.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:13 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_6144_9216.tif -INFO:mylog:total:25,block:13 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-48.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-48.log deleted file mode 100644 index 540b475..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-05-48.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:14 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_9216_12288.tif -INFO:mylog:total:25,block:14 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-11-35.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-11-35.log deleted file mode 100644 index 46b9b75..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-11-35.log +++ /dev/null @@ -1,53 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\vegetationPhenology-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope2:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_sim_ori success! -INFO:mylog:cut Covering success! -INFO:mylog:preprocess_handle success! -INFO:mylog:progress bar: 10% -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:read phenology Measure.csv success! -INFO:mylog:img to T3 success! -INFO:mylog:refine_lee filter success! -INFO:mylog:Freeman successful -INFO:mylog:create_features success! -INFO:mylog:progress bar: 20% -INFO:mylog:gene_train_set success! -INFO:mylog:feature_list:['0: Freeman_Dbl_geo.tif', '1: Freeman_Odd_geo.tif', '2: Freeman_Vol_geo.tif'] -INFO:mylog:generate train and test set success! -INFO:mylog:progress bar: 30% -INFO:mylog:importances:[0.01753821 0.32252416 0.65993763],threshold=0.07 -INFO:mylog:optimal_feature:[2, 1] -INFO:mylog:correlation_map: - [[0. 0.1501588] - [0. 0. ]] -INFO:mylog:validity_list_corr:[2 1] -INFO:mylog:[2 1] -INFO:mylog:train_feature:['2: Freeman_Vol_geo.tif' '1: Freeman_Odd_geo.tif'] -INFO:mylog:RF trainning -INFO:mylog:RF train success! -INFO:mylog:mode testing -INFO:mylog:block size is :3072 -INFO:mylog:test_feature:dict_keys(['Freeman_Odd_geo', 'Freeman_Vol_geo']) -INFO:mylog:blocking tifs success! -INFO:mylog:create features matrix success! -INFO:mylog:trans_tif2mask success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\tif_mask.tif -INFO:mylog:create ROI image success! -INFO:mylog:combine_mask success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\bare_land_mask.tif -INFO:mylog:cal_roi success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\product\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho-VP.tif -INFO:mylog:mode test success! -INFO:mylog:progress bar: 80% -INFO:mylog:progress bar: 100% -INFO:mylog:successful production of VegetationPhenology products! -INFO:mylog:running use time: 0:17:28.377099 diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-23-56.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-23-56.log deleted file mode 100644 index e182a2c..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-23-56.log +++ /dev/null @@ -1,8 +0,0 @@ -INFO:mylog:total:25,block:0 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_0_3072.tif -INFO:mylog:total:25,block:1 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_11883_14955.tif -INFO:mylog:total:25,block:0 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_0_3072.tif -INFO:mylog:total:25,block:15 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_0_3072.tif -INFO:mylog:total:25,block:1 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_11883_14955.tif -INFO:mylog:total:25,block:17 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_3072_6144.tif -INFO:mylog:total:25,block:15 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_0_3072.tif -INFO:mylog:total:25,block:17 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-23-58.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-23-58.log deleted file mode 100644 index 187f8b0..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-23-58.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:2 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_3072_6144.tif -INFO:mylog:total:25,block:2 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_3072_6144.tif -INFO:mylog:total:25,block:23 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_6144_9216.tif -INFO:mylog:total:25,block:23 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-24-00.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-24-00.log deleted file mode 100644 index 28d6428..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-24-00.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:3 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_6144_9216.tif -INFO:mylog:total:25,block:3 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_6144_9216.tif -INFO:mylog:total:25,block:19 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_9216_12288.tif -INFO:mylog:total:25,block:19 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-24-02.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-24-02.log deleted file mode 100644 index 9582cdc..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-24-02.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:4 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_9216_12288.tif -INFO:mylog:total:25,block:4 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_9216_12288.tif -INFO:mylog:total:25,block:18 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_6144_9216.tif -INFO:mylog:total:25,block:18 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-24-03.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-24-03.log deleted file mode 100644 index 26881eb..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-24-03.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:5 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_0_3072.tif -INFO:mylog:total:25,block:5 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_0_3072.tif -INFO:mylog:total:25,block:16 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_11883_14955.tif -INFO:mylog:total:25,block:16 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_11883_14955.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-24-05.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-24-05.log deleted file mode 100644 index 4b8136a..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-24-05.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:6 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:6 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:20 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_0_3072.tif -INFO:mylog:total:25,block:20 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_0_3072.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-24-07.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-24-07.log deleted file mode 100644 index bd379e8..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-24-07.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:7 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_3072_6144.tif -INFO:mylog:total:25,block:7 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-24-09.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-24-09.log deleted file mode 100644 index e6562ec..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-24-09.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:8 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_6144_9216.tif -INFO:mylog:total:25,block:8 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-24-11.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-24-11.log deleted file mode 100644 index 3234527..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-24-11.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:9 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:9 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:24 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_9216_12288.tif -INFO:mylog:total:25,block:24 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-24-13.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-24-13.log deleted file mode 100644 index 379370d..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-24-13.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:10 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_0_3072.tif -INFO:mylog:total:25,block:10 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_0_3072.tif -INFO:mylog:total:25,block:21 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_11883_14955.tif -INFO:mylog:total:25,block:21 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_11883_14955.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-24-15.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-24-15.log deleted file mode 100644 index 6b19b95..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-24-15.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:11 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_11883_14955.tif -INFO:mylog:total:25,block:11 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_11883_14955.tif -INFO:mylog:total:25,block:22 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_3072_6144.tif -INFO:mylog:total:25,block:22 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-24-18.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-24-18.log deleted file mode 100644 index 194290f..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-24-18.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:12 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_3072_6144.tif -INFO:mylog:total:25,block:12 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-24-23.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-24-23.log deleted file mode 100644 index b67e8ed..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-24-23.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:13 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_6144_9216.tif -INFO:mylog:total:25,block:13 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-24-29.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-24-29.log deleted file mode 100644 index 540b475..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-24-29.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:14 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_9216_12288.tif -INFO:mylog:total:25,block:14 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-35-16.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-35-16.log deleted file mode 100644 index 0fd79ae..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-16-35-16.log +++ /dev/null @@ -1,59 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\vegetationPhenology-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope2:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_sim_ori success! -INFO:mylog:cut Covering success! -INFO:mylog:preprocess_handle success! -INFO:mylog:progress bar: 10% -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:read phenology Measure.csv success! -INFO:mylog:img to T3 success! -INFO:mylog:refine_lee filter success! -INFO:mylog:Freeman successful -INFO:mylog:Yamaguchi successful -INFO:mylog:Cloude successful -INFO:mylog:create_features success! -INFO:mylog:progress bar: 20% -INFO:mylog:gene_train_set success! -INFO:mylog:feature_list:['0: alpha_geo.tif', '1: anisotropy_geo.tif', '2: beta_geo.tif', '3: combination_1mH1mA_geo.tif', '4: combination_1mHA_geo.tif', '5: combination_H1mA_geo.tif', '6: combination_HA_geo.tif', '7: delta_geo.tif', '8: entropy_geo.tif', '9: Freeman_Dbl_geo.tif', '10: Freeman_Odd_geo.tif', '11: Freeman_Vol_geo.tif', '12: gamma_geo.tif', '13: lambda_geo.tif', '14: Yamaguchi4_Dbl_geo.tif', '15: Yamaguchi4_Hlx_geo.tif', '16: Yamaguchi4_Odd_geo.tif', '17: Yamaguchi4_Vol_geo.tif'] -INFO:mylog:generate train and test set success! -INFO:mylog:progress bar: 30% -INFO:mylog:importances:[0.04418615 0.03613523 0.03937815 0.03694402 0.04288367 0.03895146 - 0.03725419 0.03924043 0.04659004 0.00869558 0.04775599 0.14856278 - 0.03815641 0.13727368 0.02121703 0.05688362 0.07599339 0.10389817],threshold=0.07 -INFO:mylog:optimal_feature:[11, 13, 17, 16] -INFO:mylog:correlation_map: - [[0. 0.74127618 0.89359918 0.36521613] - [0. 0. 0.61654305 0.86975651] - [0. 0. 0. 0.20716267] - [0. 0. 0. 0. ]] -INFO:mylog:validity_list_corr:[11 13] -INFO:mylog:[11 13] -INFO:mylog:train_feature:['11: Freeman_Vol_geo.tif' '13: lambda_geo.tif'] -INFO:mylog:RF trainning -INFO:mylog:RF train success! -INFO:mylog:mode testing -INFO:mylog:block size is :3072 -INFO:mylog:test_feature:dict_keys(['Freeman_Vol_geo', 'lambda_geo']) -INFO:mylog:blocking tifs success! -INFO:mylog:create features matrix success! -INFO:mylog:trans_tif2mask success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\tif_mask.tif -INFO:mylog:create ROI image success! -INFO:mylog:combine_mask success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\bare_land_mask.tif -INFO:mylog:cal_roi success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\product\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho-VP.tif -INFO:mylog:mode test success! -INFO:mylog:progress bar: 80% -INFO:mylog:progress bar: 100% -INFO:mylog:successful production of VegetationPhenology products! -INFO:mylog:running use time: 0:48:48.853661 diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-18-58.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-18-58.log deleted file mode 100644 index d672148..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-18-58.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:0 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_0_3072.tif -INFO:mylog:total:25,block:0 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_0_3072.tif -INFO:mylog:total:25,block:16 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_11883_14955.tif -INFO:mylog:total:25,block:16 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_11883_14955.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-18-59.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-18-59.log deleted file mode 100644 index 2080ddf..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-18-59.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:1 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_11883_14955.tif -INFO:mylog:total:25,block:1 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_11883_14955.tif -INFO:mylog:total:25,block:15 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_0_3072.tif -INFO:mylog:total:25,block:15 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_0_3072.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-01.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-01.log deleted file mode 100644 index 187f8b0..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-01.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:2 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_3072_6144.tif -INFO:mylog:total:25,block:2 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_3072_6144.tif -INFO:mylog:total:25,block:23 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_6144_9216.tif -INFO:mylog:total:25,block:23 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-03.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-03.log deleted file mode 100644 index 9143c53..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-03.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:3 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_6144_9216.tif -INFO:mylog:total:25,block:3 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_6144_9216.tif -INFO:mylog:total:25,block:21 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_11883_14955.tif -INFO:mylog:total:25,block:21 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_11883_14955.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-04.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-04.log deleted file mode 100644 index 4845bda..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-04.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:4 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_9216_12288.tif -INFO:mylog:total:25,block:4 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_9216_12288.tif -INFO:mylog:total:25,block:19 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_9216_12288.tif -INFO:mylog:total:25,block:19 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-06.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-06.log deleted file mode 100644 index f78c631..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-06.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:5 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_0_3072.tif -INFO:mylog:total:25,block:5 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_0_3072.tif -INFO:mylog:total:25,block:18 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_6144_9216.tif -INFO:mylog:total:25,block:18 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-09.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-09.log deleted file mode 100644 index 212cbec..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-09.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:6 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:6 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:17 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_3072_6144.tif -INFO:mylog:total:25,block:17 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-10.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-10.log deleted file mode 100644 index bd379e8..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-10.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:7 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_3072_6144.tif -INFO:mylog:total:25,block:7 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-12.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-12.log deleted file mode 100644 index 35a831c..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-12.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:8 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_6144_9216.tif -INFO:mylog:total:25,block:8 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_6144_9216.tif -INFO:mylog:total:25,block:24 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_9216_12288.tif -INFO:mylog:total:25,block:24 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-14.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-14.log deleted file mode 100644 index ac031c1..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-14.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:9 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:9 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-16.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-16.log deleted file mode 100644 index 724dce7..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-16.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:10 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_0_3072.tif -INFO:mylog:total:25,block:10 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_0_3072.tif -INFO:mylog:total:25,block:22 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_3072_6144.tif -INFO:mylog:total:25,block:22 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-18.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-18.log deleted file mode 100644 index cf0123d..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-18.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:11 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_11883_14955.tif -INFO:mylog:total:25,block:11 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_11883_14955.tif -INFO:mylog:total:25,block:20 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_0_3072.tif -INFO:mylog:total:25,block:20 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_0_3072.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-22.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-22.log deleted file mode 100644 index 194290f..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-22.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:12 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_3072_6144.tif -INFO:mylog:total:25,block:12 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-26.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-26.log deleted file mode 100644 index b67e8ed..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-26.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:13 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_6144_9216.tif -INFO:mylog:total:25,block:13 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-30.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-30.log deleted file mode 100644 index 540b475..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-19-30.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:14 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_9216_12288.tif -INFO:mylog:total:25,block:14 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-55-58.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-55-58.log deleted file mode 100644 index a940e92..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-17-55-58.log +++ /dev/null @@ -1,59 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\vegetationPhenology-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope2:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_sim_ori success! -INFO:mylog:cut Covering success! -INFO:mylog:preprocess_handle success! -INFO:mylog:progress bar: 10% -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:read phenology Measure.csv success! -INFO:mylog:img to T3 success! -INFO:mylog:refine_lee filter success! -INFO:mylog:Freeman successful -INFO:mylog:Yamaguchi successful -INFO:mylog:Cloude successful -INFO:mylog:create_features success! -INFO:mylog:progress bar: 20% -INFO:mylog:gene_train_set success! -INFO:mylog:feature_list:['0: alpha_geo.tif', '1: anisotropy_geo.tif', '2: beta_geo.tif', '3: combination_1mH1mA_geo.tif', '4: combination_1mHA_geo.tif', '5: combination_H1mA_geo.tif', '6: combination_HA_geo.tif', '7: delta_geo.tif', '8: entropy_geo.tif', '9: Freeman_Dbl_geo.tif', '10: Freeman_Odd_geo.tif', '11: Freeman_Vol_geo.tif', '12: gamma_geo.tif', '13: lambda_geo.tif', '14: Yamaguchi4_Dbl_geo.tif', '15: Yamaguchi4_Hlx_geo.tif', '16: Yamaguchi4_Odd_geo.tif', '17: Yamaguchi4_Vol_geo.tif'] -INFO:mylog:generate train and test set success! -INFO:mylog:progress bar: 30% -INFO:mylog:importances:[0.04406896 0.03563911 0.03996192 0.03667712 0.04260889 0.03932809 - 0.03758099 0.03906435 0.04545747 0.00839695 0.0475295 0.15852544 - 0.03810565 0.13277894 0.02116595 0.05404408 0.07614294 0.10292364],threshold=0.07 -INFO:mylog:optimal_feature:[11, 13, 17, 16] -INFO:mylog:correlation_map: - [[0. 0.74619227 0.89742557 0.36120713] - [0. 0. 0.62527648 0.86399556] - [0. 0. 0. 0.20599822] - [0. 0. 0. 0. ]] -INFO:mylog:validity_list_corr:[11 13] -INFO:mylog:[11 13] -INFO:mylog:train_feature:['11: Freeman_Vol_geo.tif' '13: lambda_geo.tif'] -INFO:mylog:RF trainning -INFO:mylog:RF train success! -INFO:mylog:mode testing -INFO:mylog:block size is :3072 -INFO:mylog:test_feature:dict_keys(['Freeman_Vol_geo', 'lambda_geo']) -INFO:mylog:blocking tifs success! -INFO:mylog:create features matrix success! -INFO:mylog:trans_tif2mask success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\tif_mask.tif -INFO:mylog:create ROI image success! -INFO:mylog:combine_mask success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\bare_land_mask.tif -INFO:mylog:cal_roi success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\product\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho-VP.tif -INFO:mylog:mode test success! -INFO:mylog:progress bar: 80% -INFO:mylog:progress bar: 100% -INFO:mylog:successful production of VegetationPhenology products! -INFO:mylog:running use time: 0:47:26.584181 diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-30.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-30.log deleted file mode 100644 index ec84f92..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-30.log +++ /dev/null @@ -1,8 +0,0 @@ -INFO:mylog:total:25,block:0 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_0_3072.tif -INFO:mylog:total:25,block:1 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_11883_14955.tif -INFO:mylog:total:25,block:1 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_11883_14955.tif -INFO:mylog:total:25,block:15 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_0_3072.tif -INFO:mylog:total:25,block:0 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_0_3072.tif -INFO:mylog:total:25,block:16 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_11883_14955.tif -INFO:mylog:total:25,block:16 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_11883_14955.tif -INFO:mylog:total:25,block:15 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_0_3072.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-31.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-31.log deleted file mode 100644 index 82b0158..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-31.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:2 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_3072_6144.tif -INFO:mylog:total:25,block:2 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_3072_6144.tif -INFO:mylog:total:25,block:24 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_9216_12288.tif -INFO:mylog:total:25,block:24 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-33.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-33.log deleted file mode 100644 index 28d6428..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-33.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:3 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_6144_9216.tif -INFO:mylog:total:25,block:3 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_6144_9216.tif -INFO:mylog:total:25,block:19 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_9216_12288.tif -INFO:mylog:total:25,block:19 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-35.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-35.log deleted file mode 100644 index b087cc0..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-35.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:4 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_9216_12288.tif -INFO:mylog:total:25,block:4 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_9216_12288.tif -INFO:mylog:total:25,block:21 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_11883_14955.tif -INFO:mylog:total:25,block:21 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_11883_14955.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-36.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-36.log deleted file mode 100644 index edc951d..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-36.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:5 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_0_3072.tif -INFO:mylog:total:25,block:5 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_0_3072.tif -INFO:mylog:total:25,block:17 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_3072_6144.tif -INFO:mylog:total:25,block:17 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-38.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-38.log deleted file mode 100644 index 2787b39..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-38.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:6 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:6 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:18 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_6144_9216.tif -INFO:mylog:total:25,block:18 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-40.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-40.log deleted file mode 100644 index bd379e8..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-40.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:7 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_3072_6144.tif -INFO:mylog:total:25,block:7 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-42.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-42.log deleted file mode 100644 index e6562ec..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-42.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:8 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_6144_9216.tif -INFO:mylog:total:25,block:8 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-43.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-43.log deleted file mode 100644 index e643d94..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-43.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:9 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:9 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:23 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_6144_9216.tif -INFO:mylog:total:25,block:23 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-45.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-45.log deleted file mode 100644 index b512a71..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-45.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:10 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_0_3072.tif -INFO:mylog:total:25,block:10 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_0_3072.tif -INFO:mylog:total:25,block:20 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_0_3072.tif -INFO:mylog:total:25,block:20 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_0_3072.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-47.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-47.log deleted file mode 100644 index 6b19b95..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-47.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:11 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_11883_14955.tif -INFO:mylog:total:25,block:11 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_11883_14955.tif -INFO:mylog:total:25,block:22 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_3072_6144.tif -INFO:mylog:total:25,block:22 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-50.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-50.log deleted file mode 100644 index 194290f..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-50.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:12 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_3072_6144.tif -INFO:mylog:total:25,block:12 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-54.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-54.log deleted file mode 100644 index b67e8ed..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-54.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:13 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_6144_9216.tif -INFO:mylog:total:25,block:13 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-59.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-59.log deleted file mode 100644 index 540b475..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-04-18-38-59.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:14 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_9216_12288.tif -INFO:mylog:total:25,block:14 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-10-24-21.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-10-24-21.log deleted file mode 100644 index cd7cd27..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-10-24-21.log +++ /dev/null @@ -1,25 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\vegetationPhenology-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope2:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_sim_ori success! -INFO:mylog:cut Covering success! -INFO:mylog:preprocess_handle success! -INFO:mylog:progress bar: 10% -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:read phenology Measure.csv success! -INFO:mylog:img to T3 success! -INFO:mylog:refine_lee filter success! -INFO:mylog:Freeman successful -INFO:mylog:Yamaguchi successful -INFO:mylog:Cloude successful diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-11-42-53.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-11-42-53.log deleted file mode 100644 index 31db649..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-11-42-53.log +++ /dev/null @@ -1,40 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\vegetationPhenology-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope2:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_sim_ori success! -INFO:mylog:cut Covering success! -INFO:mylog:preprocess_handle success! -INFO:mylog:progress bar: 10% -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:read phenology Measure.csv success! -INFO:mylog:img to T3 success! -INFO:mylog:refine_lee filter success! -INFO:mylog:Freeman successful -INFO:mylog:Yamaguchi successful -ERROR:mylog:h_a_alpha_decomposition_T3.exe not exists. -ERROR:mylog:CloudePottierDecomposition err -ERROR:mylog:run-time error! -Traceback (most recent call last): - File "D:/estar-proj/microproduct-l-sar/vegetationPhenology-L-SAR/VegetationPhenologyMain.py", line 610, in - if main_handler.process_handle(start) is False: - File "D:/estar-proj/microproduct-l-sar/vegetationPhenology-L-SAR/VegetationPhenologyMain.py", line 375, in process_handle - feature_dir, train_data_dic = self.create_feature_single_tar(name) - File "D:/estar-proj/microproduct-l-sar/vegetationPhenology-L-SAR/VegetationPhenologyMain.py", line 320, in create_feature_single_tar - feature_dir = CreateFeature.decompose_single_tar(hh_hv_vh_vv_list, self.__workspace_processing_path, self.__workspace_preprocessing_path, name, self._env_str, rows, cols, FILTER_SIZE=3, debug=DEBUG, FeatureInput=featureInput) - File "D:\estar-proj\microproduct-l-sar\tool\algorithm\polsarpro\createfeature.py", line 164, in decompose_single_tar - cfeature.cereat_features_dic(outFolderDic, feature_tif_dir) - File "D:\estar-proj\microproduct-l-sar\tool\algorithm\polsarpro\createfeature.py", line 136, in cereat_features_dic - for key in outFolderDic: -TypeError: 'NoneType' object is not iterable -INFO:mylog:running use time: 0:09:55.019447 diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-11-54-04.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-11-54-04.log deleted file mode 100644 index d8fe4e2..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-11-54-04.log +++ /dev/null @@ -1,26 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\vegetationPhenology-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope2:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_sim_ori success! -INFO:mylog:cut Covering success! -INFO:mylog:preprocess_handle success! -INFO:mylog:progress bar: 10% -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:read phenology Measure.csv success! -INFO:mylog:img to T3 success! -INFO:mylog:refine_lee filter success! -INFO:mylog:Freeman successful -INFO:mylog:Yamaguchi successful -INFO:mylog:h_a_alpha_decomposition:h_a_alpha_decomposition_T3.exe -id D:\micro\LWork\VegetationPhenology\Temporary\processing\20230327\lee_filter\ -od D:\micro\LWork\VegetationPhenology\Temporary\processing\20230327\cloude\ -iodf T3 -nwr 1 -nwc 1 -ofr 0 -ofc 0 -fnr 11133 -fnc 11898 -fl1 1 -fl2 1 -fl3 1 -fl4 1 -fl5 1 -fl6 1 -fl7 1 -fl8 1 -fl9 1 -INFO:mylog:cmd_result:1 diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-13-30-14.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-13-30-14.log deleted file mode 100644 index cd35b79..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-13-30-14.log +++ /dev/null @@ -1,61 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\vegetationPhenology-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope2:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_sim_ori success! -INFO:mylog:cut Covering success! -INFO:mylog:preprocess_handle success! -INFO:mylog:progress bar: 10% -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:read phenology Measure.csv success! -INFO:mylog:img to T3 success! -INFO:mylog:refine_lee filter success! -INFO:mylog:Freeman successful -INFO:mylog:Yamaguchi successful -INFO:mylog:h_a_alpha_decomposition:h_a_alpha_decomposition_T3.exe -id D:\micro\LWork\VegetationPhenology\Temporary\processing\20230327\lee_filter\ -od D:\micro\LWork\VegetationPhenology\Temporary\processing\20230327\cloude\ -iodf T3 -nwr 1 -nwc 1 -ofr 0 -ofc 0 -fnr 11133 -fnc 11898 -fl1 1 -fl2 1 -fl3 1 -fl4 1 -fl5 1 -fl6 1 -fl7 1 -fl8 1 -fl9 1 -INFO:mylog:cmd_result:1 -INFO:mylog:h_a_alpha_decomposition finish! -INFO:mylog:Cloude successful -INFO:mylog:create_features success! -INFO:mylog:progress bar: 20% -INFO:mylog:gene_train_set success! -INFO:mylog:feature_list:['0: alpha_geo.tif', '1: anisotropy_geo.tif', '2: beta_geo.tif', '3: combination_1mH1mA_geo.tif', '4: combination_1mHA_geo.tif', '5: combination_H1mA_geo.tif', '6: combination_HA_geo.tif', '7: delta_geo.tif', '8: entropy_geo.tif', '9: Freeman_Dbl_geo.tif', '10: Freeman_Odd_geo.tif', '11: Freeman_Vol_geo.tif', '12: gamma_geo.tif', '13: lambda_geo.tif', '14: Yamaguchi4_Dbl_geo.tif', '15: Yamaguchi4_Hlx_geo.tif', '16: Yamaguchi4_Odd_geo.tif', '17: Yamaguchi4_Vol_geo.tif'] -INFO:mylog:generate train and test set success! -INFO:mylog:progress bar: 30% -INFO:mylog:importances:[0.0450711 0.03625227 0.04005067 0.0370489 0.04268102 0.03960558 - 0.03788245 0.03897182 0.04422238 0.00847879 0.04898805 0.14208992 - 0.03826032 0.13220381 0.02133751 0.06009421 0.08295882 0.1038024 ],threshold=0.07 -INFO:mylog:optimal_feature:[11, 13, 17, 16] -INFO:mylog:correlation_map: - [[0. 0.74454397 0.89873477 0.35505895] - [0. 0. 0.62549197 0.86178383] - [0. 0. 0. 0.20059321] - [0. 0. 0. 0. ]] -INFO:mylog:validity_list_corr:[11 13] -INFO:mylog:[11 13] -INFO:mylog:train_feature:['11: Freeman_Vol_geo.tif' '13: lambda_geo.tif'] -INFO:mylog:RF trainning -INFO:mylog:RF train success! -INFO:mylog:mode testing -INFO:mylog:block size is :3072 -INFO:mylog:test_feature:dict_keys(['Freeman_Vol_geo', 'lambda_geo']) -INFO:mylog:blocking tifs success! -INFO:mylog:create features matrix success! -INFO:mylog:trans_tif2mask success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\tif_mask.tif -INFO:mylog:create ROI image success! -INFO:mylog:combine_mask success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\bare_land_mask.tif -INFO:mylog:cal_roi success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\product\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho-VP.tif -INFO:mylog:mode test success! -INFO:mylog:progress bar: 80% -INFO:mylog:progress bar: 100% -INFO:mylog:successful production of VegetationPhenology products! diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-09-56.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-09-56.log deleted file mode 100644 index ec84f92..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-09-56.log +++ /dev/null @@ -1,8 +0,0 @@ -INFO:mylog:total:25,block:0 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_0_3072.tif -INFO:mylog:total:25,block:1 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_11883_14955.tif -INFO:mylog:total:25,block:1 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_11883_14955.tif -INFO:mylog:total:25,block:15 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_0_3072.tif -INFO:mylog:total:25,block:0 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_0_3072.tif -INFO:mylog:total:25,block:16 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_11883_14955.tif -INFO:mylog:total:25,block:16 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_11883_14955.tif -INFO:mylog:total:25,block:15 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_0_3072.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-09-58.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-09-58.log deleted file mode 100644 index 0100b64..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-09-58.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:2 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_3072_6144.tif -INFO:mylog:total:25,block:2 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_3072_6144.tif -INFO:mylog:total:25,block:22 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_3072_6144.tif -INFO:mylog:total:25,block:22 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-10-00.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-10-00.log deleted file mode 100644 index 28d6428..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-10-00.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:3 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_6144_9216.tif -INFO:mylog:total:25,block:3 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_6144_9216.tif -INFO:mylog:total:25,block:19 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_9216_12288.tif -INFO:mylog:total:25,block:19 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-10-02.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-10-02.log deleted file mode 100644 index f3077d1..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-10-02.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:4 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_9216_12288.tif -INFO:mylog:total:25,block:4 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_9216_12288.tif -INFO:mylog:total:25,block:20 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_0_3072.tif -INFO:mylog:total:25,block:20 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_0_3072.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-10-03.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-10-03.log deleted file mode 100644 index f78c631..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-10-03.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:5 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_0_3072.tif -INFO:mylog:total:25,block:5 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_0_3072.tif -INFO:mylog:total:25,block:18 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_6144_9216.tif -INFO:mylog:total:25,block:18 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-10-05.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-10-05.log deleted file mode 100644 index 212cbec..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-10-05.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:6 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:6 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:17 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_3072_6144.tif -INFO:mylog:total:25,block:17 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-10-07.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-10-07.log deleted file mode 100644 index bd379e8..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-10-07.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:7 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_3072_6144.tif -INFO:mylog:total:25,block:7 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-10-09.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-10-09.log deleted file mode 100644 index e6562ec..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-10-09.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:8 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_6144_9216.tif -INFO:mylog:total:25,block:8 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-10-11.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-10-11.log deleted file mode 100644 index 7092b45..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-10-11.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:9 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:9 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:21 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_11883_14955.tif -INFO:mylog:total:25,block:21 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_11883_14955.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-10-13.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-10-13.log deleted file mode 100644 index d8ed704..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-10-13.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:10 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_0_3072.tif -INFO:mylog:total:25,block:10 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_0_3072.tif -INFO:mylog:total:25,block:23 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_6144_9216.tif -INFO:mylog:total:25,block:23 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-10-15.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-10-15.log deleted file mode 100644 index 0e9e4e4..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-10-15.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:11 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_11883_14955.tif -INFO:mylog:total:25,block:11 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_11883_14955.tif -INFO:mylog:total:25,block:24 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_9216_12288.tif -INFO:mylog:total:25,block:24 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-10-20.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-10-20.log deleted file mode 100644 index 194290f..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-10-20.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:12 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_3072_6144.tif -INFO:mylog:total:25,block:12 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-10-25.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-10-25.log deleted file mode 100644 index b67e8ed..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-10-25.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:13 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_6144_9216.tif -INFO:mylog:total:25,block:13 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-10-29.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-10-29.log deleted file mode 100644 index 540b475..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-10-29.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:14 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_9216_12288.tif -INFO:mylog:total:25,block:14 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-19-00.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-19-00.log deleted file mode 100644 index 6eb1885..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-14-19-00.log +++ /dev/null @@ -1,61 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\vegetationPhenology-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope2:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_sim_ori success! -INFO:mylog:cut Covering success! -INFO:mylog:preprocess_handle success! -INFO:mylog:progress bar: 10% -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:read phenology Measure.csv success! -INFO:mylog:img to T3 success! -INFO:mylog:refine_lee filter success! -INFO:mylog:Freeman successful -INFO:mylog:Yamaguchi successful -INFO:mylog:h_a_alpha_decomposition:h_a_alpha_decomposition_T3.exe -id D:\micro\LWork\VegetationPhenology\Temporary\processing\20230327\lee_filter\ -od D:\micro\LWork\VegetationPhenology\Temporary\processing\20230327\cloude\ -iodf T3 -nwr 1 -nwc 1 -ofr 0 -ofc 0 -fnr 11133 -fnc 11898 -fl1 1 -fl2 1 -fl3 1 -fl4 1 -fl5 1 -fl6 1 -fl7 1 -fl8 1 -fl9 1 -INFO:mylog:cmd_result:1 -INFO:mylog:h_a_alpha_decomposition finish! -INFO:mylog:Cloude successful -INFO:mylog:create_features success! -INFO:mylog:progress bar: 20% -INFO:mylog:gene_train_set success! -INFO:mylog:feature_list:['0: alpha_geo.tif', '1: anisotropy_geo.tif', '2: beta_geo.tif', '3: cal_HH_geo.tif', '4: cal_HV_geo.tif', '5: cal_VH_geo.tif', '6: cal_VV_geo.tif', '7: combination_1mH1mA_geo.tif', '8: combination_1mHA_geo.tif', '9: combination_H1mA_geo.tif', '10: combination_HA_geo.tif', '11: delta_geo.tif', '12: entropy_geo.tif', '13: Freeman_Dbl_geo.tif', '14: Freeman_Odd_geo.tif', '15: Freeman_Vol_geo.tif', '16: gamma_geo.tif', '17: lambda_geo.tif', '18: Yamaguchi4_Dbl_geo.tif', '19: Yamaguchi4_Hlx_geo.tif', '20: Yamaguchi4_Odd_geo.tif', '21: Yamaguchi4_Vol_geo.tif'] -INFO:mylog:generate train and test set success! -INFO:mylog:progress bar: 30% -INFO:mylog:importances:[0.03594166 0.02865754 0.03141529 0.04913252 0.04451029 0.04048705 - 0.04368535 0.02960005 0.03498552 0.03219024 0.03085124 0.03095424 - 0.037686 0.00770853 0.04221094 0.12274069 0.03020783 0.10152958 - 0.01833299 0.04735347 0.06825441 0.09156457],threshold=0.07 -INFO:mylog:optimal_feature:[15, 17, 21] -INFO:mylog:correlation_map: - [[0. 0.74639576 0.89944116] - [0. 0. 0.62655781] - [0. 0. 0. ]] -INFO:mylog:validity_list_corr:[15 17] -INFO:mylog:[15 17] -INFO:mylog:train_feature:['15: Freeman_Vol_geo.tif' '17: lambda_geo.tif'] -INFO:mylog:RF trainning -INFO:mylog:RF train success! -INFO:mylog:mode testing -INFO:mylog:block size is :3072 -INFO:mylog:test_feature:dict_keys(['Freeman_Vol_geo', 'lambda_geo']) -INFO:mylog:blocking tifs success! -INFO:mylog:create features matrix success! -INFO:mylog:trans_tif2mask success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\tif_mask.tif -INFO:mylog:create ROI image success! -INFO:mylog:combine_mask success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\bare_land_mask.tif -INFO:mylog:cal_roi success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\product\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho-VP.tif -INFO:mylog:mode test success! -INFO:mylog:progress bar: 80% -INFO:mylog:progress bar: 100% -INFO:mylog:successful production of VegetationPhenology products! diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-02-56.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-02-56.log deleted file mode 100644 index f870dfc..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-02-56.log +++ /dev/null @@ -1,8 +0,0 @@ -INFO:mylog:total:25,block:0 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_0_3072.tif -INFO:mylog:total:25,block:1 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_11883_14955.tif -INFO:mylog:total:25,block:0 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_0_3072.tif -INFO:mylog:total:25,block:15 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_0_3072.tif -INFO:mylog:total:25,block:1 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_11883_14955.tif -INFO:mylog:total:25,block:16 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_11883_14955.tif -INFO:mylog:total:25,block:16 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_11883_14955.tif -INFO:mylog:total:25,block:15 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_0_3072.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-02-58.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-02-58.log deleted file mode 100644 index 187f8b0..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-02-58.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:2 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_3072_6144.tif -INFO:mylog:total:25,block:2 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_3072_6144.tif -INFO:mylog:total:25,block:23 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_6144_9216.tif -INFO:mylog:total:25,block:23 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-03-00.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-03-00.log deleted file mode 100644 index 89b7718..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-03-00.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:3 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_6144_9216.tif -INFO:mylog:total:25,block:3 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_6144_9216.tif -INFO:mylog:total:25,block:22 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_3072_6144.tif -INFO:mylog:total:25,block:22 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-03-02.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-03-02.log deleted file mode 100644 index 4845bda..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-03-02.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:4 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_9216_12288.tif -INFO:mylog:total:25,block:4 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_9216_12288.tif -INFO:mylog:total:25,block:19 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_9216_12288.tif -INFO:mylog:total:25,block:19 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-03-04.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-03-04.log deleted file mode 100644 index edc951d..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-03-04.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:5 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_0_3072.tif -INFO:mylog:total:25,block:5 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_0_3072.tif -INFO:mylog:total:25,block:17 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_3072_6144.tif -INFO:mylog:total:25,block:17 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-03-05.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-03-05.log deleted file mode 100644 index 2787b39..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-03-05.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:6 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:6 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:18 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_6144_9216.tif -INFO:mylog:total:25,block:18 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-03-07.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-03-07.log deleted file mode 100644 index bd379e8..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-03-07.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:7 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_3072_6144.tif -INFO:mylog:total:25,block:7 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-03-09.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-03-09.log deleted file mode 100644 index e6562ec..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-03-09.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:8 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_6144_9216.tif -INFO:mylog:total:25,block:8 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-03-11.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-03-11.log deleted file mode 100644 index 3234527..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-03-11.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:9 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:9 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:24 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_9216_12288.tif -INFO:mylog:total:25,block:24 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-03-12.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-03-12.log deleted file mode 100644 index b512a71..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-03-12.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:10 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_0_3072.tif -INFO:mylog:total:25,block:10 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_0_3072.tif -INFO:mylog:total:25,block:20 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_0_3072.tif -INFO:mylog:total:25,block:20 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_0_3072.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-03-15.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-03-15.log deleted file mode 100644 index cca0351..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-03-15.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:11 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_11883_14955.tif -INFO:mylog:total:25,block:11 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_11883_14955.tif -INFO:mylog:total:25,block:21 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_11883_14955.tif -INFO:mylog:total:25,block:21 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_11883_14955.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-03-17.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-03-17.log deleted file mode 100644 index 194290f..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-03-17.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:12 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_3072_6144.tif -INFO:mylog:total:25,block:12 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-03-21.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-03-21.log deleted file mode 100644 index b67e8ed..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-03-21.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:13 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_6144_9216.tif -INFO:mylog:total:25,block:13 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-03-24.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-03-24.log deleted file mode 100644 index 540b475..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-03-24.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:14 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_9216_12288.tif -INFO:mylog:total:25,block:14 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-31-17.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-31-17.log deleted file mode 100644 index d73eb31..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-15-31-17.log +++ /dev/null @@ -1,64 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\vegetationPhenology-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope2:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_sim_ori success! -INFO:mylog:cut Covering success! -INFO:mylog:preprocess_handle success! -INFO:mylog:progress bar: 10% -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:read phenology Measure.csv success! -INFO:mylog:img to T3 success! -INFO:mylog:refine_lee filter success! -INFO:mylog:Freeman successful -INFO:mylog:Yamaguchi successful -INFO:mylog:h_a_alpha_decomposition:h_a_alpha_decomposition_T3.exe -id D:\micro\LWork\VegetationPhenology\Temporary\processing\20230327\lee_filter\ -od D:\micro\LWork\VegetationPhenology\Temporary\processing\20230327\cloude\ -iodf T3 -nwr 1 -nwc 1 -ofr 0 -ofc 0 -fnr 11133 -fnc 11898 -fl1 1 -fl2 1 -fl3 1 -fl4 1 -fl5 1 -fl6 1 -fl7 1 -fl8 1 -fl9 1 -INFO:mylog:cmd_result:1 -INFO:mylog:h_a_alpha_decomposition finish! -INFO:mylog:Cloude successful -INFO:mylog:create feature dict success -INFO:mylog:features slc to wgs84 start! -INFO:mylog:features to wgs84 end! -INFO:mylog:create_features success! -INFO:mylog:progress bar: 20% -INFO:mylog:gene_train_set success! -INFO:mylog:feature_list:['0: alpha_geo.tif', '1: anisotropy_geo.tif', '2: beta_geo.tif', '3: cal_HH_geo.tif', '4: cal_HV_geo.tif', '5: cal_VH_geo.tif', '6: cal_VV_geo.tif', '7: combination_1mH1mA_geo.tif', '8: combination_1mHA_geo.tif', '9: combination_H1mA_geo.tif', '10: combination_HA_geo.tif', '11: delta_geo.tif', '12: entropy_geo.tif', '13: Freeman_Dbl_geo.tif', '14: Freeman_Odd_geo.tif', '15: Freeman_Vol_geo.tif', '16: gamma_geo.tif', '17: lambda_geo.tif', '18: Yamaguchi4_Dbl_geo.tif', '19: Yamaguchi4_Hlx_geo.tif', '20: Yamaguchi4_Odd_geo.tif', '21: Yamaguchi4_Vol_geo.tif'] -INFO:mylog:generate train and test set success! -INFO:mylog:progress bar: 30% -INFO:mylog:importances:[0.03544342 0.02915178 0.03177351 0.05316235 0.03950537 0.03733379 - 0.05147585 0.02981843 0.0350393 0.03211948 0.03079237 0.0309693 - 0.03815912 0.00760921 0.04024388 0.12043756 0.0303431 0.11672712 - 0.0182128 0.04597374 0.06344484 0.08226369],threshold=0.07 -INFO:mylog:optimal_feature:[15, 17, 21] -INFO:mylog:correlation_map: - [[0. 0.74172258 0.89775199] - [0. 0. 0.62220184] - [0. 0. 0. ]] -INFO:mylog:validity_list_corr:[15 17] -INFO:mylog:[15 17] -INFO:mylog:train_feature:['15: Freeman_Vol_geo.tif' '17: lambda_geo.tif'] -INFO:mylog:RF trainning -INFO:mylog:RF train success! -INFO:mylog:mode testing -INFO:mylog:block size is :3072 -INFO:mylog:test_feature:dict_keys(['Freeman_Vol_geo', 'lambda_geo']) -INFO:mylog:blocking tifs success! -INFO:mylog:create features matrix success! -INFO:mylog:trans_tif2mask success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\tif_mask.tif -INFO:mylog:create ROI image success! -INFO:mylog:combine_mask success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\bare_land_mask.tif -INFO:mylog:cal_roi success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\product\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho-VP.tif -INFO:mylog:mode test success! -INFO:mylog:progress bar: 80% -INFO:mylog:progress bar: 100% -INFO:mylog:successful production of VegetationPhenology products! diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-16.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-16.log deleted file mode 100644 index e182a2c..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-16.log +++ /dev/null @@ -1,8 +0,0 @@ -INFO:mylog:total:25,block:0 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_0_3072.tif -INFO:mylog:total:25,block:1 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_11883_14955.tif -INFO:mylog:total:25,block:0 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_0_3072.tif -INFO:mylog:total:25,block:15 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_0_3072.tif -INFO:mylog:total:25,block:1 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_11883_14955.tif -INFO:mylog:total:25,block:17 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_3072_6144.tif -INFO:mylog:total:25,block:15 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_0_3072.tif -INFO:mylog:total:25,block:17 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-18.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-18.log deleted file mode 100644 index 187f8b0..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-18.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:2 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_3072_6144.tif -INFO:mylog:total:25,block:2 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_3072_6144.tif -INFO:mylog:total:25,block:23 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_6144_9216.tif -INFO:mylog:total:25,block:23 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-19.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-19.log deleted file mode 100644 index ac32bc2..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-19.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:3 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_6144_9216.tif -INFO:mylog:total:25,block:3 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_6144_9216.tif -INFO:mylog:total:25,block:20 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_0_3072.tif -INFO:mylog:total:25,block:20 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_0_3072.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-21.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-21.log deleted file mode 100644 index 9582cdc..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-21.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:4 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_9216_12288.tif -INFO:mylog:total:25,block:4 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_9216_12288.tif -INFO:mylog:total:25,block:18 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_6144_9216.tif -INFO:mylog:total:25,block:18 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-23.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-23.log deleted file mode 100644 index 26881eb..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-23.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:5 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_0_3072.tif -INFO:mylog:total:25,block:5 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_0_3072.tif -INFO:mylog:total:25,block:16 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_11883_14955.tif -INFO:mylog:total:25,block:16 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_11883_14955.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-25.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-25.log deleted file mode 100644 index aff8781..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-25.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:6 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:6 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:19 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_9216_12288.tif -INFO:mylog:total:25,block:19 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-27.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-27.log deleted file mode 100644 index bd379e8..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-27.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:7 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_3072_6144.tif -INFO:mylog:total:25,block:7 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-29.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-29.log deleted file mode 100644 index e6562ec..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-29.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:8 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_6144_9216.tif -INFO:mylog:total:25,block:8 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-31.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-31.log deleted file mode 100644 index 42d75c0..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-31.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:9 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:9 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:22 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_3072_6144.tif -INFO:mylog:total:25,block:22 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-33.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-33.log deleted file mode 100644 index 379370d..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-33.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:10 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_0_3072.tif -INFO:mylog:total:25,block:10 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_0_3072.tif -INFO:mylog:total:25,block:21 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_11883_14955.tif -INFO:mylog:total:25,block:21 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_11883_14955.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-35.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-35.log deleted file mode 100644 index 0e9e4e4..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-35.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:11 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_11883_14955.tif -INFO:mylog:total:25,block:11 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_11883_14955.tif -INFO:mylog:total:25,block:24 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_9216_12288.tif -INFO:mylog:total:25,block:24 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-37.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-37.log deleted file mode 100644 index 194290f..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-37.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:12 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_3072_6144.tif -INFO:mylog:total:25,block:12 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-42.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-42.log deleted file mode 100644 index b67e8ed..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-42.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:13 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_6144_9216.tif -INFO:mylog:total:25,block:13 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-46.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-46.log deleted file mode 100644 index 540b475..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-12-46.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:14 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_9216_12288.tif -INFO:mylog:total:25,block:14 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-18-56.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-18-56.log deleted file mode 100644 index b15d480..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-18-56.log +++ /dev/null @@ -1,53 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\vegetationPhenology-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope2:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_sim_ori success! -INFO:mylog:cut Covering success! -INFO:mylog:preprocess_handle success! -INFO:mylog:progress bar: 10% -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:read phenology Measure.csv success! -INFO:mylog:img to T3 success! -INFO:mylog:refine_lee filter success! -INFO:mylog:Freeman successful -INFO:mylog:Yamaguchi successful -INFO:mylog:h_a_alpha_decomposition:h_a_alpha_decomposition_T3.exe -id D:\micro\LWork\VegetationPhenology\Temporary\processing\20230327\lee_filter\ -od D:\micro\LWork\VegetationPhenology\Temporary\processing\20230327\cloude\ -iodf T3 -nwr 1 -nwc 1 -ofr 0 -ofc 0 -fnr 11133 -fnc 11898 -fl1 1 -fl2 1 -fl3 1 -fl4 1 -fl5 1 -fl6 1 -fl7 1 -fl8 1 -fl9 1 -INFO:mylog:cmd_result:1 -INFO:mylog:h_a_alpha_decomposition finish! -INFO:mylog:Cloude successful -INFO:mylog:create feature dict success -INFO:mylog:features slc to wgs84 start! -INFO:mylog:features to wgs84 end! -INFO:mylog:create_features success! -INFO:mylog:progress bar: 20% -INFO:mylog:gene_train_set success! -INFO:mylog:feature_list:['0: alpha_geo.tif', '1: anisotropy_geo.tif', '2: beta_geo.tif', '3: cal_HH_geo.tif', '4: cal_HV_geo.tif', '5: cal_VH_geo.tif', '6: cal_VV_geo.tif', '7: combination_1mH1mA_geo.tif', '8: combination_1mHA_geo.tif', '9: combination_H1mA_geo.tif', '10: combination_HA_geo.tif', '11: delta_geo.tif', '12: entropy_geo.tif', '13: Freeman_Dbl_geo.tif', '14: Freeman_Odd_geo.tif', '15: Freeman_Vol_geo.tif', '16: gamma_geo.tif', '17: lambda_geo.tif', '18: Yamaguchi4_Dbl_geo.tif', '19: Yamaguchi4_Hlx_geo.tif', '20: Yamaguchi4_Odd_geo.tif', '21: Yamaguchi4_Vol_geo.tif'] -INFO:mylog:generate train and test set success! -INFO:mylog:progress bar: 30% -INFO:mylog:importances:[0.03609107 0.02885096 0.03149821 0.05335818 0.04111261 0.04082512 - 0.04944512 0.03017409 0.03455731 0.03317037 0.03072823 0.0310399 - 0.03819905 0.00764233 0.04055666 0.12219996 0.03036837 0.11183193 - 0.01853861 0.04335777 0.06047361 0.08598052],threshold=0.07 -INFO:mylog:optimal_feature:[15, 17, 21] -INFO:mylog:correlation_map: - [[0. 0.74334086 0.89715048] - [0. 0. 0.62189805] - [0. 0. 0. ]] -INFO:mylog:validity_list_corr:[15 17] -INFO:mylog:[15 17] -INFO:mylog:train_feature:['15: Freeman_Vol_geo.tif' '17: lambda_geo.tif'] -INFO:mylog:RF trainning -INFO:mylog:RF train success! -INFO:mylog:mode testing -INFO:mylog:block size is :3072 diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-57-55.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-57-55.log deleted file mode 100644 index f69da22..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-16-57-55.log +++ /dev/null @@ -1,64 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\vegetationPhenology-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope2:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_sim_ori success! -INFO:mylog:cut Covering success! -INFO:mylog:preprocess_handle success! -INFO:mylog:progress bar: 10% -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:read phenology Measure.csv success! -INFO:mylog:img to T3 success! -INFO:mylog:refine_lee filter success! -INFO:mylog:Freeman successful -INFO:mylog:Yamaguchi successful -INFO:mylog:h_a_alpha_decomposition:h_a_alpha_decomposition_T3.exe -id D:\micro\LWork\VegetationPhenology\Temporary\processing\20230327\lee_filter\ -od D:\micro\LWork\VegetationPhenology\Temporary\processing\20230327\cloude\ -iodf T3 -nwr 1 -nwc 1 -ofr 0 -ofc 0 -fnr 11133 -fnc 11898 -fl1 1 -fl2 1 -fl3 1 -fl4 1 -fl5 1 -fl6 1 -fl7 1 -fl8 1 -fl9 1 -INFO:mylog:cmd_result:1 -INFO:mylog:h_a_alpha_decomposition finish! -INFO:mylog:Cloude successful -INFO:mylog:create feature dict success -INFO:mylog:features slc to wgs84 start! -INFO:mylog:features to wgs84 end! -INFO:mylog:create_features success! -INFO:mylog:progress bar: 20% -INFO:mylog:gene_train_set success! -INFO:mylog:feature_list:['0: alpha_geo.tif', '1: anisotropy_geo.tif', '2: beta_geo.tif', '3: cal_HH_geo.tif', '4: cal_HV_geo.tif', '5: cal_VH_geo.tif', '6: cal_VV_geo.tif', '7: combination_1mH1mA_geo.tif', '8: combination_1mHA_geo.tif', '9: combination_H1mA_geo.tif', '10: combination_HA_geo.tif', '11: delta_geo.tif', '12: entropy_geo.tif', '13: Freeman_Dbl_geo.tif', '14: Freeman_Odd_geo.tif', '15: Freeman_Vol_geo.tif', '16: gamma_geo.tif', '17: lambda_geo.tif', '18: Yamaguchi4_Dbl_geo.tif', '19: Yamaguchi4_Hlx_geo.tif', '20: Yamaguchi4_Odd_geo.tif', '21: Yamaguchi4_Vol_geo.tif'] -INFO:mylog:generate train and test set success! -INFO:mylog:progress bar: 30% -INFO:mylog:importances:[0.03784636 0.02911707 0.03184751 0.04679082 0.04321012 0.04106427 - 0.04859205 0.030206 0.03419419 0.03235625 0.03063851 0.03123534 - 0.03789939 0.00765946 0.03931143 0.11701647 0.03031529 0.11378829 - 0.01849522 0.04657442 0.0634497 0.08839184],threshold=0.07 -INFO:mylog:optimal_feature:[15, 17, 21] -INFO:mylog:correlation_map: - [[0. 0.74379254 0.89734261] - [0. 0. 0.62280709] - [0. 0. 0. ]] -INFO:mylog:validity_list_corr:[15 17] -INFO:mylog:[15 17] -INFO:mylog:train_feature:['15: Freeman_Vol_geo.tif' '17: lambda_geo.tif'] -INFO:mylog:RF trainning -INFO:mylog:RF train success! -INFO:mylog:mode testing -INFO:mylog:block size is :3072 -INFO:mylog:test_feature:dict_keys(['Freeman_Vol_geo', 'lambda_geo']) -INFO:mylog:blocking tifs success! -INFO:mylog:create features matrix success! -INFO:mylog:trans_tif2mask success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\tif_mask.tif -INFO:mylog:create ROI image success! -INFO:mylog:combine_mask success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\bare_land_mask.tif -INFO:mylog:cal_roi success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\product\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho-VP.tif -INFO:mylog:mode test success! -INFO:mylog:progress bar: 80% -INFO:mylog:progress bar: 100% -INFO:mylog:successful production of VegetationPhenology products! diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-37-33.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-37-33.log deleted file mode 100644 index f870dfc..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-37-33.log +++ /dev/null @@ -1,8 +0,0 @@ -INFO:mylog:total:25,block:0 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_0_3072.tif -INFO:mylog:total:25,block:1 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_11883_14955.tif -INFO:mylog:total:25,block:0 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_0_3072.tif -INFO:mylog:total:25,block:15 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_0_3072.tif -INFO:mylog:total:25,block:1 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_11883_14955.tif -INFO:mylog:total:25,block:16 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_11883_14955.tif -INFO:mylog:total:25,block:16 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_11883_14955.tif -INFO:mylog:total:25,block:15 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_0_3072.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-37-35.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-37-35.log deleted file mode 100644 index 82b0158..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-37-35.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:2 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_3072_6144.tif -INFO:mylog:total:25,block:2 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_3072_6144.tif -INFO:mylog:total:25,block:24 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_9216_12288.tif -INFO:mylog:total:25,block:24 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-37-38.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-37-38.log deleted file mode 100644 index ac32bc2..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-37-38.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:3 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_6144_9216.tif -INFO:mylog:total:25,block:3 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_6144_9216.tif -INFO:mylog:total:25,block:20 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_0_3072.tif -INFO:mylog:total:25,block:20 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_0_3072.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-37-40.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-37-40.log deleted file mode 100644 index 4845bda..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-37-40.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:4 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_9216_12288.tif -INFO:mylog:total:25,block:4 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_9216_12288.tif -INFO:mylog:total:25,block:19 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_9216_12288.tif -INFO:mylog:total:25,block:19 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-37-41.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-37-41.log deleted file mode 100644 index f78c631..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-37-41.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:5 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_0_3072.tif -INFO:mylog:total:25,block:5 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_0_3072.tif -INFO:mylog:total:25,block:18 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_6144_9216.tif -INFO:mylog:total:25,block:18 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-37-43.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-37-43.log deleted file mode 100644 index 212cbec..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-37-43.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:6 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:6 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:17 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_3072_6144.tif -INFO:mylog:total:25,block:17 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-37-45.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-37-45.log deleted file mode 100644 index bd379e8..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-37-45.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:7 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_3072_6144.tif -INFO:mylog:total:25,block:7 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-37-46.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-37-46.log deleted file mode 100644 index e6562ec..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-37-46.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:8 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_6144_9216.tif -INFO:mylog:total:25,block:8 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-37-49.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-37-49.log deleted file mode 100644 index e643d94..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-37-49.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:9 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:9 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:23 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_6144_9216.tif -INFO:mylog:total:25,block:23 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-37-51.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-37-51.log deleted file mode 100644 index 379370d..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-37-51.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:10 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_0_3072.tif -INFO:mylog:total:25,block:10 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_0_3072.tif -INFO:mylog:total:25,block:21 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_11883_14955.tif -INFO:mylog:total:25,block:21 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_11883_14955.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-37-53.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-37-53.log deleted file mode 100644 index 6b19b95..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-37-53.log +++ /dev/null @@ -1,4 +0,0 @@ -INFO:mylog:total:25,block:11 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_11883_14955.tif -INFO:mylog:total:25,block:11 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_11883_14955.tif -INFO:mylog:total:25,block:22 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_3072_6144.tif -INFO:mylog:total:25,block:22 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-37-55.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-37-55.log deleted file mode 100644 index 194290f..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-37-55.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:12 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_3072_6144.tif -INFO:mylog:total:25,block:12 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_3072_6144.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-38-01.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-38-01.log deleted file mode 100644 index b67e8ed..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-38-01.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:13 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_6144_9216.tif -INFO:mylog:total:25,block:13 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_6144_9216.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-38-05.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-38-05.log deleted file mode 100644 index 540b475..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-38-05.log +++ /dev/null @@ -1,2 +0,0 @@ -INFO:mylog:total:25,block:14 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_9216_12288.tif -INFO:mylog:total:25,block:14 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-46-01.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-46-01.log deleted file mode 100644 index b1209e9..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-17-46-01.log +++ /dev/null @@ -1,65 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\vegetationPhenology-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope2:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_sim_ori success! -INFO:mylog:cut Covering success! -INFO:mylog:preprocess_handle success! -INFO:mylog:progress bar: 10% -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:read phenology Measure.csv success! -INFO:mylog:img to T3 success! -INFO:mylog:refine_lee filter success! -INFO:mylog:Freeman successful -INFO:mylog:Yamaguchi successful -INFO:mylog:h_a_alpha_decomposition:h_a_alpha_decomposition_T3.exe -id D:\micro\LWork\VegetationPhenology\Temporary\processing\20230327\lee_filter\ -od D:\micro\LWork\VegetationPhenology\Temporary\processing\20230327\cloude\ -iodf T3 -nwr 1 -nwc 1 -ofr 0 -ofc 0 -fnr 11133 -fnc 11898 -fl1 1 -fl2 1 -fl3 1 -fl4 1 -fl5 1 -fl6 1 -fl7 1 -fl8 1 -fl9 1 -INFO:mylog:cmd_result:1 -INFO:mylog:h_a_alpha_decomposition finish! -INFO:mylog:Cloude successful -INFO:mylog:create feature dict success -INFO:mylog:features slc to wgs84 start! -INFO:mylog:features to wgs84 end! -INFO:mylog:create_features success! -INFO:mylog:progress bar: 20% -INFO:mylog:gene_train_set success! -INFO:mylog:feature_list:['0: alpha_geo.tif', '1: anisotropy_geo.tif', '2: beta_geo.tif', '3: cal_HH_geo.tif', '4: cal_HV_geo.tif', '5: cal_VH_geo.tif', '6: cal_VV_geo.tif', '7: combination_1mH1mA_geo.tif', '8: combination_1mHA_geo.tif', '9: combination_H1mA_geo.tif', '10: combination_HA_geo.tif', '11: delta_geo.tif', '12: entropy_geo.tif', '13: Freeman_Dbl_geo.tif', '14: Freeman_Odd_geo.tif', '15: Freeman_Vol_geo.tif', '16: gamma_geo.tif', '17: lambda_geo.tif', '18: Yamaguchi4_Dbl_geo.tif', '19: Yamaguchi4_Hlx_geo.tif', '20: Yamaguchi4_Odd_geo.tif', '21: Yamaguchi4_Vol_geo.tif'] -INFO:mylog:generate train and test set success! -INFO:mylog:progress bar: 30% -INFO:mylog:importances:[0.0356987 0.02856758 0.03162433 0.04757907 0.04247566 0.03890568 - 0.04926086 0.02965323 0.03396595 0.03240193 0.0305742 0.03084492 - 0.03892965 0.00768495 0.0403665 0.13173437 0.03021575 0.10707919 - 0.01824979 0.0438744 0.06336605 0.08694725],threshold=0.07 -INFO:mylog:optimal_feature:[15, 17, 21] -INFO:mylog:correlation_map: - [[0. 0.74425283 0.8982249 ] - [0. 0. 0.62330717] - [0. 0. 0. ]] -INFO:mylog:validity_list_corr:[15 17] -INFO:mylog:[15 17] -INFO:mylog:train_feature:['15: Freeman_Vol_geo.tif' '17: lambda_geo.tif'] -INFO:mylog:RF trainning -INFO:mylog:RF train success! -INFO:mylog:mode testing -INFO:mylog:block size is :3072 -INFO:mylog:test_feature:dict_keys(['Freeman_Vol_geo', 'lambda_geo']) -INFO:mylog:blocking tifs success! -INFO:mylog:create features matrix success! -INFO:mylog:trans_tif2mask success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\tif_mask.tif -INFO:mylog:create ROI image success! -INFO:mylog:combine_mask success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\bare_land_mask.tif -INFO:mylog:cal_roi success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\product\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho-VP.tif -INFO:mylog:mode test success! -INFO:mylog:progress bar: 80% -INFO:mylog:progress bar: 100% -INFO:mylog:successful production of VegetationPhenology products! -INFO:mylog:running use time: 0:40:18.658059 diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-18-21-44.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-18-21-44.log deleted file mode 100644 index 2aa64bb..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-05-18-21-44.log +++ /dev/null @@ -1,50 +0,0 @@ -INFO:mylog:total:25,block:0 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_0_3072.tif -INFO:mylog:total:25,block:1 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_11883_14955.tif -INFO:mylog:total:25,block:2 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_3072_6144.tif -INFO:mylog:total:25,block:3 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_6144_9216.tif -INFO:mylog:total:25,block:4 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_9216_12288.tif -INFO:mylog:total:25,block:5 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_0_3072.tif -INFO:mylog:total:25,block:6 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:7 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_3072_6144.tif -INFO:mylog:total:25,block:8 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_6144_9216.tif -INFO:mylog:total:25,block:9 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:10 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_0_3072.tif -INFO:mylog:total:25,block:11 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_11883_14955.tif -INFO:mylog:total:25,block:12 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_3072_6144.tif -INFO:mylog:total:25,block:13 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_6144_9216.tif -INFO:mylog:total:25,block:14 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_9216_12288.tif -INFO:mylog:total:25,block:0 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_0_3072.tif -INFO:mylog:total:25,block:15 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_0_3072.tif -INFO:mylog:total:25,block:1 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_11883_14955.tif -INFO:mylog:total:25,block:16 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_11883_14955.tif -INFO:mylog:total:25,block:5 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_0_3072.tif -INFO:mylog:total:25,block:17 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_3072_6144.tif -INFO:mylog:total:25,block:6 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:18 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_6144_9216.tif -INFO:mylog:total:25,block:4 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_9216_12288.tif -INFO:mylog:total:25,block:19 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_9216_12288.tif -INFO:mylog:total:25,block:3 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_6144_9216.tif -INFO:mylog:total:25,block:20 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_0_3072.tif -INFO:mylog:total:25,block:10 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_0_3072.tif -INFO:mylog:total:25,block:21 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_11883_14955.tif -INFO:mylog:total:25,block:2 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_3072_6144.tif -INFO:mylog:total:25,block:11 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_11883_14955.tif -INFO:mylog:total:25,block:22 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_3072_6144.tif -INFO:mylog:total:25,block:23 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_6144_9216.tif -INFO:mylog:total:25,block:9 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:24 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_9216_12288.tif -INFO:mylog:total:25,block:7 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_3072_6144.tif -INFO:mylog:total:25,block:8 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_6144_9216.tif -INFO:mylog:total:25,block:12 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_3072_6144.tif -INFO:mylog:total:25,block:13 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_6144_9216.tif -INFO:mylog:total:25,block:14 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_9216_12288.tif -INFO:mylog:total:25,block:16 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_11883_14955.tif -INFO:mylog:total:25,block:15 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_0_3072.tif -INFO:mylog:total:25,block:21 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_11883_14955.tif -INFO:mylog:total:25,block:20 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_0_3072.tif -INFO:mylog:total:25,block:17 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_3072_6144.tif -INFO:mylog:total:25,block:22 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_3072_6144.tif -INFO:mylog:total:25,block:18 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_6144_9216.tif -INFO:mylog:total:25,block:19 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_9216_12288.tif -INFO:mylog:total:25,block:23 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_6144_9216.tif -INFO:mylog:total:25,block:24 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-06-10-32-51.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-06-10-32-51.log deleted file mode 100644 index 56b0025..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-06-10-32-51.log +++ /dev/null @@ -1,66 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\vegetationPhenology-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope2:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_sim_ori success! -INFO:mylog:cut Covering success! -INFO:mylog:preprocess_handle success! -INFO:mylog:progress bar: 10% -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:read phenology Measure.csv success! -INFO:mylog:img to T3 success! -INFO:mylog:refine_lee filter success! -INFO:mylog:Freeman successful -INFO:mylog:Yamaguchi successful -INFO:mylog:h_a_alpha_decomposition:h_a_alpha_decomposition_T3.exe -id D:\micro\LWork\VegetationPhenology\Temporary\processing\20230327\lee_filter\ -od D:\micro\LWork\VegetationPhenology\Temporary\processing\20230327\cloude\ -iodf T3 -nwr 1 -nwc 1 -ofr 0 -ofc 0 -fnr 11133 -fnc 11898 -fl1 1 -fl2 1 -fl3 1 -fl4 1 -fl5 1 -fl6 1 -fl7 1 -fl8 1 -fl9 1 -INFO:mylog:cmd_result:1 -INFO:mylog:h_a_alpha_decomposition finish! -INFO:mylog:Cloude successful -INFO:mylog:create feature dict success -INFO:mylog:features slc to wgs84 start! -INFO:mylog:[, , , , , , , , , , , , , , , , , , , , , ] -INFO:mylog:features to wgs84 end! -INFO:mylog:create_features success! -INFO:mylog:progress bar: 20% -INFO:mylog:gene_train_set success! -INFO:mylog:feature_list:['0: alpha_geo.tif', '1: anisotropy_geo.tif', '2: beta_geo.tif', '3: cal_HH_geo.tif', '4: cal_HV_geo.tif', '5: cal_VH_geo.tif', '6: cal_VV_geo.tif', '7: combination_1mH1mA_geo.tif', '8: combination_1mHA_geo.tif', '9: combination_H1mA_geo.tif', '10: combination_HA_geo.tif', '11: delta_geo.tif', '12: entropy_geo.tif', '13: Freeman_Dbl_geo.tif', '14: Freeman_Odd_geo.tif', '15: Freeman_Vol_geo.tif', '16: gamma_geo.tif', '17: lambda_geo.tif', '18: Yamaguchi4_Dbl_geo.tif', '19: Yamaguchi4_Hlx_geo.tif', '20: Yamaguchi4_Odd_geo.tif', '21: Yamaguchi4_Vol_geo.tif'] -INFO:mylog:generate train and test set success! -INFO:mylog:progress bar: 30% -INFO:mylog:importances:[0.03581451 0.02870998 0.03145143 0.04911047 0.04172046 0.04134129 - 0.0475769 0.02976314 0.03417362 0.03328972 0.03078685 0.03081349 - 0.03836845 0.00759327 0.0398358 0.1227542 0.03030225 0.111668 - 0.01852374 0.04459604 0.06442821 0.08737819],threshold=0.07 -INFO:mylog:optimal_feature:[15, 17, 21] -INFO:mylog:correlation_map: - [[0. 0.74192381 0.8949757 ] - [0. 0. 0.6209369 ] - [0. 0. 0. ]] -INFO:mylog:validity_list_corr:[15 17] -INFO:mylog:[15 17] -INFO:mylog:train_feature:['15: Freeman_Vol_geo.tif' '17: lambda_geo.tif'] -INFO:mylog:RF trainning -INFO:mylog:RF train success! -INFO:mylog:mode testing -INFO:mylog:block size is :3072 -INFO:mylog:test_feature:dict_keys(['Freeman_Vol_geo', 'lambda_geo']) -INFO:mylog:blocking tifs success! -INFO:mylog:create features matrix success! -INFO:mylog:trans_tif2mask success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\tif_mask.tif -INFO:mylog:create ROI image success! -INFO:mylog:combine_mask success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\bare_land_mask.tif -INFO:mylog:cal_roi success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\product\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho-VP.tif -INFO:mylog:mode test success! -INFO:mylog:progress bar: 80% -INFO:mylog:progress bar: 100% -INFO:mylog:successful production of VegetationPhenology products! -INFO:mylog:running use time: 0:41:19.523029 diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-06-10-54-05.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-06-10-54-05.log deleted file mode 100644 index e69de29..0000000 diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-06-11-09-14.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-06-11-09-14.log deleted file mode 100644 index ffbb58e..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-06-11-09-14.log +++ /dev/null @@ -1,50 +0,0 @@ -INFO:mylog:total:25,block:0 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_0_3072.tif -INFO:mylog:total:25,block:1 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_11883_14955.tif -INFO:mylog:total:25,block:2 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_3072_6144.tif -INFO:mylog:total:25,block:3 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_6144_9216.tif -INFO:mylog:total:25,block:4 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_9216_12288.tif -INFO:mylog:total:25,block:5 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_0_3072.tif -INFO:mylog:total:25,block:6 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:7 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_3072_6144.tif -INFO:mylog:total:25,block:8 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_6144_9216.tif -INFO:mylog:total:25,block:9 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:10 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_0_3072.tif -INFO:mylog:total:25,block:11 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_11883_14955.tif -INFO:mylog:total:25,block:12 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_3072_6144.tif -INFO:mylog:total:25,block:13 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_6144_9216.tif -INFO:mylog:total:25,block:14 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_9216_12288.tif -INFO:mylog:total:25,block:1 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_11883_14955.tif -INFO:mylog:total:25,block:15 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_0_3072.tif -INFO:mylog:total:25,block:0 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_0_3072.tif -INFO:mylog:total:25,block:5 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_0_3072.tif -INFO:mylog:total:25,block:16 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_11883_14955.tif -INFO:mylog:total:25,block:17 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_3072_6144.tif -INFO:mylog:total:25,block:4 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_9216_12288.tif -INFO:mylog:total:25,block:18 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_6144_9216.tif -INFO:mylog:total:25,block:3 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_6144_9216.tif -INFO:mylog:total:25,block:19 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_9216_12288.tif -INFO:mylog:total:25,block:11 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_11883_14955.tif -INFO:mylog:total:25,block:20 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_0_3072.tif -INFO:mylog:total:25,block:8 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_6144_9216.tif -INFO:mylog:total:25,block:21 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_11883_14955.tif -INFO:mylog:total:25,block:9 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:22 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_3072_6144.tif -INFO:mylog:total:25,block:7 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_3072_6144.tif -INFO:mylog:total:25,block:23 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_6144_9216.tif -INFO:mylog:total:25,block:6 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:24 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_9216_12288.tif -INFO:mylog:total:25,block:12 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_3072_6144.tif -INFO:mylog:total:25,block:2 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_3072_6144.tif -INFO:mylog:total:25,block:10 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_0_3072.tif -INFO:mylog:total:25,block:13 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_6144_9216.tif -INFO:mylog:total:25,block:14 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_9216_12288.tif -INFO:mylog:total:25,block:15 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_0_3072.tif -INFO:mylog:total:25,block:16 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_11883_14955.tif -INFO:mylog:total:25,block:21 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_11883_14955.tif -INFO:mylog:total:25,block:20 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_0_3072.tif -INFO:mylog:total:25,block:17 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_3072_6144.tif -INFO:mylog:total:25,block:22 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_3072_6144.tif -INFO:mylog:total:25,block:18 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_6144_9216.tif -INFO:mylog:total:25,block:19 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_9216_12288.tif -INFO:mylog:total:25,block:23 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_6144_9216.tif -INFO:mylog:total:25,block:24 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_9216_12288.tif diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-06-11-17-58.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-06-11-17-58.log deleted file mode 100644 index 70dc869..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-06-11-17-58.log +++ /dev/null @@ -1,66 +0,0 @@ -INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\vegetationPhenology-L-SAR -INFO:mylog:init algXML succeed -INFO:mylog:create new workspace success! -INFO:mylog:check_source success! -INFO:mylog:progress bar: 10% -INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]] -INFO:root:scope2:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]] -INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)] -INFO:mylog:cut LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_sim_ori success! -INFO:mylog:cut Covering success! -INFO:mylog:preprocess_handle success! -INFO:mylog:progress bar: 10% -INFO:mylog:1,water,num:89608 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:2,road,num:148509 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:3,crop,num:45047 -INFO:mylog:max number =45047, random select45047 point as train data! -INFO:mylog:read phenology Measure.csv success! -INFO:mylog:img to T3 success! -INFO:mylog:refine_lee filter success! -INFO:mylog:Freeman successful -INFO:mylog:Yamaguchi successful -INFO:mylog:h_a_alpha_decomposition:h_a_alpha_decomposition_T3.exe -id D:\micro\LWork\VegetationPhenology\Temporary\processing\20230327\lee_filter\ -od D:\micro\LWork\VegetationPhenology\Temporary\processing\20230327\cloude\ -iodf T3 -nwr 1 -nwc 1 -ofr 0 -ofc 0 -fnr 11133 -fnc 11898 -fl1 1 -fl2 1 -fl3 1 -fl4 1 -fl5 1 -fl6 1 -fl7 1 -fl8 1 -fl9 1 -INFO:mylog:cmd_result:1 -INFO:mylog:h_a_alpha_decomposition finish! -INFO:mylog:Cloude successful -INFO:mylog:create feature dict success -INFO:mylog:features slc to wgs84 start! -INFO:mylog:[, , , , , , , , , , , , , , , , , , , , , ] -INFO:mylog:features to wgs84 end! -INFO:mylog:create_features success! -INFO:mylog:progress bar: 20% -INFO:mylog:gene_train_set success! -INFO:mylog:feature_list:['0: alpha_geo.tif', '1: anisotropy_geo.tif', '2: beta_geo.tif', '3: cal_HH_geo.tif', '4: cal_HV_geo.tif', '5: cal_VH_geo.tif', '6: cal_VV_geo.tif', '7: combination_1mH1mA_geo.tif', '8: combination_1mHA_geo.tif', '9: combination_H1mA_geo.tif', '10: combination_HA_geo.tif', '11: delta_geo.tif', '12: entropy_geo.tif', '13: Freeman_Dbl_geo.tif', '14: Freeman_Odd_geo.tif', '15: Freeman_Vol_geo.tif', '16: gamma_geo.tif', '17: lambda_geo.tif', '18: Yamaguchi4_Dbl_geo.tif', '19: Yamaguchi4_Hlx_geo.tif', '20: Yamaguchi4_Odd_geo.tif', '21: Yamaguchi4_Vol_geo.tif'] -INFO:mylog:generate train and test set success! -INFO:mylog:progress bar: 30% -INFO:mylog:importances:[0.03565344 0.02914126 0.03164374 0.05222278 0.04254091 0.03948447 - 0.05275632 0.02976155 0.03440033 0.03223447 0.03104491 0.03089983 - 0.03788618 0.0076931 0.03917635 0.12899351 0.03018736 0.10307098 - 0.01839803 0.0460283 0.06508518 0.08169702],threshold=0.07 -INFO:mylog:optimal_feature:[15, 17, 21] -INFO:mylog:correlation_map: - [[0. 0.73827053 0.89445956] - [0. 0. 0.6158097 ] - [0. 0. 0. ]] -INFO:mylog:validity_list_corr:[15 17] -INFO:mylog:[15 17] -INFO:mylog:train_feature:['15: Freeman_Vol_geo.tif' '17: lambda_geo.tif'] -INFO:mylog:RF trainning -INFO:mylog:RF train success! -INFO:mylog:mode testing -INFO:mylog:block size is :3072 -INFO:mylog:test_feature:dict_keys(['Freeman_Vol_geo', 'lambda_geo']) -INFO:mylog:blocking tifs success! -INFO:mylog:create features matrix success! -INFO:mylog:trans_tif2mask success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\tif_mask.tif -INFO:mylog:create ROI image success! -INFO:mylog:combine_mask success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\bare_land_mask.tif -INFO:mylog:cal_roi success, path: D:\micro\LWork\VegetationPhenology\Temporary\processing\product\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho-VP.tif -INFO:mylog:mode test success! -INFO:mylog:progress bar: 80% -INFO:mylog:progress bar: 100% -INFO:mylog:successful production of VegetationPhenology products! -INFO:mylog:running use time: 0:31:25.048112 diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-06-11-38-07.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-06-11-38-07.log deleted file mode 100644 index e69de29..0000000 diff --git a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-06-11-44-56.log b/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-06-11-44-56.log deleted file mode 100644 index 7f41927..0000000 --- a/vegetationPhenology-L-SAR/run_log/VegetationPhenology2024-03-06-11-44-56.log +++ /dev/null @@ -1,50 +0,0 @@ -INFO:mylog:total:25,block:0 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_0_3072.tif -INFO:mylog:total:25,block:1 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_11883_14955.tif -INFO:mylog:total:25,block:2 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_3072_6144.tif -INFO:mylog:total:25,block:3 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_6144_9216.tif -INFO:mylog:total:25,block:4 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_9216_12288.tif -INFO:mylog:total:25,block:5 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_0_3072.tif -INFO:mylog:total:25,block:6 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:7 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_3072_6144.tif -INFO:mylog:total:25,block:8 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_6144_9216.tif -INFO:mylog:total:25,block:9 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:10 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_0_3072.tif -INFO:mylog:total:25,block:11 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_11883_14955.tif -INFO:mylog:total:25,block:12 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_3072_6144.tif -INFO:mylog:total:25,block:13 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_6144_9216.tif -INFO:mylog:total:25,block:14 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_9216_12288.tif -INFO:mylog:total:25,block:0 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_0_3072.tif -INFO:mylog:total:25,block:1 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_11883_14955.tif -INFO:mylog:total:25,block:15 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_0_3072.tif -INFO:mylog:total:25,block:16 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_11883_14955.tif -INFO:mylog:total:25,block:5 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_0_3072.tif -INFO:mylog:total:25,block:17 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_3072_6144.tif -INFO:mylog:total:25,block:6 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_11883_14955.tif -INFO:mylog:total:25,block:18 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_6144_9216.tif -INFO:mylog:total:25,block:4 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_9216_12288.tif -INFO:mylog:total:25,block:19 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_9216_12288.tif -INFO:mylog:total:25,block:10 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_0_3072.tif -INFO:mylog:total:25,block:20 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_0_3072.tif -INFO:mylog:total:25,block:3 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_6144_9216.tif -INFO:mylog:total:25,block:21 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_11883_14955.tif -INFO:mylog:total:25,block:11 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_11883_14955.tif -INFO:mylog:total:25,block:22 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_3072_6144.tif -INFO:mylog:total:25,block:2 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_0_3072_3072_6144.tif -INFO:mylog:total:25,block:9 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_9216_12288.tif -INFO:mylog:total:25,block:23 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_6144_9216.tif -INFO:mylog:total:25,block:24 testing data !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_9216_12288.tif -INFO:mylog:total:25,block:8 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_6144_9216.tif -INFO:mylog:total:25,block:7 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_3072_6144_3072_6144.tif -INFO:mylog:total:25,block:13 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_6144_9216.tif -INFO:mylog:total:25,block:12 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_3072_6144.tif -INFO:mylog:total:25,block:14 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_6144_9216_9216_12288.tif -INFO:mylog:total:25,block:16 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_11883_14955.tif -INFO:mylog:total:25,block:15 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_0_3072.tif -INFO:mylog:total:25,block:21 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_11883_14955.tif -INFO:mylog:total:25,block:20 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_0_3072.tif -INFO:mylog:total:25,block:17 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_3072_6144.tif -INFO:mylog:total:25,block:22 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_3072_6144.tif -INFO:mylog:total:25,block:18 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_6144_9216.tif -INFO:mylog:total:25,block:19 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9216_12288_9216_12288.tif -INFO:mylog:total:25,block:23 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_6144_9216.tif -INFO:mylog:total:25,block:24 test data finished !path:D:\micro\LWork\VegetationPhenology\Temporary\processing\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\pre_result\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho_9653_12725_9216_12288.tif