search for: tair_f_inst

Displaying 5 results from an estimated 5 matches for "tair_f_inst".

2017 Oct 15
2
Download data from NASA for multiple locations - RCurl
...ydrology Data Rods web-service. Unfortunately, no wget method is available. Five parameters are needed for data retrieval: variable, location, startDate, endDate, and type. For example: ### https://hydro1.gesdisc.eosdis.nasa.gov/daac-bin/access/timeseries.cgi?variable=GLDAS2:GLDAS_NOAH025_3H_v2.0:Tair_f_inst&startDate=1970-01-01T00&endDate=1979-12-31T00&location=GEOM:POINT(-71.06,%2042.36)&type=asc2 ### In this case, variable: Tair_f_inst (temperature), location: (-71.06, 42.36), startDate: 01 January 1970; endDate: 31 December 1979; type: asc2 (output 2-column ASCII). I am trying to...
2017 Oct 15
2
Download data from NASA for multiple locations - RCurl
Dear David, This is amazing, thank you so much. If I may ask another question: The output looks like the following: ### dput(head(x,15)) c("Metadata for Requested Time Series:", "", "prod_name=GLDAS_NOAH025_3H_v2.0", "param_short_name=Tair_f_inst", "param_name=Near surface air temperature", "unit=K", "begin_time=1970-01-01T00", "end_time=1979-12-31T21", "lat= 42.36", "lon=-71.06", "Request_time=2017-10-15 22:20:03 GMT", "", "Date&Time...
2017 Oct 15
0
Download data from NASA for multiple locations - RCurl
...ortunately, no wget method is > available. > > Five parameters are needed for data retrieval: variable, location, > startDate, endDate, and type. For example: > > ### > https://hydro1.gesdisc.eosdis.nasa.gov/daac-bin/access/timeseries.cgi?variable=GLDAS2:GLDAS_NOAH025_3H_v2.0:Tair_f_inst&startDate=1970-01-01T00&endDate=1979-12-31T00&location=GEOM:POINT(-71.06,%2042.36)&type=asc2 > ### > > In this case, variable: Tair_f_inst (temperature), location: (-71.06, > 42.36), startDate: 01 January 1970; endDate: 31 December 1979; type: asc2 > (output 2-colum...
2017 Oct 16
0
Download data from NASA for multiple locations - RCurl
...gt; This is amazing, thank you so much. If I may ask another question: > > The output looks like the following: > > ### > dput(head(x,15)) > c("Metadata for Requested Time Series:", "", "prod_name=GLDAS_NOAH025_3H_v2.0", > "param_short_name=Tair_f_inst", "param_name=Near surface air temperature", > "unit=K", "begin_time=1970-01-01T00", "end_time=1979-12-31T21", > "lat= 42.36", "lon=-71.06", "Request_time=2017-10-15 22:20:03 GMT", > "", "Date&...
2017 Oct 16
1
Download data from NASA for multiple locations - RCurl
.... If I may ask another question: > > > > The output looks like the following: > > > > ### > > dput(head(x,15)) > > c("Metadata for Requested Time Series:", "", "prod_name=GLDAS_NOAH025_3H_ > v2.0", > > "param_short_name=Tair_f_inst", "param_name=Near surface air > temperature", > > "unit=K", "begin_time=1970-01-01T00", "end_time=1979-12-31T21", > > "lat= 42.36", "lon=-71.06", "Request_time=2017-10-15 22:20:03 GMT", > > ""...