67 lines
4.9 KiB
Plaintext
67 lines
4.9 KiB
Plaintext
|
INFO:mylog:sysdir: D:\estar-proj\microproduct-L-SAR\leafAreaIndex-L-SAR
|
||
|
INFO:mylog:init algXML succeed
|
||
|
INFO:mylog:create new workspace success!
|
||
|
INFO:mylog:check_source success!
|
||
|
INFO:root:scope0:[[130.58788888888887, 47.876416666666664], [131.11544444444442, 47.876416666666664], [130.58788888888887, 47.427749999999996], [131.11544444444442, 47.427749999999996]]
|
||
|
INFO:root:scope1:[[130.58788888888887, 47.876416666666664], [131.11544444444442, 47.876416666666664], [130.58788888888887, 47.427749999999996], [131.11544444444442, 47.427749999999996]]
|
||
|
INFO:root:scope2:[[130.00427774930557, 49.00453605317449], [132.01632432267647, 49.00453605317449], [130.00427774930557, 47.00425741002555], [132.01632432267647, 47.00425741002555]]
|
||
|
INFO:root:scope3:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]]
|
||
|
INFO:root:scope4:[[130.58788888888887, 47.876416666666664], [131.11544444444442, 47.876416666666664], [130.58788888888887, 47.427749999999996], [131.11544444444442, 47.427749999999996]]
|
||
|
INFO:root:scope roi :[(130.58788888888887, 47.427749999999996), (130.58788888888887, 47.876416666666664), (131.11544444444442, 47.876416666666664), (131.11544444444442, 47.427749999999996)]
|
||
|
INFO:mylog:create intersect shp success!
|
||
|
INFO:mylog:cut HV success!
|
||
|
INFO:mylog:cut LocalIncidenceAngle success!
|
||
|
INFO:mylog:cut NDVI success!
|
||
|
INFO:mylog:cut surface_coverage success!
|
||
|
INFO:mylog:cut soilMeasured success!
|
||
|
INFO:mylog:cut images success!
|
||
|
INFO:mylog:resampling HV success!
|
||
|
INFO:mylog:resampling LocalIncidenceAngle success!
|
||
|
INFO:mylog:resampling NDVI success!
|
||
|
INFO:mylog:resampling surface_coverage success!
|
||
|
INFO:mylog:resampling soilMeasured success!
|
||
|
INFO:mylog:preprocess_handle success!
|
||
|
INFO:mylog:preprocess_handle success!
|
||
|
INFO:mylog:progress bar: 30%
|
||
|
INFO:mylog:trans_tif2mask success, path: D:\micro\LWork\LeafAreaIndex\Temporary\processing\angle_nan_mask.tif
|
||
|
INFO:mylog:trans_tif2mask success, path: D:\micro\LWork\LeafAreaIndex\Temporary\processing\tif_mask_nan.tif
|
||
|
INFO:mylog:trans_tif2mask success, path: D:\micro\LWork\LeafAreaIndex\Temporary\processing\Ndvi_mask.tif
|
||
|
INFO:mylog:create masks success!
|
||
|
INFO:mylog:combine_mask success, path: D:\micro\LWork\LeafAreaIndex\Temporary\processing\bare_land_mask.tif
|
||
|
INFO:mylog:combine_mask success, path: D:\micro\LWork\LeafAreaIndex\Temporary\processing\bare_land_mask.tif
|
||
|
INFO:mylog:combine_mask success, path: D:\micro\LWork\LeafAreaIndex\Temporary\processing\bare_land_mask.tif
|
||
|
INFO:mylog:combine_mask success!
|
||
|
INFO:mylog:cal_roi success, path: D:\micro\LWork\LeafAreaIndex\Temporary\maskcai_localang\LocalIncidenceAngle_preproed.tif
|
||
|
INFO:mylog:create ROI three image success!
|
||
|
INFO:mylog:progress bar: 50%
|
||
|
ERROR:mylog:run-time error!
|
||
|
Traceback (most recent call last):
|
||
|
File "D:/estar-proj/microproduct-L-SAR/leafAreaIndex-L-SAR/LeafIndexMain.py", line 575, in <module>
|
||
|
if main_handler.process_handle(start) is False:
|
||
|
File "D:/estar-proj/microproduct-L-SAR/leafAreaIndex-L-SAR/LeafIndexMain.py", line 558, in process_handle
|
||
|
self.block_process(start)
|
||
|
File "D:/estar-proj/microproduct-L-SAR/leafAreaIndex-L-SAR/LeafIndexMain.py", line 443, in block_process
|
||
|
self.cal_empirical_parameters()
|
||
|
File "D:/estar-proj/microproduct-L-SAR/leafAreaIndex-L-SAR/LeafIndexMain.py", line 357, in cal_empirical_parameters
|
||
|
lai_sample = read_sample_csv(lai_csv_path) # 读取样本数据
|
||
|
File "D:\estar-proj\microproduct-L-SAR\leafAreaIndex-L-SAR\sample_process.py", line 31, in read_sample_csv
|
||
|
lai_csv=pds.read_csv(csv_path)# 代码测试区域
|
||
|
File "D:\Anaconda\envs\micro\lib\site-packages\pandas\util\_decorators.py", line 311, in wrapper
|
||
|
return func(*args, **kwargs)
|
||
|
File "D:\Anaconda\envs\micro\lib\site-packages\pandas\io\parsers\readers.py", line 586, in read_csv
|
||
|
return _read(filepath_or_buffer, kwds)
|
||
|
File "D:\Anaconda\envs\micro\lib\site-packages\pandas\io\parsers\readers.py", line 482, in _read
|
||
|
parser = TextFileReader(filepath_or_buffer, **kwds)
|
||
|
File "D:\Anaconda\envs\micro\lib\site-packages\pandas\io\parsers\readers.py", line 811, in __init__
|
||
|
self._engine = self._make_engine(self.engine)
|
||
|
File "D:\Anaconda\envs\micro\lib\site-packages\pandas\io\parsers\readers.py", line 1040, in _make_engine
|
||
|
return mapping[engine](self.f, **self.options) # type: ignore[call-arg]
|
||
|
File "D:\Anaconda\envs\micro\lib\site-packages\pandas\io\parsers\c_parser_wrapper.py", line 69, in __init__
|
||
|
self._reader = parsers.TextReader(self.handles.handle, **kwds)
|
||
|
File "pandas\_libs\parsers.pyx", line 542, in pandas._libs.parsers.TextReader.__cinit__
|
||
|
File "pandas\_libs\parsers.pyx", line 642, in pandas._libs.parsers.TextReader._get_header
|
||
|
File "pandas\_libs\parsers.pyx", line 843, in pandas._libs.parsers.TextReader._tokenize_rows
|
||
|
File "pandas\_libs\parsers.pyx", line 1917, in pandas._libs.parsers.raise_parser_error
|
||
|
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd1 in position 0: invalid continuation byte
|
||
|
INFO:mylog:running use time: 0:02:08.357883
|