-
Notifications
You must be signed in to change notification settings - Fork 20
persistent error : Invalid product selection. Please check the 'product_available' dataframe #13
Comments
I've also been having the same issue and have been unable to find a solution. Debugging the espa_order() function it looks like it's returning an error in the first step when it's checking
For the above example (and every attempt I've made), |
I'm seeing this as well |
me too... |
After some digging, there is a discrepancy between what is available via NASA Earth Explorer and AWS. I'm seeing a dataset from 2020-08-03 which still isn't on AWS. |
Pretty much everything I've seen accesses data via aws rather than directly. |
Exact same issue here. Even when running the Example code off the front page for the project here on github: result = landsat_search(min_date = "2018-01-01", max_date = "2018-01-16", country = "India") This results in
|
Chiming in as well-this issue is still occurring with the example code (as noted by Erik Kusch). Any chance this will be fixed? |
When I try espa_order function, it gives me Invalid product selection. Please check the 'product_available' datagram.
Expected Behavior
Current Behavior
Possible Solution
Steps to Reproduce
Context (Environment)
Detailed Description
Possible Implementation
The text was updated successfully, but these errors were encountered: