Python utilities for working with Wintap data
Project description
Wintap-PyUtil
Python utilities for working with Wintap data
Minimum System Requirements
Python 3.10
Getting Started
Setup the python venv and install from source for development testing.
$ make venv
$ pipenv run -- pip3 install -e .
Import the module in a python notebook or file, or use the commandline tools
$ pipenv run rawtorolling --help
usage: rawtorolling.py [-h] [-d DATASET] [-s START] [-e END] [-l LOG_LEVEL]
Convert raw Wintap data into standard form, partitioned by day
options:
-h, --help show this help message and exit
-d DATASET, --dataset DATASET
Path to the dataset dir to process
-s START, --start START
Start date (YYYYMMDD)
-e END, --end END End date (YYYYMMDD)
-l LOG_LEVEL, --log-level LOG_LEVEL
Logging Level: INFO, WARN, ERROR, DEBUG
from wintappy.datautils.rawutil import init_db
connection = init_db()
print(connection.query('select 1'))
See wintappy/examples/ for additional examples.
Release
LLNL-CODE-837816
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
wintappy-0.1.1.tar.gz
(34.0 kB
view details)
File details
Details for the file wintappy-0.1.1.tar.gz.
File metadata
- Download URL: wintappy-0.1.1.tar.gz
- Upload date:
- Size: 34.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59fcc0601d83d0a331283f85099ffd5cd297be79e494ee94972c87feab8c1424
|
|
| MD5 |
27aa5db3513c15d06ada585f11023275
|
|
| BLAKE2b-256 |
cd951c7408eb92611fd13577b33ae96c5a57ffe00cb44b515efb643a333c04e3
|