La recherche a retourné 7 résultats

par CrasHBoneS
jeu. juil. 11, 2013 9:58 am
Forum : Tableaux comparatifs XML
Sujet : Comparaison des données NOAA avec graphes interactifs
Réponses : 728
Vues : 493922

Re: Comparaison des données NOAA avec graphes interactifs

I modified traceH1.php
line 273
type: 'pie',

line 351
type: 'pie',

line 353, I forced the values for test
data: [
['NE 45%', 45.0],
['NO 45%', 45.0],
['SO 10%', 10.0]
]


My problem is: how can I extract dominant direction data NOT using XML file but using NOAA report TXT?

like this one ...
par CrasHBoneS
jeu. juil. 11, 2013 8:01 am
Forum : Tableaux comparatifs XML
Sujet : Comparaison des données NOAA avec graphes interactifs
Réponses : 728
Vues : 493922

Re: Comparaison des données NOAA avec graphes interactifs

Hi all

I'm "testing" NOAA with highcharts graphs with some modifications; I use only NOAA_report.txt to generate table and graphs
http://www.meteobellaria.it/stazione1/statplus/NOAA.php

I see that dominant wind direction graph is made using XML file generated by GraphWeather so my graph is blank ...
par CrasHBoneS
ven. juin 14, 2013 10:32 am
Forum : Tableaux comparatifs XML
Sujet : Comparaison des données NOAA avec graphes interactifs
Réponses : 728
Vues : 493922

Re: Comparaison des données NOAA avec graphes interactifs

Thank You for your "clues"
I finally did it with number_format function

Code : Tout sélectionner

echo mymin($lowtemp[$index], number_format($lowtemp[$index][$i], 1))
It seems round function can not modify a value without decimal digits
par CrasHBoneS
ven. juin 14, 2013 10:15 am
Forum : Tableaux comparatifs XML
Sujet : Comparaison des données NOAA avec graphes interactifs
Réponses : 728
Vues : 493922

Re: Comparaison des données NOAA avec graphes interactifs

Unfortunately none of both the codes solved the problem

I tested on "mymin"

On june, I have 2 value without decimal digits in min. temp. column (14 °C and 11 ° C)
The new code modifies only 11 °C value and it becomes 0 °C
The value 14 °C remains 14 °C and without decimal

If I check sorce web page ...
par CrasHBoneS
jeu. juin 13, 2013 9:35 pm
Forum : Tableaux comparatifs XML
Sujet : Comparaison des données NOAA avec graphes interactifs
Réponses : 728
Vues : 493922

Re: Comparaison des données NOAA avec graphes interactifs

Hi, sorry if I write in english

I would like to ask: is it possible to have numbers with decimal value also if the decimal value is 0

http://www.meteobellaria.it/stazione1/statplus/NOAA.php

For example,
T min on 04/ june 2013
11.0 instead of 11

Thank you
par CrasHBoneS
mar. oct. 09, 2012 1:17 pm
Forum : GraphWeather V2
Sujet : Bargraph: AIDE
Réponses : 4
Vues : 6800

Bargraph: AIDE

Salut à tous, je suis en utilisant GraphWeather v 2.0.321 pour réaliser des graphiques personnalisés, la station météo est en utilisant le programme Cumulus, mais les graphiques ne sont pas personnalisables donc j'utilise GraphWeather d'avoir de meilleurs graphiques

GraphWeather est configuré pour ...
par CrasHBoneS
jeu. sept. 20, 2012 1:48 pm
Forum : GraphWeather (English)
Sujet : Bargraph: HELP!
Réponses : 0
Vues : 11786

Bargraph: HELP!

Hi all, I'm using Graphweather v 2.0.321 to realize custom graphs; the weather station is using Cumulus program, but the graphs are not customizable so I use Graphweather to have better graphs,

Graphweather is configured to use plugin-base CSV.dll and read data from realtimelog.txt (in this file ...