Metadata-Version: 2.4
Name: sep005_io_parquet
Version: 0.0.8
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
Requires-Dist: numpy>=1.11.0
Requires-Dist: sdypy-sep005>=0.1.0
Requires-Dist: pytz
Requires-Dist: pandas
Requires-Dist: pyarrow
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: requires-dist
Dynamic: summary

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

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

NOTE: This wont work for any parquet file, but assumes an underlying structure in the parquet file.

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

In its most basic usage the package allows to load the parquet file from a specified path:

    .. code-block:: python

        from sep005_io_parquet import read_parquet

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


The imported signals respect the SEP005 set of rules for timeseries.

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