You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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")
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.
The text was updated successfully, but these errors were encountered:
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:
And creating the clouds "filter":
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):
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.
The text was updated successfully, but these errors were encountered: