luna
luna copied to clipboard
satellite remote sensing tools
getLandsat() returns "No results found" for example code (and for all other queries I've attempted)
Running the example code for getLandsat() returns "No results found". This happens for every query I run with `getLandsat`. ``` product
Hi, I tried to download MOD09A1 files using getNASA. I only got files of 27bytes and cannot read it with rast() from terra. However, if I download the same file...
Strictly following the workflow of [https://rspatial.org/modis/2-download.html](https://rspatial.org/modis/2-download.html) leads to empty HDF files being downloaded. Opening the HDF file in Editor shows the following text: ``` 401 Unauthorized Unauthorized This server could...
Hi I'm trying to access data for MOD44B, but only version 006. However, the `getModis()`function does not respect the version argument, such that also version 061 gets returned. I think...
Hi, I just installed `luna` to download AVHRR data, and I keep getting the following error: ``` > library('luna') # for avhrr, modis, sentinel, and landsat data > > getAVHRR(start_date...
It would be great if there are some examples of download_ee and download_ers in the document.
Hi, first I wanted to thank you for the package. I also wanted to notify an issue. LP DAAC recently updated some of its products including the one that I...
Could pansharpening (eg. the one in gdal_pansharpen.py) be implemented?
Hi, when I try to get MODIS or Landsat data I get the following error: ``` Error in curl::curl_fetch_memory(url, handle = handle) : Failed initialization ``` And trying to download...
Sometimes file downloads getting stuck in midway. Need `ctrl+c` to escape and move to next download. One example situation shown below. Possible solutions and new feature request: 1. Add a...