File tree 1 file changed +5
-3
lines changed
src/python/pycold/imagetool
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ def single_image_stacking_hls(
169
169
clear_threshold : float ,
170
170
low_date_bound : str ,
171
171
upp_date_bound : str ,
172
- folder : str
172
+ folder : str ,
173
173
):
174
174
"""
175
175
unzip single image, convert bit-pack qa to byte value, and save as numpy
@@ -1814,7 +1814,7 @@ def main(
1814
1814
clear_threshold ,
1815
1815
is_partition ,
1816
1816
low_date_bound ,
1817
- upp_date_bound
1817
+ upp_date_bound ,
1818
1818
)
1819
1819
pool .map (single_image_stacking_hls_partial , folder_list )
1820
1820
# assign files to each core
@@ -1876,7 +1876,9 @@ def main(
1876
1876
if rank == 1 :
1877
1877
# remove tmp folder
1878
1878
logger .info (
1879
- f"Stacking procedure finished: { datetime .now (tz ).strftime ("%Y-%m-%d %H:%M:%S" )} "
1879
+ "Stacking procedure finished: {}" .format (
1880
+ datetime .now (tz ).strftime ("%Y-%m-%d %H:%M:%S" )
1881
+ )
1880
1882
)
1881
1883
1882
1884
You can’t perform that action at this time.
0 commit comments