We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to use readMeta to read Landsat 9 satellite data. But it returns me the following error
readMeta
library(RStoolbox) mtlFile <- "C:\\Users\\Bappa\\Downloads\\LC09_L1TP_146040_20250130_20250130_02_T1_MTL.txt" metaData <- readMeta(mtlFile)
Error in rownames<-(*tmp*, value = tbds) : attempt to set 'rownames' on an object with no dimensions
rownames<-
*tmp*
LC09_L1TP_146040_20250130_20250130_02_T1_MTL.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to use
readMeta
to read Landsat 9 satellite data. But it returns me the following errorLC09_L1TP_146040_20250130_20250130_02_T1_MTL.txt
The text was updated successfully, but these errors were encountered: