I am trying to use the METRIC.EB function (following the Landsat 8 and water package simple procedure vignette), but the MTL file seems to be throwing it off; I get this error: 'Error in readLines(MTL, warn = FALSE) : 'con' is not a connection'.
I read in the MTL file using a 'read.delim' function, and it is properly stored in the R environment, but perhaps this is the wrong way considering it is not a system file within the water package.
Landsat 8 OLI/TIRS and L8 surface reflectance bands and the weather station data were added into the R environment properly ... I can plot all of the bands
Thank you.
I am trying to use the METRIC.EB function (following the Landsat 8 and water package simple procedure vignette), but the MTL file seems to be throwing it off; I get this error: 'Error in readLines(MTL, warn = FALSE) : 'con' is not a connection'.
I read in the MTL file using a 'read.delim' function, and it is properly stored in the R environment, but perhaps this is the wrong way considering it is not a system file within the water package.
Landsat 8 OLI/TIRS and L8 surface reflectance bands and the weather station data were added into the R environment properly ... I can plot all of the bands
Thank you.