Displaying 1 result from an estimated 1 matches for "lat_nldas".
2017 Oct 21
1
Skip error in downloading file in loop
...for( i in 1:8) {
target1 <- paste0("
https://hydro1.gesdisc.eosdis.nasa.gov/daac-bin/access/timeseries.cgi?variable=NLDAS:NLDAS_FORA0125_H.002:TMP2m&location=GEOM:POINT(
",
cities[i, "lon_nldas"],
",%20", cities[i,"lat_nldas"],
")&startDate=1980-01-01T00&endDate=2016-12-31T23&type=asc2")
target2 <- paste0("/Users/dasgupta/Dropbox (FEEM)/Flu Paper/climate
data/temperature/nldas/", # change for whatever destination directory
you may prefer.
cities[i,"...