midraed / water

R package to calculate surface energy balance models
24 stars 20 forks source link

error in loadImage() #50

Open khouakhi opened 4 years ago

khouakhi commented 4 years ago

I downloaded recent Landsat 8 images that have names of patterns (see below) and the LoadImage() can't load/stack the. Maybe the patterns defined in the function can't detect these names? or I need to rename the files following a certain pattern defined in the f()?

[1] "LC08_L1TP_009052_20200329_20200409_01_T1_2020-03-29_B1.TIF" "LC08_L1TP_009052_20200329_20200409_01_T1_2020-03-29_B10.TIF" [3] "LC08_L1TP_009052_20200329_20200409_01_T1_2020-03-29_B11.TIF" "LC08_L1TP_009052_20200329_20200409_01_T1_2020-03-29_B2.TIF" [5] "LC08_L1TP_009052_20200329_20200409_01_T1_2020-03-29_B3.TIF" "LC08_L1TP_009052_20200329_20200409_01_T1_2020-03-29_B4.TIF" [7] "LC08_L1TP_009052_20200329_20200409_01_T1_2020-03-29_B5.TIF" "LC08_L1TP_009052_20200329_20200409_01_T1_2020-03-29_B6.TIF" [9] "LC08_L1TP_009052_20200329_20200409_01_T1_2020-03-29_B7.TIF" "LC08_L1TP_009052_20200329_20200409_01_T1_2020-03-29_B8.TIF" [11] "LC08_L1TP_009052_20200329_20200409_01_T1_2020-03-29_B9.TIF" "LC08_L1TP_009052_20200329_20200409_01_T1_2020-03-29_BQA.TIF"

cantekinkivrak commented 1 year ago

Did you solve this problem? I have same issue