Similar download path and permission issues on download_modis
The file path for MOD06 contained NA/NA/NA
Likely resolution at L2641, which was previously hard coded to [[1]][8]. On the container the length after strsplit was 7.
download_name <- unlist(
lapply(
download_url,
function(x) tail(strsplit(x, "/")[[1]], 1)
)
)
Need to investigate blank download txt files in download_modis with product = VNP46A2
Similar download path and permission issues on
download_modisThe file path for
MOD06containedNA/NA/NALikely resolution at L2641, which was previously hard coded to [[1]][8]. On the container the length after strsplit was 7.
Need to investigate blank download txt files in
download_modiswithproduct = VNP46A2