Skip to content
New issue

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

view_previews() error #95

Open
mangelesvaro opened this issue Aug 26, 2021 · 0 comments
Open

view_previews() error #95

mangelesvaro opened this issue Aug 26, 2021 · 0 comments

Comments

@mangelesvaro
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant