search for: nldas

Displaying 1 result from an estimated 1 matches for "nldas".

Did you mean: ldas
2017 Oct 21
1
Skip error in downloading file in loop
I am trying to download data from NASA web-service. I am using the following code; 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("/...