-
Notifications
You must be signed in to change notification settings - Fork 16
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
Cannot download Landsat8 images through RGISTools R package #8
Comments
I tried to run a simple debug with |
I have exactly the same problem when trying to download Landsat 7 output. I agree with the others, this is an excellent package as it offers the possibility to easily download and process satellite data, which is not offered by any other R packages currently available. I would be very grateful if the authors can fix this issue in the very near future. |
Another way of dealing with satelite images in R. There is a package called |
Sorry for the errors with this package. The last few months the API that RGISTools uses to download images has changed a lot. Because of that, the package is not able to download the landsat images.The last months we have been working on a redefinition of the package. The new package is called
|
Sorry, but shouldn't the page say somewhere that this has been superseded by rsat, if that's the case? Also, rsat's GitHub page appears to not have any "issues' tab, which is not helpful as it has multiple...issues! The vignettes don't build properly, and on loading it tries to load a package called "dplur" (looks like a typo to me) |
I've been having a hard time trying to automate some Landsat 8 image download and processing for my project.
At first, I tried to use getSpatialData package to do what I need from R, but it seems the authors aren't maintaining and supporting the library recently.
Now, I'm trying to acomplish my goals by using RGISTools package, but I'm reading the article the authors wrote about the package and testing in real time here in Rstudio and when I try to run some functions like
lsDownload()
, and it keeps returning an error:Here is my code for you to take a look if I'm missing something:
The text was updated successfully, but these errors were encountered: