search for: weather

Displaying 20 results from an estimated 793 matches for "weather".

2016 Aug 24
8
Gnome weather applet stranded
The Gnome weather report applet has ceased working on CentOS5/6. http://weather.noaa.gov/ says "This service is no longer available". Are there any good alternatives? I liked the applet as it allowed the use of a custom radar map. As I just discovered, the weather functionality of the CentOS6 Gnome clock...
2016 Aug 25
3
Gnome weather applet stranded
On Thu, Aug 25, 2016 at 08:33:46AM +0100, Nux! wrote: > I've rebuilt libmateweather for EL7 with the aforementioned patch and it seems to have fixed the issue. > Feel free to use it until EPEL package the fix. > > http://li.nux.ro/download/nux//tmp/libmateweather7/ thanks Nux! I installed it and it now gets current conditions just fine. but I tried several different...
2015 Dec 16
2
weather.agi
Here is a funny story. We mostly do hotels in the Caribbean, and one of our first clients (going on ten years now) used the sample "weather.agi" that used to be shipped with... asterisk at home? Trixbox? Can't even recall where we originally got it from. This perl script uses festival to speak a brief weather forecast to the caller. We told our hotels this was a feature for guests, and assigned a function code to execut...
2010 Jan 16
3
Comparing dates in dataframes
I have two data frames. One (arr) has all arrivals to an airport for a year, and the other (gw) has the dates and quarter hour of the day when the weather is good. arr has a Date and quarter hour column. >names(arr) [1] "Date" "weekday" "hour" "month" "minute" [6] "quarter" "ICAO" "Flight" "AircraftType" &quo...
2015 Dec 16
2
weather.agi
http://www.wunderground.com/weather/api/ -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of dk at donkelly.biz Sent: Wednesday, December 16, 2015 9:20 AM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: Re: [aster...
2016 Aug 24
1
Gnome weather applet stranded
On Wed, 24 Aug 2016, m.roth at 5-cent.us wrote: > isdtor wrote: >> The Gnome weather report applet has ceased working on CentOS5/6. >> http://weather.noaa.gov/ says "This service is no longer available". Are >> there any good alternatives? I liked the applet as it allowed the use of a >> custom radar map. >> >> As I just discovered, the weath...
2005 Mar 17
6
About the weather..
Ok, I've been away from the list for sometime now and feel as though I'm going to ask something that's been asked many times before, yet I find nothing in the wiki, so here goes: I notice that allison has done recordings for weather forecasts, yet I find no agi's that parse forecasts and use this recordings to piece together the forecast. I find plenty of weather agi's, but they all seem to be festival related rather than using prerecorded bits and pieces. Anybody know of a script that makes use of these recordings?...
2012 Oct 29
1
XML namespace control
...com/blah"' doesn't appear. I would like to create a similar node from scratch, but I can't seem to define the node with a namespace without providing the namespace definition. library(XML) node1 <- newXMLNode("storm", "ripsnorter", namespace = "weather", namespaceDefinitions = c(weather = "http://my.weather.com/events"), attrs = c(type = "hurricane", name = "Sandy")) node1 # this returns the new node with the namespace prefix (which I want) # and the definition (which I don't want) # <weather:sto...
2009 Feb 26
5
Download daily weather data
I'm writing a program that will tell me whether I should wear a coat, so I'd like to be able to download daily weather forecasts and daily reports of recent past weather conditions. The NOAA has very promising tabular forecasts (http://forecast.weather.gov/MapClick.php?CityName=Ithaca&state=NY&site=BGM&textField1=42.4422&textField2=-76.5002&e=0&FcstType=digital), but I can't figure out...
2012 Jul 18
2
duplicate data between two data frames according to row names
Hi everybody. I'll first explain my problem and what I'm trying to do. Admit this example: I'm working on 5 different weather stations. I have first in one file 3 of these 5 weather stations, containing their data. Here's an example of this file: DF1 <- data.frame(station=c("ST001","ST004","ST005"),data=c(5,2,8)) And my two other stations in this other data.frame: DF2 <- data.fra...
2003 Nov 04
1
Demo Weather Report AGI v2.0
Some of you may know me as ManxPower from #Asterisk at irc.freenode.,net I've posted my demp weather report Asterisk AGI script at http://www.fnords.org/~eric/asterisk/downloads/ I have no affiliation with Cepstral. Below is the README: Contact: Eric Wieling <eric@fnords.org> If you want a demo of this AGI script you may call via IAXtel 1-700-923-3645 extension 2101. Option 23 is for...
2005 Feb 15
7
Extra sounds (Weather)
Does anyone know of a AGI script that takes advantage of the weather sound files that's included with the extra sound files available from www.loligo.com/asterisk/sounds/ <http://www.loligo.com/asterisk/sounds/> ? Thank, Jeramie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asteri...
2005 Feb 25
1
weather asterisk@home
I'm still having problems. Festival works from command line and I can make the speakers talk. But when I dial my weather extension: -- Executing Answer("SIP/3000-a844", "") in new stack -- Executing AGI("SIP/3000-a844", "weather.agi") in new stack -- Launched AGI Script /var/lib/asterisk/agi-bin/weather.agi -- AGI Script weather.agi completed, returning 0...
2007 Jan 20
3
Download Weather Toolbar
Download Weather Toolbar - Instant weather reports, forecasts, and radar images anytime for FREE! - http://surl.in/HLWTD238206SVRAKSX --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to th...
2010 May 11
4
AGI and Severe Weather Alerts
All, I am toying with an idea of using an AGI to be able to 'call' my phone, or phones, in case of severe weather warnings. I have been tinkering with a script that reads from weather underground for the forecast, based off a PHP version of a weather AGI I found on the net. It seems rather trivial to have the AGI as a script, that does nothing unless a condition is met, and then call out, with a TTS synthe...
2011 Apr 11
0
joining data based upon a moving time window?
I have weather data that was recorded every hour, and location data (X,Y) that was recorded every 4 hours. I want to know what the temperature was at location X,Y. The weather data isn't exactly at the same time. So, I have written this loop for every location to scan through the weather data looki...
2016 Aug 24
2
Gnome weather applet stranded
Nux! writes: > Hm, this is bad. I was relying on this feature heavily. > Let's see if there is a fix. I don't imagine RH will care about this on EL6, but maybe MATE guys could help. The code for the respective applets is quite different. Mate uses weather.com, but I bet the API is different and a fix requires actual coding.
2016 Aug 24
2
Gnome weather applet stranded
...d clicked on climate, it appears that they > want to now charge you $3/yr for the service. I'm getting DNS not found errors from anything in NOAA.GOV. anyways, 'climate' refers to historical averages by location/month/week/date. presumably the API involved here was for current weather conditions and forecast. -- john r pierce, recycling bits in santa cruz
2016 Aug 25
0
Gnome weather applet stranded
Fred Smith writes: > On Thu, Aug 25, 2016 at 08:33:46AM +0100, Nux! wrote: > > I've rebuilt libmateweather for EL7 with the aforementioned patch and it seems to have fixed the issue. > > Feel free to use it until EPEL package the fix. > > > > http://li.nux.ro/download/nux//tmp/libmateweather7/ > > thanks Nux! > > I installed it and it now gets current conditions just fi...
2016 Aug 25
2
Gnome weather applet stranded
Fred, Check here https://git.gnome.org/browse/libgweather/tree/libgweather/weather-metar.c?h=gnome-2-30 -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro ----- Original Message ----- > From: "Fred Smith" <fredex at fcshome.stoneham.ma.us> > To: centos at centos.org > Sent: Thursday, 25 August, 2016 02:17:27...