Skip to main content

Weather data explorer.

Project description

wxdat

PyPI LICENSE Style

A general purpose weather data recorder & explorer.

Installation

This project uses poetry to manage dependencies and a local virtual environment. To get started, simply install the dependencies and project with the following:

poetry install

Alternatively, install the published package using pip:

pip3 install wxdat

Usage

Simply run the script and tell it which config file to use.

python3 -m wxdat --config wxdat.yaml

If you are using poetry to manage the virtual environment, use the following:

poetry run python -m wxdat --config wxdat.yaml

Configuration

The configuration file is a YAML document with a list of stations to export. See the included default file for more details.

All stations have the following configuration values:

  • name - must be unique
  • type - the support station type

Supported Stations

Eventually, I'd like to add local stations, not just online sources. Please see the example configuration file for details on each provider.

  • AccuWeather
  • Ambient Weather Network
  • OpenWeatherMap
  • National Weather Service (NOAA)
  • Weather Underground

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

wxdat-0.1.0.tar.gz (12.2 kB view hashes)

Uploaded Source

Built Distribution

wxdat-0.1.0-py3-none-any.whl (17.3 kB view hashes)

Uploaded Python 3

Supported by

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