Main > Free Download Search >

Free weather 0.2 software for linux

weather 0.2

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1753
Acme::Test::Weather 0.2

Acme::Test::Weather 0.2


Acme::Test::Weather is a Perl module to test the weather conditions for a user. more>>
Acme::Test::Weather is a Perl module to test the weather conditions for a user.

SYNOPSIS

use Test::Weather;
plan tests => 2;

# You may only install something
# when its nice outside.

&isnt_snowing();
&isnt_cloudy();

# output:

1..2
ok 1 - its partly cloudy in Montreal, Canada
not ok 2 - its partly cloudy in Montreal, Canada
# Failed test (./t/mtl.t at line 5)
# Partly Cloudy
# matches (?i-xsm:bcloudy)
# Looks like you failed 1 tests of 2.

The package determines a users location by looking up their hostname / IP address using the CAIDA::NetGeo::Client package.

Based on the data returned, weather conditions are polled using the Weather::Underground package.

Because, you know, it may be important to your Perl module that its raining outside...

PACKAGE FUNCTIONS

&is_cloudy()

Make sure it is cloudy, but remember the silver lining.

&isnt_cloudy()

No clouds. Not even little fluffy ones.

&is_raining()

Make sure it is raining.

&isnt_raining()

Make sure sure it is not raining.

&is_snowing()

Make sure it is snowing.

&isnt_snowing()

Make sure it is not snowing.

&is_sunny()

Make sure it is sunny.

&isnt_sunny()

Make sure it is not sunny. Why are you so angry?

&eq_celsius($int)

Temperature in degrees Celsius.

>_celsius($int)

Cooler than, in degrees Celcius.

_fahrenheit($int)

Warmer than, in degrees Fahrenheit.

_humidity($int)

Humidity is greater than.

<<less
Download (0.005MB)
Added: 2007-03-19 License: Perl Artistic License Price:
949 downloads
WeatherBug 1.0.0.2

WeatherBug 1.0.0.2


WeatherBug is a Firefox extension that can get live, local weather conditions in Firefox web browser. more>>
WeatherBug is a Firefox extension that can get live, local weather conditions in Firefox web browser. Featuring forecasts, radar, and severe weather alerts from WeatherBugs community of neighborhood weather stations.

<<less
Download (0.037MB)
Added: 2007-05-30 License: MPL (Mozilla Public License) Price:
559 downloads
bbweather 0.6.3

bbweather 0.6.3


bbweather is a tool for blackbox that displays weather conditions. more>>
bbweather is a tool which displays the current weather conditions in an decorated window, simulating the look of the Blackbox toolbar (Blackbox is a Windowmanager for X11). bbweather is heavily based on "bbdate" by John Kennis.

Furthermore, bbweather was inspired by wmWeather by Michael G. Henderson, from where I grabbed the perl-script that fetches the weather-conditions from your local station.

<<less
Download (0.087MB)
Added: 2006-05-30 License: GPL (GNU General Public License) Price:
721 downloads
Weather::Bug 0.01

Weather::Bug 0.01


Weather::Bug is a Perl module that can get realtime weather where available. more>>
Weather::Bug is a Perl module that can get realtime weather where available.

SYNOPSIS

use Weather::Bug;

my $w = get_live_weather( KCMI );
print "It is $w->{temp} degrees in $w->{location}n";

Weather::Bug uses data from aws.coms live Java weather applet. Not all available stations report live data, however. If the station closest to you does not report live weather data to aws.com, you are probably better off using one of the other Weather:: modules from CPAN.

Disclaimer

This Perl module is not endorsed or supported in any way by AWS Convergence Technologies. "WeatherBug" is their trademark.

USAGE

get_live_weather($station_id [, $units])

Weather::Bug exports only one funcion, get_live_weather. The first argument is the station ID. You can find the ID of a station near you at this page:

http://www.aws.com/aws_2001/asp/getLiveWeather.asp

If you get a list of sites, click one to view current conditions. Look at the URL of the link that says "Live Broadcast JAVA." The part of the URL that reads "?id=XXXX" is your station ID. For example, my old high school in Fredericksburg, Iowa, is FRDRC.

The units argument defaults to American, and supports these values:

0 American
1 Metric
2 American, but pressure in millibars

This function returns a reference to a hash in scalar context, or a hash in list context. The keys of the hash are as follows:

last_updated
date
temp
wind_direction
wind_speed
max_wind_direction
max_wind_speed
precip
precip_rate
pressure
humidity
max_temp
min_temp
site_name
dew_point
heat_index
monthly_rain
temp_change
humidity_change
pressure_change
location
max_humidity
min_humidity
max_pressure
min_pressure
max_precip_rate

Be aware that not all stations report all of these items. Units are stripped from all measurements and rates.

<<less
Download (0.003MB)
Added: 2007-06-15 License: Perl Artistic License Price:
861 downloads
GoWeather 2001.10.24

GoWeather 2001.10.24


GoWeather graphically displays current conditions and 5-day forecast for a location. more>>
GoWeather graphically displays current conditions and 5-day forecast for a location.
It displays an attractive representation the current weather conditions for a particular location, along with upcoming weather forecasts.
The source of the data are small, text-based reports in a standard format (METAR and Zone Forecast (ZFP)) made available from an unchanging, reliable source (the National Weather Service (NWS)).
GoWeather is FLTK-based, has a small form-factor, and the data files are very small and can be accessed offline.
This means GoWeather is suitable for Linux handhelds (like the Agenda VR3 PDA).
Enhancements:
- Initial upload to SourceForge CVS CHANGES.txt created
- Added some "uploading to Agenda" info. to "INSTALL.txt"
- Updated GoWeather URL in documents and files
- References to "Go Weather" changed to "GoWeather"
- "About" dialog window created
<<less
Download (0.064MB)
Added: 2006-09-26 License: GPL (GNU General Public License) Price:
1126 downloads
wmweather 2.4.4

wmweather 2.4.4


wmweather provides a monitor on a 64x64 mini window that displays the current weather. more>>
wmweather project provides a monitor on a 64x64 mini window that displays the current weather.
The weather reports are received from NOAAs National Weather Service, that is the same source that pilots use.
INSTALLATION
On Debian systems, install the Debian package: type
# dpkg -i wmweather_*.deb
or run
# apt-get install wmweather
Otherwise you have to compile the program first: change into the src/ subdirectory, type
$ ./configure --help
$ ./configure
$ make
and then
# make install
as root. The program may be uninstalled using one of the commands
# dpkg -r wmweather
# make uninstall
Note to BSD users: Make sure the following ports are installed: devel/gmake, and devel/libgnugetopt, and use gmake instead of make above.
Suggestions, how to improve the autoconf part of wmweather, are always appreciated.
Enhancements:
- This release corrects the dewpoint calculation.
<<less
Download (0.077MB)
Added: 2007-05-13 License: GPL (GNU General Public License) Price:
894 downloads
wmWeatherApp 0.0.3

wmWeatherApp 0.0.3


wmWeatherApp is nothing more than a very simplistic weather dock app. more>>
wmWeatherApp is nothing more than a very simplistic weather dock app. There are several quite nice dockapps for this purpose, however they were all far too bloated for my needs therefore I created a very minimalist one.

This application simply grabs the image of the current weather (using your zipcode which you supply as a parameter to wmWeatherApp) and displays it as the background image of the dockapp.

You can left click on the dockapp and have it launch a web browser (which you can configure by setting the environment variable BROWSER) and show you the weather.

Quick usage instructions:

./configure && make && make install
wmWeatherApp -zip 61832 -delay 300

-zip specifies your zipcode
-delay specifies the update interval in seconds. 300 seconds is what I currently use.

The weather image is pulled from www.wunderground.com (which is the most reliable weather provider I have found). License is GPL.
<<less
Download (0.31MB)
Added: 2006-10-26 License: GPL (GNU General Public License) Price:
1094 downloads
One-Wire Weather 0.82.0

One-Wire Weather 0.82.0


One-Wire Weather is a client program for Dallas Semiconductor / AAG 1-wire weather station kits. more>>
One-Wire Weather is a client program for Dallas Semiconductor / AAG 1-wire weather station kits, providing a graphical (animated) display to monitor outside temperature, wind speed and direction, rainfall, and humidity.
Extra temperature sensors may be added. A 1-wire "hub" may be used for improved reliability and range. Weather data may be logged to CSV files, parsed to command line programs, sent to the Henriksen Windows client, or uploaded to Web servers at Dallas, The Weather Underground, and HAMweather.
Enhancements:
- Changes to libusb calls, to operate correctly with recent Linux kernels.
- Added facility for waveform slew/timing adjustment for DS2490.
- Locale now set to POSIX when creating output for wunderground, &c - so you can log e.g. with comma as decimal separator, but wunderground gets a full stop.
- Rain from a remote source is integrated for upload (but please could people check if this works for you).
- Initial support for DS2760 - e.g. AAG TAI8560 thermocouple adapter (but the thermocouple Voltage isnt interpreted yet).
- Added facility for placing control characters in parser strings, as C-style escape sequences.
- Added dailyrain statistic for wunderground uploads, &c.
- Implemented rapid update for wunderground.
<<less
Download (0.43MB)
Added: 2007-07-12 License: Artistic License Price:
844 downloads
WeatherMaker 1.3.4

WeatherMaker 1.3.4


WeatherMaker project is a commandline program to generate weather reports for RPGs. more>>
WeatherMaker project is a commandline program to generate weather reports for RPGs.

WeatherMaker is a commandline utility to generate weather reports for role-playing games set in Earth-like worlds. It is not meant to be either an accurate or a precise simulation of climate, but it should give plausible results for the season, terrain, and climate requested.

<<less
Download (0.055MB)
Added: 2007-01-08 License: GPL (GNU General Public License) Price:
1021 downloads
1-ClickWeather 1.1.4

1-ClickWeather 1.1.4


1-ClickWeather is a Firefox extension which enables users to quickly view current weather conditions. more>>
Because weather is important to you everyday... weather.com offers you instant local weather conditions, alerts, radar in motion, satellite maps, and forecasts all within your Firefox browser.

1-ClickWeather is a Firefox extension which enables users to quickly view current weather conditions and up to 5 days of forecast information within the browser and allows for instant access to detailed and customized weather content through clickable icons. All weather data in provided by weather.com.

In addition, the extension features color coded severe weather alerts from the National Weather Service and links to unique features available from weather.com.

All of the weather information displayed by 1-ClickWeather relates to a user-selected geographic location. This information includes:

Weather Videos - pre-selected weather video from weather.com. Choices include Top Story, Severe Weather Outlook, European travel forecast, US national forecast or a choice of one of four US regional forecasts.

Radar - animated in-motion Doppler radar image pre-selected by the user from one of nine US regions.

Satellite - satellite map pre-selected by the user for a defined international geographic region. Choices include Europe, Russia, Asia, Middle East, Africa, Canada, Mexico, Central America, and South America.

Quick Launch - up to 16 user-defined quick launch links to unique content on the weather.com website, including local 36-hour forecasts, local 10-day forecasts and links to customized lifestyle content such as Personal PetCasts, Baseball Game Day Forecasts and PollenCasts.

<<less
Download (0.62MB)
Added: 2007-05-02 License: MPL (Mozilla Public License) Price:
978 downloads
Better Weather

Better Weather


Better Weather contains a couple of scripts using normal KDE and Linux tools to provide better display of weather info. more>>
Better Weather contains a couple of scripts using normal KDE and Linux tools to provide better display of weather info than KDEs weather applet. It downloads the information from the US national weather service and maps from weather.com. Two launchers on the main menubar bring up the window separately. Full details and instructions are in the readme.

This is a solution that worked for me, not being a coder. You have to make it work for you. Its an idea and a set of tools. Its also US-centric, but someone may take the idea and make it work just as well anywhere. I hope someone finds it as useful as I do.

WHAT IT DOES

The tools I wrote are two *very* simple bash scripts. The script, localwx.sh, invokes the python weather utility, and downloads the current weather conditions and forecast in text format from the weather service. It stores the information temporarily in a text file (I chose the desktop as the directory in which to save it.) It then "reads" the text file into a kdialog box. When the "ok" button is clicked, the temporary file is deleted.

The other script, wxmap.sh, downloads a current local weather map image using wget, saves it temporarily to the desktop, and calls Kview to display it. When Kview closes, the temporary image file is deleted.

HOW I DID IT

The man pages for "weather," "kdialog," and "wget" were useful for determining which options to use. The script for weather forecasts has to be edited to receive the data for the users current location. My nearest airport is PDK, so my ID was "KPDK." The rest is straightforward enough. To make the weather map script work, you can go to weather.com or your local tv station website and copy the image location for the weather map they use. It can be pasted into the script.

Once the scripts were edited to suit, I made them executable (chmod +x filename), copied them to /usr/local/bin, and created a launcher for each in my main menubar. Describing the process is a lot more difficult than actually doing the work!
<<less
Download (0.67MB)
Added: 2007-07-19 License: GPL (GNU General Public License) Price:
838 downloads
Xfce 4 Weather Plugin 0.5.99.1

Xfce 4 Weather Plugin 0.5.99.1


Xfce 4 Weather Plugin shows the current temperature and weather condition, using weather data provided by xoap.weather.com. more>> <<less
Download (0.56MB)
Added: 2007-03-07 License: GPL (GNU General Public License) Price:
572 downloads
Liquid Weather ++ 14.8

Liquid Weather ++ 14.8


Liquid Weather is a superkaramba theme and desktop applet for displaying weather information and forecasts. more>>
Liquid Weather is a superkaramba theme and desktop applet for displaying weather information and forecasts. You need superkaramba to run it and the kde desktop.
Liquid Weather ++ displays weather information in a compact and easy to read format - its pretty too.
Main features:
- Detailed information about the current weather situation;
- Detailed weather forecasts for 5 days;
- Hourly weather forecasts for the next 12 hours;
- Data available from weather.com or BBC;
- Translated into several languages;
- Displays multiple weather maps;
- View latest earthquake data;
- Receive notification of major storms in your area;
- Several iconsets and backgrounds available;
- Two different layouts - simple and detailed;
- Monitor up to 5 webcams;
- kxdocker plugin built in;
- Configurable update delay;
<<less
Download (3.9MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
548 downloads
Zope Weather applet 1.51

Zope Weather applet 1.51


Zope Weather applet allows people to display weather information for a particular location in Zope. more>>
Zope Weather applet allows people to display weather information for a particular location in Zope, by automatically retrieving data from the NOAAs Metar servers from time to time.
Enhancements:
- getStationHeight is now called getStationAltitude.
- Better installation instructions.
- When extracting the tarball, the directorys name doesnt contain a version number anymore.
- No GIF image anymore.
<<less
Download (0.080MB)
Added: 2005-09-28 License: GPL (GNU General Public License) Price:
1494 downloads
Meteo 0.9.15

Meteo 0.9.15


Meteo is an interface to weather stations from Davis Instruments. more>>
Meteo is an interface to weather stations from Davis Instruments. Meteo project polls the station for data, stores it in a database and makes various graphs available via the Web. Users can navigate graphically back and forth in time at various resolutions.

<<less
Download (0.75MB)
Added: 2006-05-09 License: GPL (GNU General Public License) Price:
1266 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5