-
Notifications
You must be signed in to change notification settings - Fork 4
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
Credential error for Landsat product when using rsat_search() #7
Comments
Hi, answered you here and hope it helps? |
Hi,
Searching scenes in the LANDSAT_8_C1 product... |
Hi, I also get the same "check you credentials" error when trying to access Landsat 8 data. I tried different options for the product argument, including "LANDSAT_8_C1" and "landsat_8_c1" (the latter is what rsat_products() suggests). Sentinel-2 and MODIS work fine, however. |
Hello, I am receiving the following error telling me to check my credentials. I've confirmed the username and password are correct at the USGS site and have even created a new user profile. (My other username is an email address, which I thought may have been causing the issue.) Here's the code I've run, copied mostly verbatim from the first vignette, except I've substituted
LANDSAT_8_C1
for the product:For what it's worth, I received a similar error when trying to access Landsat data using the getSpatialData package, but with that package, I did not have a credentials error for either Earth Data or SciHub. So maybe it's an issue specifically with USGS?
Thank you. I hope to make good use of this package soon once I can figure out the credentials issue.
The text was updated successfully, but these errors were encountered: