-
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
Possible bug when downloading Sentinel 2 L1C with rsat_download()
#19
Comments
I looked at the source code, and was able to get the function work by removing the negated subsets when filtering by the API sources. Here is the working function:
The function now works without error:
|
I had the same "argument "espa_orders" is missing" bug and the function provided by @smckenzie1986 fixed it. However, now I have a new potential bug.
I also tried the following, with a different error message:
Had anyone encountered these issues and know of a fix? Addendum: when I try to download MODIS data using rsat_download2(), it works successfully. So the issue seems to be with Sentinel. |
Thanks so much for a great package with such intuitive syntax! This has been a lifeline with the retirement of sen2r. I am getting an error when I attempt to use the
rsat_download()
function:It appears that there is an argument missing from an internal function and no argument to pass it directly from
rsat_download()
Here is a reproducible example:
The text was updated successfully, but these errors were encountered: