login_earthdata()
Hi I am trying to download MODIS data but I am not able to login using login_earthdata(). I get this error
login_earthdata(username = "S.OLoo") Error: Login failed. Please retry later or call services() to check if LAADS is currently unavailable.
services()
- ESA Copernicus Open Hub: 'available' 'Connection successfully established.'
- ESA Copernicus S5P Hub: 'available' 'Connection successfully established.'
- ESA Copernicus GNSS Hub: 'available' 'Connection successfully established.'
- USGS-EROS ESPA: 'maintenance' 'NA'
- USGS EarthExplorer: 'unknown' 'NA'
- AWS Landsat 8: 'available' 'Connection successfully established.'
- NASA DAAC LAADS: 'available' 'Connection successfully established.'
Is there another way to work with MODIS data in the package?
Thanks, Stephen
Hi, I have been having the same issue and creating a new account/reset password:
login_USGS(username = 'sherryoung_')
Error in .post(url = paste0(getOption("gSD.api")$ee, "login"), username = NULL, : Not Found (HTTP 404). Failed to connect to server..
Hi, I am also getting this error with login_USGS.
I'm getting the error with login_USGS(), but both login_CopHub() and login_earthdata() are working for me. Strange.
Error in .post(url = paste0(getOption("gSD.api")$ee, "login"), username = NULL, : Not Found (HTTP 404). Failed to connect to server..
Hi, for the HTTP 404 or 500 error: do you also get an error on the test page at https://m2m.cr.usgs.gov/ ? If yes, to be able to use the USGS API you need to head to your profile at https://ers.cr.usgs.gov/ , choose "Access request", click "Request Access", select access type machine and fill out the form. HTH