Skip to main content

Tools to stream weather data from Davis weather stations.

Project description

Installation | Usage | License

pydavis

A package intended the logging of weather data parameters monitored by Davis weather stations. The parameters are obtained through the reports generated at Davis WeatherLink websites, and can be streamed to a MySQL database or a specified file.

Installation

The package can be installed with pip

pip install pydavis

Usage

Through the data_logging.py module, the weather parameters are streamed from WeatherLink websites:

>>> from data_logging import DataLogger

By instantiating the DataLogger with an URL, the logging sequence can then be initiated and data stored according to specified format. Any logging sequence is aborted with CTRL + C.

Storing data in a MySQL database

>>> logger = DataLogger(url)
>>> logger.initiate_logging(to_table=True,
                            user='user',
                            password='password',
                            database='pydavis',
                            table='weather_data')

The necessary arguments are MySQL login credentials, the name of the database and the table. The logger will create the database and the table if necessary.

Storing data in a file

>>> logger = DataLogger(url)
>>> logger.initiate_logging(to_file=True,
                            path_to_file='./weather_data.csv')

The location including the name of the file must be passed as argument. The logger will create a new file if necessary.

License

MIT, see MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pydavis-0.1.1.tar.gz (12.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pydavis-0.1.1-py3-none-any.whl (11.2 kB view details)

Uploaded Python 3

File details

Details for the file pydavis-0.1.1.tar.gz.

File metadata

  • Download URL: pydavis-0.1.1.tar.gz
  • Upload date:
  • Size: 12.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pydavis-0.1.1.tar.gz
Algorithm Hash digest
SHA256 c54611db7d88b7cfc1033b70731fda13173f39f110ac7767dee293e73e6d866e
MD5 8b81be1b19debc4b073edf01de0688a5
BLAKE2b-256 d64aff0c961427c438af0beb5874cea0c42a092943aede5bddf82b62a9b7c46e

See more details on using hashes here.

File details

Details for the file pydavis-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for pydavis-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6b4fe48610dec0b22c21eb29630f58f88b8b6863a785dce1e8088918eb566fef
MD5 43c68b16876ce725fc8d05d6a67cc25d
BLAKE2b-256 572b9ee7d2a22dedaca8fad1f5ae79e3ba8fea8f9862cfbab362d658f87196b1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page