wxdat
A general purpose weather data recorder & explorer.
While the primary purpose of this library is to record weather data, it can also be used as a framework for collecting weather information in other apps.
Installation
Install the published package using pip:
pip3 install wxdat
This project uses uv to manage dependencies and a local virtual environment. To
get started, clone the repository and install the dependencies with the following:
uv sync
Usage
Run the module and tell it which config file to use.
python3 -m wxdat --config wxdat.yaml
If you are using uv to manage the virtual environment, use the following:
uv 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
Unit Conversion
wxdat also includes a limited set of conversion helpers for working with units. In
general, the pattern for using them is:
from wxdat import units
# convert 100.0 from celsius to fahrenheit
temp = units.degC(100).degf
Contributing
To submit a new issue, please visit the Issues page.
If you are unsure where to start, create a post in the Discussions area.
Additionally, Pull Requests are welcome.
Release files for wxdat 1.5.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| wxdat-1.5.5.tar.gz | 195.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| wxdat-1.5.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 215.4 kB
Release files / wxdat-1.5.5.tar.gz
| Download URL | wxdat-1.5.5.tar.gz |
|---|---|
| Size | 195.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
93648642a75915d4527d812b0fbd5b47f4afc68222d25d985451b9549d549942
|
|
BLAKE2b-256 checksum How to use checksums |
7cace5cc949acaacfbef918b6c075200e3a6411c7ad1d92215cd059a1ac815c4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.9 {"installer":{"name":"uv","version":"0.12.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / wxdat-1.5.5-py3-none-any.whl
| Download URL | wxdat-1.5.5-py3-none-any.whl |
|---|---|
| Size | 20.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a5cbc6f5744f33821b74b847962171f42d94471db9aa58206fc9b573ad1f5550
|
|
BLAKE2b-256 checksum How to use checksums |
f70c48a4ca1ad709f35dd43837dd4ca7c12d2f7e788a6e6d7e965f8d93a76fad
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.9 {"installer":{"name":"uv","version":"0.12.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|