sep005-io-dxd


Namesep005-io-dxd JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/OWI-Lab
SummaryDewesoft DXD file read functions compliant with SDyPy SEP005
upload_time2023-10-06 08:57:46
maintainerWout Weijtjens
docs_urlNone
authorWout Weijtjens
requires_python
licenseMIT license
keywords io fbgs sep005
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            SEP005 .dxd io
-----------------------

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

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

    .. code-block:: python

        from sep005_io_dxd import read_dxd

        file_path = # Path to the tdms 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/>`_

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OWI-Lab",
    "name": "sep005-io-dxd",
    "maintainer": "Wout Weijtjens",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "wout.weijtjens@vub.be",
    "keywords": "io,fbgs,SEP005",
    "author": "Wout Weijtjens",
    "author_email": "wout.weijtjens@vub.be",
    "download_url": "https://files.pythonhosted.org/packages/de/a5/3efe70ac1e44ab30f9d1618708e2b234788167a62e25d35e44688807fe22/sep005_io_dxd-0.0.1.tar.gz",
    "platform": null,
    "description": "SEP005 .dxd io\n-----------------------\n\nBasic package to import data collected from Dewesoft .DXD files compliant with\nSDyPy format for timeseries as proposed in SEP005.\n\nUsing the package\n------------------\n\n    .. code-block:: python\n\n        from sep005_io_dxd import read_dxd\n\n        file_path = # Path to the tdms file of interest\n        signals = read_dxd(file_path)\n\nAcknowledgements\n----------------\nThis package was developed in the framework of the\n`Interreg Smart Circular Bridge project\n<https://vb.nweurope.eu/projects/project-search/smart-circular-bridge-scb-for-pedestrians-and-cyclists-in-a-circular-built-environment/>`_\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "Dewesoft DXD file read functions compliant with SDyPy SEP005",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/OWI-Lab"
    },
    "split_keywords": [
        "io",
        "fbgs",
        "sep005"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2180429d6ec42ea81800f17697319c640f8737b63dbdb715898d244f3f774538",
                "md5": "a9903be0b161d04757712578fd81e4fc",
                "sha256": "c78358d28572414d1d72fe7143839a3b740abbdd7876cbb3878986ad6a928cec"
            },
            "downloads": -1,
            "filename": "sep005_io_dxd-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a9903be0b161d04757712578fd81e4fc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3073,
            "upload_time": "2023-10-06T08:57:44",
            "upload_time_iso_8601": "2023-10-06T08:57:44.769191Z",
            "url": "https://files.pythonhosted.org/packages/21/80/429d6ec42ea81800f17697319c640f8737b63dbdb715898d244f3f774538/sep005_io_dxd-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dea53efe70ac1e44ab30f9d1618708e2b234788167a62e25d35e44688807fe22",
                "md5": "cd93c8458643a384e375ea6885713a25",
                "sha256": "7f4b3d6a7aa0b572077ed1c788cf9f0b2a322d43149a5efc8090dc205597c52a"
            },
            "downloads": -1,
            "filename": "sep005_io_dxd-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "cd93c8458643a384e375ea6885713a25",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3424,
            "upload_time": "2023-10-06T08:57:46",
            "upload_time_iso_8601": "2023-10-06T08:57:46.531983Z",
            "url": "https://files.pythonhosted.org/packages/de/a5/3efe70ac1e44ab30f9d1618708e2b234788167a62e25d35e44688807fe22/sep005_io_dxd-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-06 08:57:46",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "sep005-io-dxd"
}
        
Elapsed time: 0.11968s