Displaying 3 results from an estimated 3 matches for "weatherstation".
Did you mean:
weatherstations
2012 Feb 21
3
Using earth.dist function
...have
done a sample calculation, and I seem to have a problem between the steps of
using create.lats and earth.dist. I've copied the steps I've taken in R
since I am NOT computer literate and have a real problem debugging computer
programming. Hopefully someone can help.
> create.lats(weatherstations,loc="locality",long="longitude",lat="latitude")
longitude latitude
Adra -119.58 49.73
Bankier Chain Lake -120.28 49.70
Chute Lake -119.53 49.68
Douglas Lake -120.20 50.16
Hedley -120.08...
2011 Apr 15
2
sti + namespace
I''m spidering historical weather data from various sources. I have a
WeatherStation class that is begging for an STI implementation: a
WeatherStation is associated with a specific weather service, and each
weather service has its own protocol for fetching weather data, but most
of the code is can be shared in the WeatherStation parent class. Ergo
STI.
But there are a lot of wea...
2004 Nov 28
0
COM port for weatherstation
Hi,
we are running some Debian-linux boxes and want to run a
Feger-weatherstation under wine to get the weatherdata directly on the
same server as our semi-public weather web (http//81.33.7.96).
I installed wine (version is now 0.0.20040713/1.3) under Debian sarge
and then the Feger software. My windows partition was an empty FAT32
partition.
I cannot get the COM port working a...