Metadata-Version: 2.4
Name: sep005_io_parquet
Version: 0.0.7
Summary: Parquet file read functions compliant with SDyPy SEP005
Home-page: https://github.com/OWI-Lab
Author: Wout Weijtjens
Author-email: wout.weijtjens@vub.be
Maintainer: Wout Weijtjens
Maintainer-email: wout.weijtjens@vub.be
License: MIT license
Keywords: io,parquet,SEP005
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.6
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: summary

SEP005 24SEA parquet io
-----------------------

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

Using the package
------------------

    .. code-block:: python

        from sep005_io_parquet import read_parquet

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

Acknowledgements
----------------
