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
Hello there! I am getting the following error when trying to map downloaded previews of Landsat imagery in attached AOI :
records<- get_records(time_range = c("1993-03-01", "1993-04-01"), products = "lsr_landsat_tm_c1") records <- records[records$level == "sr",] view_records(records) records <- get_previews(records) view_previews(records[2,])
Composing preview map... Error in (function (map, x, colors = if (raster::is.factor(x)) "Set1" else "Spectral", : unused argument (homebutton = FALSE)
However, plot_previews() function does not get any error. How can I fix it? Thank you very much in advance. Mª Ángeles
Limites_AOI.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello there!
I am getting the following error when trying to map downloaded previews of Landsat imagery in attached AOI :
Composing preview map...
Error in (function (map, x, colors = if (raster::is.factor(x)) "Set1" else "Spectral", :
unused argument (homebutton = FALSE)
However, plot_previews() function does not get any error.
How can I fix it?
Thank you very much in advance.
Mª Ángeles
Limites_AOI.zip
The text was updated successfully, but these errors were encountered: