Aller au contenu

Ce tchat, hébergé sur une plateforme indépendante d'Infoclimat, est géré et modéré par une équipe autonome, sans lien avec l'Association.
Un compte séparé du site et du forum d'Infoclimat est nécessaire pour s'y connecter.

gégé93

Adhérent Infoclimat
  • Compteur de contenus

    229
  • Inscription

  • Dernière visite

Tout ce qui a été posté par gégé93

  1. gégé93

    Abri météo

    pas moi qui vend https://www.leboncoin.fr/equipements_industriels/1745044056.htm/
  2. Bonsoir, pas moi qui vend Data-logger https://www.leboncoin.fr/informatique/1717325664.htm/ Station météo https://www.leboncoin.fr/sports_hobbies/1744622089.htm/
  3. Bonjour, ce n'est pas moi qui vend https://www.leboncoin.fr/autres/1710073906.htm/ bien regardé la photo a ce prix j 'achète un neuf
  4. Bonsoir, https://weerhuisje.nl/en/weather-station-acc/la-crosse/la-crosse-ws2300-25-temperatuur-hygrosensor/a-9516-10000018
  5. Bonjour, photo de la station de Cazeau La Teste de Buch (33) https://www.infoclimat.fr/observations-meteo/temps-reel/cazaux-la-teste-de-buch/07502.html https://donneespubliques.meteofrance.fr/metadonnees_publiques/fiches/fiche_33529001.pdf
  6. gégé93

    VP2 à vendre

    Bonjour, deux autres stations attention ( cablée) https://www.leboncoin.fr/bricolage/1664372432.htm/ https://www.leboncoin.fr/sports_hobbies/1664871277.htm/
  7. https://www.leboncoin.fr/sports_hobbies/1662233985.htm/
  8. Bonjour, combien la Station météo auxiliaire température. la 6545CS-OV merci
  9. salut, hé oui il n'y en a pas d'eau dans le SPIEA salut Charles ça va
  10. Bonjour, Baladou (46600) 2019-06-23 08:10 tmp;pressure;Hum;dew point;actual wind;wind direction;wind gust 10m;wind gust 1h;rain day;max rain rate/1h;rainrate 15,3; 1012,5; 91; 13,8; 0,1; 78; 3.1;3,2; 0,0; 0,0; 0,0 06h 06h UTC:13.7;24.2;0 18h 06h UTC:15.2;23.3;0 06h 18h UTC:50;-30;0 0h 0h UTC:13.2;24.2;0 <!-- %customfile=statIC.php% --> <!-- StatIC --> <html> <body> %unit_off% %curminmaxhour_on% <b>%ws_location%</b> %ws_year%-%ws_month2%-%ws_day2% %ws_hour2%:%ws_minute2%<br> <br> <b>tmp;pressure;Hum;dew point;actual wind;wind direction;wind gust 10m;wind gust 1h;rain day;max rain rate/1h;rainrate</b><br> %curval[2]%; %curval[33]%; %curval[18]%; %curval[43]%; %curval[35]%; %curval[36]%; <?php $liste ="%ws_arraygust[5]% "; # 10/step WsWin $tableau = explode(" ", $liste); for($i=0;$i<5;$i=$i+1){ $tableau[$i]=0.0; } rsort($tableau); $max= $tableau[0] * 1.852; $max= round($max*10) / 10; echo "$max;"; ?> %curminmaxhour[2,1,45]%; %rain24h%; %ws_setmem[1]=%curminmaxhour[2,1,34]%% %ws_calc1[*]=%ws_calc[/]=60~2~2%~%ws_getmem[1]%~1%; %rainrate%<br> <br> %unit_on% <?php $timeutc=date('Z'); $utc=$timeutc / 3600; $fichier="./noaa/yesterday.txt"; // Fichier Template WsWin Yesterday $fp = fopen ("$fichier",'r'); $content = fread ($fp,filesize($fichier)); $fichier=explode("-------------------------------------------------------------------------------------------" , $content); $tabfich=explode(" ", $fichier[1]); $b= count($tabfich)-1; $tempmax0y=-30.0; $tempmin0y=50.0; $tempmin66=50.0; $tempmax66=-30.0; $tempmax186=-30.0; $tempmin186=50.0; $tempmax618=-30.0; $tempmin618=50.0; $p0y=0.0; $p0d=0.0; $p66=0.0; $p186=0.0; $p618=0.0; for ($i=1;$i<$b;$i++) { $ligne=explode(";" ,$tabfich[$i]); $heur=explode(":" ,$ligne[0]); $heure=$heur[0]; $time=$ligne[0]; $temp=$ligne[1]; $pluie=$ligne[2]; //min max hier entre 0h et 0h if ($temp > $tempmax0y) {$tempmax0y=$temp;} if ($temp < $tempmin0y) {$tempmin0y=$temp;} $p0y=$p0y+$pluie; //min max hier aprs 6h if ($heure >= (6+$utc)) { if ($temp > $tempmax66) {$tempmax66=$temp;} if ($temp < $tempmin66) {$tempmin66=$temp;} $p66=$p66+$pluie; } //min max hier aprs 18h if ($heure >= (18+$utc)) { if ($temp > $tempmax186) {$tempmax186=$temp;} if ($temp < $tempmin186) {$tempmin186=$temp;} $p186=$p186+$pluie; } } $fichier="./noaa/day.txt"; // Fichier Template WsWin Day $fp = fopen ("$fichier",'r'); $content = fread ($fp,filesize($fichier)); $fichier=explode("-------------------------------------------------------------------------------------------" , $content); $tabfich=explode(" ", $fichier[1]); $b= count($tabfich)-1; $tempmin0d= 50; $tempmax0d=-30; for ($i=1;$i<$b;$i++) { $ligne=explode(";" ,$tabfich[$i]); $heur=explode(":" ,$ligne[0]); $heure=$heur[0]; $time=$ligne[0]; $temp=$ligne[1]; $pluie=$ligne[2]; //min max aujourd'hui entre 0h et 0h if ($temp > $tempmax0d) {$tempmax0d=$temp;} if ($temp < $tempmin0d) {$tempmin0d=$temp;} $p0d=$p0d+$pluie; //min max aujourd'hui avant 6h if ($heure < (6+$utc)) { if ($temp > $tempmax66) {$tempmax66=$temp;} if ($temp < $tempmin66) {$tempmin66=$temp;} if ($temp > $tempmax186) {$tempmax186=$temp;} if ($temp < $tempmin186) {$tempmin186=$temp;} $p186=$p186+$pluie; $p66=$p66+$pluie; } //min max aujourd'hui entre 6h et 18h if (($heure < (18+$utc))&&($heure >= (6+$utc))) { if ($temp > $tempmax618) {$tempmax618=$temp;} if ($temp < $tempmin618) {$tempmin618=$temp;} $p618=$p618+$pluie; } } echo" 06h 06h UTC:$tempmin66;$tempmax66;$p66<br> 18h 06h UTC:$tempmin186;$tempmax186;$p186<br> 06h 18h UTC:$tempmin618;$tempmax618;$p618<br> 0h 0h UTC:$tempmin0y;$tempmax0y;$p0y<br>"; ?> %curminmaxhour_off% </body> </html>
  11. Bonjour chez moi SPIEA Mono auget Precis mécanique 20mm 21.6mm+1.6mm-7.4% 21.4mm+1.4mm-6.5%
  12. Bonjour, fait pour le port à 14.25$
  13. voici la réponse pour les frais de port J'ai confirmé que les développeurs Web savaient qu'il y avait un problème. J'attends une mise à jour dès que possible. Cela peut prendre 24 heures.
  14. https://www.scaledinstruments.com/shop/davis-instruments/parts/vantage-pro2-parts/anemometer-parts/davis-7345-999-pro2-anemometer-wind-speed-cartridge/
  15. plus cher que le pluvio !!
  16. Salut Charles, il son de meilleur qualité les diagrammes !!
  17. Bonsoir, cumul du 17 mai pluvio mono auget 6.4mm pluvio SPIEA 6.6mm
  18. bonjour, Nouveau pluvio VP2 1.6mm et pluvio SPIEA 1.8mm à suivre
  19. on vas pas ce plaindre 🌞
  20. Bonjour, le nouveau bloc auget VP2 reçu ce matin installer dans la foulé y a plus cas attendre la pluie
  21. Bonsoir à tous Auget commandé également
×
×
  • Créer...