Displaying 20 results from an estimated 47 matches for "meteo".
Did you mean:
meter
2009 Dec 03
1
S4 Classes, nested objects and references
Hi all,
I'm currently programming my first complete package in S4. (thanks to
Christophe Genolini for the nice introduction he wrote). I have an
object "Data" with a number of slots. One of those slots is "meteo".
Now "Meteo" is on itself a class with again a number of slots (like
rainfall, temperature,..., you get the picture).
I defined the slot "meteo" currently as a character slot, and the
values refer to the names of the Meteo-objects related to that
Data-object. The cleaner...
2002 Feb 21
0
data.dump from S to R: no functions
...do a data.daump, and
> then reinstall the functions by running the scripts. I use S-Plus version
> 2000 on Windows 98. Thanks in advance for you help, and I hope someone can
> help you solve your problem.
>
> Janice Watkins
>
Very simple. Use objects.summary:
Splus/G:/path-8/meteo/smeteo>a <- objects.summary()
Splus/G:/path-8/meteo/smeteo>a[1:3,]
data.class storage.mode extent object.size
dataset.date
.Last.fixed character character 1 66
99.05.03 10:05
.Last.value character character 15 683 102.02.21
20:0699.04.05...
2012 Apr 29
2
Wine 1.41 and mscan meteo fax
Hello,
I'm trying to run mscan meteo pro v2.0 under wine on linux mint 12.
I'm getting the below error. Anyone offer any suggestions?
$ winedbg mscan.exe
> WineDbg starting on pid 0023
> fixme:event:wait_for_withdrawn_state window 0x2003a/3200001 wait timed out
> 0x7b85af43: movl %edi,0x4(%esp)
> Wine-dbg>
>
th...
2005 Jun 22
3
Howto crosstable-ing......
I receive the following meteo dataset regularly, containing the average
daily temperatures (tMedia) of a certain month for 24 selected meteo-stations
(COD_WMO) whose human-readable names are in (NOME).
str(tabella)
`data.frame': 1038 obs. of 4 variables:
$ COD_WMO: int 16045 16045 16045 16045 16045 16045 16045 16045 160...
2012 Feb 12
2
Reading data from a worksheet on the Internet
...ding the data from the html code I wonder if there is a package or
anoher way to extract these data since reading from the code will demand
many work and it can be not so accurate.
Below one can see the from where I am trying to export the data:
dados<-url("
http://www.mar.mil.br/dhn/chm/meteo/prev/dados/pnboia/sc1201_arquivos/sheet002.htm","r
")
I am looking forward any help.
Thanks in advance ,
Nilza Barros
[[alternative HTML version deleted]]
2018 Feb 02
1
How to trigger a resync of a newly replaced empty brick in replicate config ?
...: success
Thanks,
A.
On Thursday, 1 February 2018 18:57:17 CET Serkan ?oban wrote:
> What is server4? You just mentioned server1 and server2 previously.
> Can you post the output of gluster v status volname
>
> On Thu, Feb 1, 2018 at 8:13 PM, Alessandro Ipe <Alessandro.Ipe at meteo.be> wrote:
> > Hi,
> >
> >
> > Thanks. However "gluster v heal volname full" returned the following error
> > message
> > Commit failed on server4. Please check log file for details.
> >
> > I have checked the log files in /var/log/glu...
2011 Mar 03
2
lattice custom axis function -- right side margins
...x that... Any help greatly appreciated! Minimal example below.
I would also like to add a label to the right-side vertical axis similar
to the "sill..." label on the left. Bonus points if anyone can throw
that in...
Many thanks,
Tim
--
Timothy W. Hilton
PhD Candidate, Department of Meteorology
The Pennsylvania State University
503 Walker Building, University Park, PA 16802
hilton at meteo.psu.edu
--------------------------------------------------
code to produce the plot with right-side labels clipped off
example_data <-
structure(list(year = structure(c(4L, 2L, 2L, 7L, 2L...
2006 May 19
0
How to deal with missing data?
Hi All,
This is a question not directly related to R itself, it's about how to
deal with missing data. I want to build wind roses i.e. circular
histograms of wind directions and associated speeds to look for trends
or changes in the wind patterns over several decades for some meteo
stations. The database I have contains hourly records of wind direction
and speed over the past 50 years.......obviously that's a huge database!
Of course there are a lot of missing data and they are causing problems.
Two major problems arise from the temporal distribution of wind records:
1)...
2018 Feb 01
0
How to trigger a resync of a newly replaced empty brick in replicate config ?
You do not need to reset brick if brick path does not change. Replace
the brick format and mount, then gluster v start volname force.
To start self heal just run gluster v heal volname full.
On Thu, Feb 1, 2018 at 6:39 PM, Alessandro Ipe <Alessandro.Ipe at meteo.be> wrote:
> Hi,
>
>
> My volume home is configured in replicate mode (version 3.12.4) with the bricks
> server1:/data/gluster/brick1
> server2:/data/gluster/brick1
>
> server2:/data/gluster/brick1 was corrupted, so I killed gluster daemon for that brick on server2, umoun...
2010 Feb 26
2
New methods for generic functions show and print : some visible with ls(), some not
Dear all,
I'm trying to understand the S4 way of object-oriented programming, but I
still can't grasp completely what R is doing. I have a class definition for
a class called PM10Meteo, and I set a initializer function. next, I include
a show method and a print method as shown below.
setClass( Class="PM10Meteo",...) # end setClass
setMethod ("initialize",signature="PM10Meteo",...) # end setMethod
########
# Show Method
#
setMethod("show"...
2018 Feb 01
2
How to trigger a resync of a newly replaced empty brick in replicate config ?
Hi,
My volume home is configured in replicate mode (version 3.12.4) with the bricks
server1:/data/gluster/brick1
server2:/data/gluster/brick1
server2:/data/gluster/brick1 was corrupted, so I killed gluster daemon for that brick on server2, umounted it, reformated it, remounted it and did a
> gluster volume reset-brick home server2:/data/gluster/brick1 server2:/data/gluster/brick1 commit
2008 Jun 16
2
barplot with color coding according to value
Hello,
I want to use R to produce nice meteograms...
For this I would need to color-code my barplot according to the value plotted
say if value x > 30 ... the bar is red ; if x between 20 and 10, the bar
is blue etc...
any ideas how to proceed ?
Thank You a lot,
maria
2008 Dec 10
1
Registry problem when loading RMySQL
Hi all,
I am exploring the possibility of using R in my meteorological
verification project. I have installed R on my Windows (XP) desktop
machine and have also installed the RMySQL and verification packages.
However, I run into problems when I try to load RMySQL. I get the
following error:
Error in fun(...) : MySQL is not installed according to a Registr...
2009 Apr 06
1
contourplot label color
...quot; (I translate the error message from my french version)
Thanks in advance for any help
--
-----------------------------
Bruno JOLY
M?t?o-France
CNRM/GMAP/RECYF
42, avenue G. Coriolis
31057 Toulouse, France
T?l: (33) (0)5 61 07 99 09
Fax: (33) (0)5 61 07 84 53
email:bruno.joly at meteo.fr
2013 Oct 21
0
tr: Aggregate values in one dataframe into a list of vectors of different sieze
...s to do some statistics (means, etc.), but that is another matter for later!
>
> Thanks for your help.
>
>
> Sartene Bel
> ___________________________________________________________
> Les pr?visions m?t?o pour aujourd'hui, demain et jusqu'? 8 jours ! Voila.fr http://meteo.voila.fr/
___________________________________________________________
Les pr?visions m?t?o pour aujourd'hui, demain et jusqu'? 8 jours ! Voila.fr http://meteo.voila.fr/
2008 Oct 03
1
Problem with strptime
Hello,
I have a column with dates in the form %Y-%m-%d %H:%M:%S; I want to substract the line i+1 to the line i and get a numeric result (in seconds for instance).
This is what I did (I take the data from a database):
res<- dbSendQuery (con, "SELECT Date_Heure FROM data.meteo ")Time<-fetch(res, n=-1)TimeDifferencetime<-as.numeric(diff(strptime(Time, format='%Y-%m-%d %H:%M:%S')) )
Differencetime
The colum Time is ok, I get something like (~20 000 values):
...
13199 2008-03-19 03:55:4613200 2008-03-19 04:00:4613201 2008-03-19 04:05:4613202 2008-03-1...
2010 Sep 23
1
strange behaviour of callNextMethod in S4 methods
...*********************************************
Harold PETITHOMME
Equipe Donn?es et Outils de Pr?vision (DPREVI/COMPAS/DOP)
M?t?o France - Direction de la Production
42, avenue G. Coriolis.
31057 Toulouse Cedex
France
Tel : (33/0)5.61.07.82.85
Fax : (33/0)5.61.07.86.09
E-mail : harold.petithomme at meteo.fr
2010 Mar 05
1
I can't find "rpart" help (linux)
Hi
I have installed rpart in my Linux (PLD) but I don't know how I may find
help conect this package?
Here is my instalaction:
> install.packages("rpart",dependencies=TRUE)
--- Please select a CRAN mirror for use in this session ---
trying URL 'http://r.meteo.uni.wroc.pl/src/contrib/rpart_3.1-46.tar.gz'
Content type 'application/x-gzip' length 136572 bytes (133 Kb)
opened URL
==================================================
downloaded 133 Kb
* installing *source* package ‘rpart’ ...
** libs
i686-pld-linux-gcc -std=gnu9...
2012 Jul 05
2
7 days confusion over lists
...sted as
Crop1$CContent for example and there was quite a few of them. There is a
run file that gets the list file going in the following code:
#--Initialising the lists to store variable values
tmp <- init_lists()
Param <- tmp[[1]]
Crop1 <- tmp[[2]]
Fert <- tmp[[3]]
Meteo <- tmp[[4]]
Soil <- tmp[[5]]
RainPattern <- tmp[[6]]
Crop2 <- tmp[[7]]
Cropres <- tmp[[8]]
rm(tmp)
The problem here is that the lists get confused with each other; that is
elements of Soil appear in Crop2. In the run file, I changed the order of
the lists (fo...
2024 May 29
1
add only the 1st of May with POSIXct
...e "|>" operator, but I get an error when I use apply.
Could you please expand your code without the pipe operator?
Thank you again for your help
Stefano
(oo)
--oOO--( )--OOo--------------------------------------
Stefano Sofia PhD
Civil Protection - Marche Region - Italy
Meteo Section
Snow Section
Via del Colle Ameno 5
60126 Torrette di Ancona, Ancona (AN)
Uff: +39 071 806 7743
E-mail: stefano.sofia at regione.marche.it
---Oo---------oO----------------------------------------
________________________________
Da: Rui Barradas <ruipbarradas at sapo.pt>
Inviato: mar...