Skip to content

Code to convert data stored in an parquet file into a sep005 compliant file format

Notifications You must be signed in to change notification settings

wweijtje/sep005_io_parquet

Repository files navigation

SEP005 24SEA parquet io

Basic package to import data from parquet files as stored by 24SEA's SHM solutions.

Using the package

from sep005_io_parquet import read_parquet

file_path = # Path to the parquet file of interest
signals = read_parquet(file_path)

Acknowledgements

About

Code to convert data stored in an parquet file into a sep005 compliant file format

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages