Metadata-Version: 2.4
Name: sep005_io_dxd
Version: 0.0.2
Summary: Dewesoft DXD 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,fbgs,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: dwdatareader>=1.0.0
Requires-Dist: pandas
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 .dxd io
-----------------------

Basic package to import data collected from Dewesoft .DXD files compliant with
SDyPy format for timeseries as proposed in SEP005.

Installation
------------

Can be readily be installed from pip: ``pip install sep005-io-dxd``

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

    .. code-block:: python

        from sep005_io_dxd import read_dxd

        file_path = # Path to the dxd file of interest
        signals = read_dxd(file_path)


Acknowledgements
----------------
This package was developed in the framework of the
`Interreg Smart Circular Bridge project
<https://vb.nweurope.eu/projects/project-search/smart-circular-bridge-scb-for-pedestrians-and-cyclists-in-a-circular-built-environment/>`_
