Tools for interacting with GT's LF AWESOME Receiver data
Project description
LF Data
This project provides a set of useful tools for interacting with data taken from the LF AWESOME receivers maintained by the LF Radio Lab at Georgia Tech. This data is available publicly at Waldo World.
Installation
Run the following to install:
pip install lfdata
Example Usage
from lfdata import data_loader
# Load an entire .mat file
data = data_loader("path_to_mat_file")
# Load a specific variable or set of variables
variables = ["station_name", "call_sign", "data"]
data = data_loader("path_to_mat_file", variables)
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
lf-0.0.2-py3-none-any.whl
(21.2 kB
view details)
File details
Details for the file lf-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: lf-0.0.2-py3-none-any.whl
- Upload date:
- Size: 21.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c46e80df1ce7f0784efa4fffad70c5e4b6511c6f73a52019670152368765925a |
|
MD5 | 4eb47201eb2b7005e7161dd6e78fc22e |
|
BLAKE2b-256 | e76ad856642441530e570e267ce13f9691affd26ae0b032c7eb73a1216a3fee8 |