search for: 01t00

Displaying 15 results from an estimated 15 matches for "01t00".

Did you mean: 0100
2018 Jan 19
5
API de AEMET con R?
...ciones/todasestaciones/?api_key=*vuestra api key* DESCARGAR DATOS HISTÓRICOS Diciembre 2017, ALICANTE wget --method GET --header 'cache-control: no-cache' --no-check-certificate --output-document - https://opendata.aemet.es/opendata/api/valores/climatologicos/diarios/datos/fechaini/2017-12-01T00:00:00UTC/fechafin/2017-12-31T00:00:00UTC/estacion/8025?api_key=*vuestra api key* Noviembre 2017, ALICANTE wget --method GET --header 'cache-control: no-cache' --no-check-certificate --output-document - https://opendata.aemet.es/opendata/api/valores/climatologicos/diarios/datos/fechaini/201...
2011 Sep 17
1
[PATCH] hivexml: Do not print null input times
Dealing with "1601-01-01T00:00:00Z" is unnecessarily awkward, especially since the value only represents a 0 found in the data. Signed-off-by: Alex Nelson <ajnelson at cs.ucsc.edu> --- xml/hivexml.c | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/xml/hivexml.c b/xml/hivexml.c index...
2017 Oct 15
2
Download data from NASA for multiple locations - RCurl
...t 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 Data", "1970-01-01T00:00:00\t267.769", "1970-01-01T03:00:00\t264.595") ### Thus I ne...
2008 Sep 04
1
Timezone support?
...Chicago 7/8/2008 00:00-01:00 DTSTART;TZID=America/Chicago:20080708T000000 DTEND;TZID=America/Chicago:20080708T010000 END:VEVENT BEGIN:VEVENT SUMMARY:Floating 7/15/2008 00:00-01:00 DTSTART:20080715T000000 DTEND:20080715T010000 END:VEVENT BEGIN:VEVENT SUMMARY:UTC 7/01/2008 00:00-01:00 DTSTART:20080701T000000Z DTEND:20080701T010000Z END:VEVENT END:VCALENDAR And here''s the output from the program: Processing event In Eastern 7/22/2008 00:00-01:00 icalendar dtstart: 2008-07-22T00:00:00+00:00 datetime vpim dtstart: 2008-07-22T00:00:00-04:00 Tue Jul 22 00:00:00 -...
2017 Oct 16
0
Download data from NASA for multiple locations - RCurl
...> ### > 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 Data", "1970-01-01T00:00:00\t267.769", > "1970-01-01T03:00:00\t264.595&quo...
2017 Oct 16
1
Download data from NASA for multiple locations - RCurl
...d(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 Data", "1970-01-01T00:00:00\t267.769", > > "1970-01-01T03:00:00\...
2015 Jun 26
3
Re: URI Handling Patch
...f query string handling > for http/https URIs. > > In any case, do you have a simple reproducer for this escaping handling > for qemu? > I don't have a simple repro for qemu, but this is pretty close. In guestfish do this: add "/vhds/osdiskforconsul0-osdisk.vhd?se=2016-01-01T00%3A00%3A00Z&sp=r&sv=2014-02-14&sr=b&sig=LOlrHXrQeaqlSEP51hRi7E5KDa9lnkqSvLTaZBmTkrQ%3D" readonly:true protocol:https server: gabhartswarmstorage.blob.core.windows.net After you execute 'run', you should see qemu complaining about something like a 404 Error and the file...
2017 Oct 15
0
Download data from NASA for multiple locations - RCurl
...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 tr...
2008 May 23
0
R(c,*g) helper method can''t handle nested hash input params
..., 01 May 2007 00:00:00 +0000..Fri, 23 May 2008 00:00:00 +0000}, "date_end"=>"2008-05-23"} R(Report,params) = "/report/?search=Search&date_begin=2007-05-01&date_type=created_on&order =1&report_type=year_end&person=reply_status_id1created_on2007-05-01T00%3A00%3A00 %2B00%3A00..2008-05-23T00%3A00%3A00%2B00%3A00&date_end=2008-05-23" untested fix of module Helpers method R(c,*g) def R(c,*g) p,h=/\(.+?\)/,g.grep(Hash) g-=h raise "bad route" unless u = c.urls.find{|x| break x if x.scan(p).size =...
2017 Oct 15
2
Download data from NASA for multiple locations - RCurl
...fortunately, 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 download data for 100 US ci...
2006 May 18
4
WebServices and DateTime - 3 elements of civil date are necessary
I simply trying to receive an array of objects, retrieved by ActiveRecord from table with datetime column and I have: test_list(SoapControllerApiTest): ArgumentError: 3 elements of civil date are necessary /usr/lib/ruby/1.8/date.rb:1214:in `new_with_hash'' /usr/lib/ruby/1.8/date.rb:1258:in `parse'' .... It''s a bug or I am wrong somewhere?
2015 Jun 29
0
Re: URI Handling Patch
...> > > > In any case, do you have a simple reproducer for this escaping handling > > for qemu? > > > > I don't have a simple repro for qemu, but this is pretty close. In > guestfish do this: > > add > "/vhds/osdiskforconsul0-osdisk.vhd?se=2016-01-01T00%3A00%3A00Z&sp=r&sv=2014-02-14&sr=b&sig=LOlrHXrQeaqlSEP51hRi7E5KDa9lnkqSvLTaZBmTkrQ%3D" > readonly:true protocol:https server: > gabhartswarmstorage.blob.core.windows.net > > After you execute 'run', you should see qemu complaining about something > like...
2015 Jun 25
4
URI Handling Patch
I have written a patch (please see attached) which fixes both of these bugs: https://bugzilla.redhat.com/show_bug.cgi?id=1092583 https://bugzilla.redhat.com/show_bug.cgi?id=1232477 By default, when saving a URI using xmlSaveUri it escapes everything in the URI. QEMU doesn't want anything escaped, so now I unescape everything after the URI is generated. Unfortunately there's no flag to
2007 Apr 18
4
[RFC, PATCH 1/24] i386 Vmi documentation
...virtual environment. The interface also provides + a way for the VCPUs to set alarms in this paravirtual view of time. + + Time Domains: + + a) Wallclock Time: + + Wallclock time exposed to the VM through this interface indicates + the number of nanoseconds since epoch, 1970-01-01T00:00:00Z (ISO + 8601 date format). If the host's wallclock time changes (say, when + an error in the host's clock is corrected), so does the wallclock + time as viewed through this interface. + + b) Real Time: + + Another view of time accessible through this interface is...
2007 Apr 18
4
[RFC, PATCH 1/24] i386 Vmi documentation
...virtual environment. The interface also provides + a way for the VCPUs to set alarms in this paravirtual view of time. + + Time Domains: + + a) Wallclock Time: + + Wallclock time exposed to the VM through this interface indicates + the number of nanoseconds since epoch, 1970-01-01T00:00:00Z (ISO + 8601 date format). If the host's wallclock time changes (say, when + an error in the host's clock is corrected), so does the wallclock + time as viewed through this interface. + + b) Real Time: + + Another view of time accessible through this interface is...