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

Error on check_availability and order_data #87

Open
Matheusbp opened this issue Mar 30, 2021 · 0 comments
Open

Error on check_availability and order_data #87

Matheusbp opened this issue Mar 30, 2021 · 0 comments

Comments

@Matheusbp
Copy link

Matheusbp commented Mar 30, 2021

Hello, I had a problem when running these 2 functions. I was following the instructions given on https://github.com/16eagle/getSpatialData/. However after creating my records:

records <- getLandsat_records(time_range = c("2014-01-01", "2020-12-31"),
platform = "LANDSAT_8_C1")

records_filtered <- records[records$level == "sr_ndvi" | records$level == "sr",]

And creating the clouds "filter":

clouds <- calc_cloudcov(records_filtered, aoi = st_geometry(apa), write_records = F,
write_cloud_masks = T)

I had this issue (Note that I want all the images without using select_timeseries or select_SOMETHING (maybe it happens because I do not really understand these select_ functions):

records_filtered1<- check_availability(clouds)
Checking availability for Landsat records...
Investigating matching ESPA orders in the past...
Error in [[<-.data.frame(*tmp*, i, value = c("complete", "complete", :
replacement has 922 rows, data has 928

It is also important to state that this afternoon I ran these parts of code and ordered the data, but 6 timesteps had problems with their availability, however, I could not download the rest of the available data...

I look forward to the answer. Thank you.

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