Transform Ecowitt API JSON to APRS Complete Weather Report format
Project description
ecowitt2aprs
This Python package contains a script that queries the Ecowitt weather station data, transforming it into a Cumulus "wxnow.txt" format which is printed to stdout.
This script is intended to be used with the Direwolf software AX.25 packet modem software for the purposes of relaying Ecowitt weather information via Automatic Packet Reporting System (APRS).
Installation
ecowitt2aprs is best installed into a Python virtual environment. For example
$ python -m venv /path/to/venv
$ . /path/to/venv/bin/activate
$ python -m pip install ecowitt2aprs
Usage
ecowitt2aprs relies on authentication secrets provided in config.yaml. Ecowitt API and App keys are required, along with the MAC address of the weather station used to capture the data. These are inserted into config.yaml (see template in the repository), which should be given user read/write access only (i.e. Posix 600 octal code). See the Ecowitt API documentation for details.
$ . /path/to/venv/bin/activate
$ ecowitt2aprs -c config.yaml
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ecowitt2aprs-0.1.4.tar.gz.
File metadata
- Download URL: ecowitt2aprs-0.1.4.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1639d6db97d9584d2bae5439050748ba6902ab62e99c49a390fdd06fca51170
|
|
| MD5 |
c5e7aa1c711649cd96af84023f22f4bf
|
|
| BLAKE2b-256 |
c2cf98e1e84c9c4269ab0f2c8ccca977b9e6fc5956ba990437ba48f832dfe9a5
|
File details
Details for the file ecowitt2aprs-0.1.4-py3-none-any.whl.
File metadata
- Download URL: ecowitt2aprs-0.1.4-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec4130b45a9fc2dd7e2cd909aa74cfeb081422bb8b7c3a64cb571ff64e511eb7
|
|
| MD5 |
ef6cbc8d42910b3a9ba44912f67a24e0
|
|
| BLAKE2b-256 |
91a03669c246e0739e99ffcc0540fe06a3fed8a9cf1147eb969929d8163dd7c1
|