No project description provided
Project description
TrendVerify
Vanilla Trend Verification for Metar reports.
Installation
Install TrendVerify with pip.
pip install trendverify
PyPI link: https://pypi.org/project/TrendVerify/```
## System Requirements
Python version >= 3.10.
Installation using pip requires admin privileges. Alternatively, the package may be installed in a virtual environment without admin privileges. Example:
python -m pip install pipenv # Only required if pipenv is not preinstalled
python -m pipenv install trendverify
# Drop to the venv shell
python -m pipenv shell
($ven) trendverify -h
Documentation
Synopsis:
trendverify [-h] [-d DIRECTORY] [-o OUTPUTFILE]
options:
-h, --help show this help message and exit
-d DIRECTORY, --directory DIRECTORY: full path to directory containing metar files
-o OUTPUTFILE, --outputfile OUTPUTFILE: full file path to output file
All metar data should be located in files with filename matching the regex "METAR\d{6}.*+" (Examples: METAR202201.txt). The script recursively scans all subdirectories for the matched files.
All metars are read line by line from metar files. Invalid syntax or non-metar messages like speci will cause the script to terminate fatally.
All arguments are optional. Omitting the -d argument will cause the script to scan the current directory. Omitting the -o argument will print to an output file at the current directory; the output file shall be formatted as outputfile_<random_hex_code>.txt.
Example
trendverify -d c:\Users\Public\MetarDir -o c:\Users\Public\verificationoutput.txt
Gitlab
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 TrendVerify-0.0.3.post1.tar.gz.
File metadata
- Download URL: TrendVerify-0.0.3.post1.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c637cdaea5c342bd97404711e66de04cf232e2b8319ff4b5c19090befa2a35a
|
|
| MD5 |
4df282027f03921faae32a173ea265b1
|
|
| BLAKE2b-256 |
71909df270d94c4f31d1b352012e6e98a763f5b6013ec9eb4ca28d95fd3cf29d
|
File details
Details for the file TrendVerify-0.0.3.post1-py3-none-any.whl.
File metadata
- Download URL: TrendVerify-0.0.3.post1-py3-none-any.whl
- Upload date:
- Size: 11.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a40e76ac769bedab1c2cad3c5cb13e8970faf12179561fd32d8d1c0f7399c68
|
|
| MD5 |
6000d2e44cfd5807df9d1fa0712068c7
|
|
| BLAKE2b-256 |
d31f111b33bfee50adf92f069d32ceb1c9e0f8a859bcc03ab3395939d16a92d2
|