Forum GraphWeather

Forum d'aide GraphWeather
Nous sommes actuellement le Dim Avr 28, 2024 12:41 am

Le fuseau horaire est UTC+1 heure




Publier un nouveau sujet Répondre au sujet  [ 13 message(s) ] 
Auteur Message
MessagePublié: Ven Août 20, 2010 3:36 pm 
Hors-ligne
Membre

Inscription : Jeu Oct 16, 2008 8:43 pm
Message(s) : 18
Hello
I'm trying to create charts with graphweather using the text file that generates the WeatherLink software
This is an example of the file created by the program:
Image

Using the CSV plugin Graphweather use these settings:
Image

The file is uploaded properly without errors but does not display any data or data unpacked.
I'm doing something wrong, or i can not use that text file :?:
thanks Antonio


Haut
 Profil  
Répondre en citant  
MessagePublié: Ven Août 20, 2010 5:47 pm 
Hors-ligne
Membre

Inscription : Jeu Oct 16, 2008 8:43 pm
Message(s) : 18
If i use this text file and in Graphweather,under file format, separator, use tabulation works great. Why the first text file I posted above does not work? :?:


Vous n’êtes pas autorisé(e) à consulter les fichiers insérés à ce message.


Haut
 Profil  
Répondre en citant  
MessagePublié: Sam Août 21, 2010 9:57 am 
Hors-ligne
Membre
Avatar de l’utilisateur

Inscription : Mar Août 22, 2006 8:38 am
Message(s) : 3145
Localisation : 34410 Sérignan - Languedoc
Hello Antonio,
it's going to be difficult to have graphs with this data file :
You do not have any time value, so you will not be able to plot your x axis !

Have a nice day

Jean


Haut
 Profil  
Répondre en citant  
MessagePublié: Sam Août 21, 2010 8:41 pm 
Hors-ligne
Membre

Inscription : Jeu Oct 16, 2008 8:43 pm
Message(s) : 18
Hello Jean,
thanks for the reply, but you say that there is no time value, however, in both text files the first column is the date (day / month / year) and second column the time (hours.minuts), in fact in the second text file I can properly display the graphics, while in the first text file I think there is a problem with the format "hour-column", I tried different solutions but nothing, not working :cry:
I see also http://graphweather.protosigma.com/index.php?page ... luginsdesc

p.s. sorry for my bad english :oops:


Haut
 Profil  
Répondre en citant  
MessagePublié: Sam Août 21, 2010 8:42 pm 
Hors-ligne
Membre

Inscription : Jeu Oct 16, 2008 8:43 pm
Message(s) : 18
Hello Jean,
thanks for the reply, but you say that there is no time value, however, in both text files the first column is the date (day / month / year) and second column the time (hours.minuts), in fact in the second text file I can properly display the graphics, while in the first text file I think there is a problem with the format "hour-column", I tried different solutions but nothing, not working :cry:
I see also http://graphweather.protosigma.com/index.php?page ... luginsdesc

p.s. sorry for my bad English :oops:


Haut
 Profil  
Répondre en citant  
MessagePublié: Sam Août 21, 2010 9:37 pm 
Hors-ligne
Membre
Avatar de l’utilisateur

Inscription : Mar Août 22, 2006 8:38 am
Message(s) : 3145
Localisation : 34410 Sérignan - Languedoc
Hello,
as far as I see in the file (text file.jpeg) you published in your previous post, there is no value for the time part : 20/08/10 is just the day part, time information part is missing.

Jean


Haut
 Profil  
Répondre en citant  
MessagePublié: Sam Août 21, 2010 10:50 pm 
Hors-ligne
Membre

Inscription : Jeu Oct 16, 2008 8:43 pm
Message(s) : 18
Hello,
The file (text file.jpeg) that I posted above works correctly with the Graphweather plugin CSV, I can see the graphs. :D
is the file that I posted in first post that does not work...

Antonio


Haut
 Profil  
Répondre en citant  
MessagePublié: Lun Août 23, 2010 10:43 pm 
Hors-ligne
Membre

Inscription : Jeu Oct 16, 2008 8:43 pm
Message(s) : 18
I think I found the problem,in the file below I set the plugin Graphweather:
in file format, separator: space
dates/hour of record, dates column: 1 format:%d/%m/%y
hour column: 3 format:%H.%M
This works, but the graphs show only the data between the 10.00 to 00.00, because hours left not have zero (example 08.50 - 08.55 - 09.00 etc.)
I can solve this problem by changing the settings in the hour column format?


Vous n’êtes pas autorisé(e) à consulter les fichiers insérés à ce message.


Haut
 Profil  
Répondre en citant  
MessagePublié: Mer Août 25, 2010 12:04 pm 
Hors-ligne
Membre

Inscription : Jeu Oct 16, 2008 8:43 pm
Message(s) : 18
Searching the Internet I found this type of time format: "G" 24-hour format of an hour without leading zeros - 0 through 23 .
Graphweather support this format?


Haut
 Profil  
Répondre en citant  
MessagePublié: Mer Août 25, 2010 1:06 pm 
Hors-ligne
Membre
Avatar de l’utilisateur

Inscription : Mar Août 22, 2006 8:38 am
Message(s) : 3145
Localisation : 34410 Sérignan - Languedoc
Hello Antonio,
%G format is not supported by Graphweather.
Here are the ONLY supported codes


viewtopic.php?f=2&t=618

%a Abbreviated weekday name * Thu
%A Full weekday name * Thursday
%b Abbreviated month name * Aug
%B Full month name * August
%c Date and time representation * Thu Aug 23 14:55:02 2001
%d Day of the month (01-31) 23
%H Hour in 24h format (00-23) 14
%I Hour in 12h format (01-12) 02
%j Day of the year (001-366) 235
%m Month as a decimal number (01-12) 08
%M Minute (00-59) 55
%p AM or PM designation PM
%S Second (00-61) 02
%U Week number with the first Sunday as the first day of week one (00-53) 33
%w Weekday as a decimal number with Sunday as 0 (0-6) 4
%W Week number with the first Monday as the first day of week one (00-53) 34
%x Date representation * 08/23/01
%X Time representation * 14:55:02
%y Year, last two digits (00-99) 01
%Y Year 2001
%Z Timezone name or abbreviation CDT
%% A % sign %


Maybe Antoine will do something in a future version, he is the only person able to solve it.

It would be nice to specify the type of station that you have and rhe sotware driving it.
If it is wheatherlink, that would imply that you have a VP, so why don't you use the vantagepro GW plugin ?

Jean


Haut
 Profil  
Répondre en citant  
MessagePublié: Mer Août 25, 2010 5:42 pm 
Hors-ligne
Membre

Inscription : Jeu Oct 16, 2008 8:43 pm
Message(s) : 18
Hello, Jean
thanks for the reply, I hope that in future versions Antoine add this format ...
Using a Davis Vantage Vue but I read in this forum that there are imperfections in the use of plugins Vantagepro, especially in reading the wind data in general statistics, so I try to use the text file generated by WeatherLink ...

Antonio


Haut
 Profil  
Répondre en citant  
MessagePublié: Jeu Août 26, 2010 1:23 am 
Hors-ligne
Site Admin
Avatar de l’utilisateur

Inscription : Lun Mars 20, 2006 11:16 am
Message(s) : 3356
Localisation : Montréal
I will take a look as soon as possible.


Haut
 Profil  
Répondre en citant  
MessagePublié: Jeu Août 26, 2010 10:56 am 
Hors-ligne
Membre

Inscription : Jeu Oct 16, 2008 8:43 pm
Message(s) : 18
Very well, thank Antoine :P
Regards.

Antonio


Haut
 Profil  
Répondre en citant  
Afficher les messages publiés depuis :  Trier par  
Publier un nouveau sujet Répondre au sujet  [ 13 message(s) ] 

Le fuseau horaire est UTC+1 heure


Qui est en ligne ?

Utilisateur(s) parcourant ce forum : Aucun utilisateur inscrit et 34 invité(s)


Vous ne pouvez pas publier de nouveaux sujets dans ce forum
Vous ne pouvez pas répondre aux sujets dans ce forum
Vous ne pouvez pas éditer vos messages dans ce forum
Vous ne pouvez pas supprimer vos messages dans ce forum
Vous ne pouvez pas insérer de pièces jointes dans ce forum

Recherche de:
Aller vers :  
cron
POWERED_BY
Traduction et support en françaisHébergement de site