MODIS
MODIS copied to clipboard
Download and processing framework for MODIS imagery. The package provides automated access to the global online data archives LP DAAC, LAADS and NSIDC as well as processing capabilities such as file c...
Hello Florian and Matteo @MatMatt ! Here is Corrado. I've been having issues with the _complete_ download of requested images through `runGdal()`: sometimes it downloads less images than those requested...
When `MODISoptions` calla `checkEarthdataLogin` to test login/connectivity, it seems to pass the `dlmethod` and the `MODISserverOrder`: ``` if ((is.null(opt$EarthdataLogin) || isFALSE(opt$EarthdataLogin)) && check_earthdata_login) { opt$EarthdataLogin = checkEarthdataLogin(opt$dlmethod, opt$MODISserverOrder) } ```...
See NSIDC section in `./exec/exec-modis_dl.R` to reproduce.
Hello, I am having trouble with the runGdal function. I do have GDAL installed, however I have HDF5 not HDF4 installed, and I am having trouble getting HDF4 installed. Does...
Same for Aqua. Also investigate if there exist more such products.
Hello! Apologies if this issue has already been raised elsewhere -- I didn't see it in the list. I'm hitting an error with getHDF: b1
I'm trying to download some data, but every time I run my code, I receive the same message: `Local structure is up-to-date. Using offline information!` See code below: ``` tfs...
I'm getting an error with runGdal in a script that has been running fine daily for months. I get the same error when using code from the documentation: ``` >runGdal(...
Hi, I updated my MacBook to Big Sur and now runGdal not work. The package sf have some problems with installation under Big Sur. I followed the instructions on this...