-
Notifications
You must be signed in to change notification settings - Fork 65
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
Missing "summary" column of 'records' for Landsat products #93
Comments
Dear Javicornejo how are u? hope u are doing well. I also face similar challenges. How u solved it? U got a solution or not? please share me if you got it. |
Hi Zamzam, |
Thank you Javicornejo for your reply. Yes in sentinel there is a summary
but it missed the 'download_available' column. I tried by odata order but
failed to do so. Please help me.
…On Mon, Jul 19, 2021 at 4:09 PM Javicornejo ***@***.***> wrote:
Dear Javicornejo how are u? hope u are doing well. I also face similar
challenges. How u solved it? U got a solution or not? please share me if
you got it.
Hi Zamzam,
No, the problem persists. I tried with Sentinel 2 and it worked, it
generated the "summary" column, but it didn't work with landsat 7 nor
landsat 8...
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#93 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AR67GLQ6DNKNZJARWXZK4MDTYQPYHANCNFSM5AIISZHA>
.
|
Hi guys, records$summary <- paste0("ID: ", records$record_id, " Acquisition Date: ", records$date_acquisition, |
Hello! I'm trying to download landsat_8_c1 products, but when I run the line for records , records<- order_data(records) I get this message:
"Error: A column of 'records' named 'summary' is required for this action, but is missing."
In fact, the column is not on the record, I just have these ones:
And when I try to get Sentinel and Landsat products in one record, I get this messege:
I would appreciate any help, sorry bad english!
Thanks a lot
The text was updated successfully, but these errors were encountered: