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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lfdata-0.0.1.tar.gz
(14.6 kB
view hashes)
Built Distribution
lfdata-0.0.1-py3-none-any.whl
(14.9 kB
view hashes)