
Programmes et des modules Python
********************************

Contenu:

+------------+--------------------------------------------------------------------------------------------+
| "Hourly"   | Obtient les données météorologiques, les traite, prépare les fichiers de graphes & textes  |
+------------+--------------------------------------------------------------------------------------------+
| "LiveLog"  | Obtient les données météo, les stocke et les traite.                                       |
+------------+--------------------------------------------------------------------------------------------+
| "Reprocess | Regenerate hourly and daily summary data                                                   |
+------------+--------------------------------------------------------------------------------------------+
| "TwitterAu | Autorise pywws à publier sur votre compte Twitter                                          |
+------------+--------------------------------------------------------------------------------------------+
| "SetWeathe | Set some weather station parameters                                                        |
+------------+--------------------------------------------------------------------------------------------+
| "TestWeath | Teste la connexion à la station météo.                                                     |
+------------+--------------------------------------------------------------------------------------------+
| "RunModule | Run a pywws module.                                                                        |
+------------+--------------------------------------------------------------------------------------------+
| "USBQualit | Teste la qualité de la connexion USB avec votre station météo                              |
+------------+--------------------------------------------------------------------------------------------+
| "EWtoPy"   | Convert EasyWeather.dat data to pywws format                                               |
+------------+--------------------------------------------------------------------------------------------+
| "pywws.Tas | Routines pour effectuer des tâches courantes telles que tracer les gaphes ou téléverser    |
| ks"        | des fichiers.                                                                              |
+------------+--------------------------------------------------------------------------------------------+
| "pywws.Log | Enregistrer l'historique de la station météo dans un fichier                               |
+------------+--------------------------------------------------------------------------------------------+
| "pywws.Pro | Générer les relevés horaire, quotidien et mensuels à partir des données brutes de la       |
| cess"      | station météo                                                                              |
+------------+--------------------------------------------------------------------------------------------+
| "pywws.cal | Calibre les données brutes de la station météo                                             |
+------------+--------------------------------------------------------------------------------------------+
| "pywws.Plo | Plot graphs of weather data according to an XML recipe                                     |
+------------+--------------------------------------------------------------------------------------------+
| "pywws.Win | Plot a "wind rose"                                                                         |
+------------+--------------------------------------------------------------------------------------------+
| "pywws.Tem | Create text data file based on a template                                                  |
+------------+--------------------------------------------------------------------------------------------+
| "pywws.For | Predict future weather using recent data                                                   |
+------------+--------------------------------------------------------------------------------------------+
+------------+--------------------------------------------------------------------------------------------+
| "pywws.Upl | Upload files to a web server by ftp or copy them to a local directory                      |
+------------+--------------------------------------------------------------------------------------------+
| "pywws.ToT | Poste un message sur Twitter                                                               |
+------------+--------------------------------------------------------------------------------------------+
| "pywws.tos | Poste une mise à jour météo pour des services tels que Weather Underground                 |
+------------+--------------------------------------------------------------------------------------------+
| "pywws.YoW | Generate YoWindow XML file                                                                 |
+------------+--------------------------------------------------------------------------------------------+
| "pywws.Wea | Obtient les données des stations météorologiques WH1080/WH3080 et compatibles.             |
+------------+--------------------------------------------------------------------------------------------+
| "pywws.dev | Low level USB interface to weather station, using cython-hidapi.                           |
+------------+--------------------------------------------------------------------------------------------+
| "pywws.dev | Interface USB de bas niveau de la station météo, utilisant PyUSB.                          |
+------------+--------------------------------------------------------------------------------------------+
| "pywws.Dat | DataStore.py - enregistre les lectures dans des fichiers facilement accessibles            |
+------------+--------------------------------------------------------------------------------------------+
| "pywws.Tim | Fourni un couple d'objets datetime.tzinfo () représentant le temps local                   |
+------------+--------------------------------------------------------------------------------------------+
| "pywws.Loc | Localisation.py - fournit des traductions de phrases en langue locale                      |
+------------+--------------------------------------------------------------------------------------------+
| "pywws.cal | Calibre les données brutes de la station météo                                             |
+------------+--------------------------------------------------------------------------------------------+
| "pywws.con | conversions.py est un ensemble de fonctions pour convertir les unités pywws natives        |
+------------+--------------------------------------------------------------------------------------------+
| "pywws.Log | Code commun pour l'enregistrement d'informations et d'erreurs.                             |
+------------+--------------------------------------------------------------------------------------------+

* Hourly
* LiveLog
* Reprocess
  * Introduction
  * API détaillé
* TwitterAuth
* SetWeatherStation
* TestWeatherStation
* RunModule
* USBQualityTest
* EWtoPy
  * Introduction
  * API détaillé
* pywws.Tasks
* pywws.LogData
* pywws.Process
* pywws.calib
  * Calibre les données brutes de la station météo
    * Écrire votre module de calibration
* pywws.Plot
  * Introduction
    * Syntaxe XML du fichier graphe
    * graph
    * plot
    * start
    * stop
    * duration
    * layout
    * size
    * fileformat
    * terminal
    * lmargin
    * rmargin
    * xformat
    * xlabel
    * dateformat
    * xtics
    * title
    * subplot
    * bmargin
    * yrange
    * y2range
    * ytics
    * y2tics
    * ylabel
    * ylabelangle
    * y2label
    * y2labelangle
    * grid
    * source
    * boxwidth
    * title
    * command
    * xcalc
    * ycalc
    * axes
    * style
    * colour
    * title
  * API détaillé
* pywws.WindRose
  * Introduction
  * Syntaxe XML du fichier graphe
    * graph
    * windrose
    * start
    * stop
    * duration
    * layout
    * size
    * fileformat
    * lmargin, rmargin, tmargin, bmargin
    * title
    * xcalc
    * ycalc
    * threshold
    * colour
    * yrange
    * points
    * source
    * title
  * API détaillé
* pywws.Template
  * Introduction
  * Instructions de traitement
  * Exemple
  * API détaillé
* pywws.Forecast
* pywws.ZambrettiCore
* pywws.Upload
  * Introduction
  * API détaillé
* pywws.ToTwitter
* pywws.toservice
  * Introduction
  * Configuration
  * Téléverser les anciennes données
  * Ajoutez le(s) téléversement de(s) service(s) aux tâches régulières
  * Notes sur les services
    * UK Met Office
    * Open Weather Map
    * Weather Underground
  * API
* pywws.YoWindow
* pywws.WeatherStation
  * Introduction
  * API détaillé
* pywws.device_cython_hidapi
  * Introduction
  * Installation
  * Vérification
  * API
* pywws.device_pyusb
  * Introduction
  * Installation
  * Vérification
  * API
* pywws.DataStore
  * Introduction
  * API détaillé
* pywws.TimeZone
  * Introduction
  * API détaillé
* pywws.Localisation
  * Introduction
  * En utilisant une langue différente
  * Créer une nouvelle traduction
* pywws.calib
  * Calibre les données brutes de la station météo
    * Écrire votre module de calibration
* pywws.conversions
* pywws.Logger