sep005-io-fbgs


Namesep005-io-fbgs JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/OWI-Lab
SummaryFBGS file read functions compliant with SDyPy SEP005
upload_time2024-04-23 11:47:52
maintainerWout Weijtjens
docs_urlNone
authorWout Weijtjens
requires_pythonNone
licenseMIT license
keywords io fbgs sep005
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            SEP005 FBGS io
-----------------------

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

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

    .. code-block:: python

        from sep005_io_fbgs import read_fbgs

        file_path = # Path to the tdms file of interest
        signals = read_fbgs(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-fbgs",
    "maintainer": "Wout Weijtjens",
    "docs_url": null,
    "requires_python": null,
    "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/f2/07/ae6f4f4636de9d3718c02b4cb1b3c2209240d2e7721e7f5408139426c305/sep005_io_fbgs-0.0.2.tar.gz",
    "platform": null,
    "description": "SEP005 FBGS io\n-----------------------\n\nBasic package to import data collected from FBGS data 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_fbgs import read_fbgs\n\n        file_path = # Path to the tdms file of interest\n        signals = read_fbgs(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": "FBGS file read functions compliant with SDyPy SEP005",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/OWI-Lab"
    },
    "split_keywords": [
        "io",
        " fbgs",
        " sep005"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e9d26f0cf2c5eb18b42a4d68f50131037c59ac8594ae060763cce937d2deddd7",
                "md5": "c35d6fc1661efca3c53592b8f25a204c",
                "sha256": "c763f2d4bbc8d3cf05ad7d41d5c7cad3b1a66a06a31c13665554a91a76069eec"
            },
            "downloads": -1,
            "filename": "sep005_io_fbgs-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c35d6fc1661efca3c53592b8f25a204c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3272,
            "upload_time": "2024-04-23T11:47:50",
            "upload_time_iso_8601": "2024-04-23T11:47:50.883998Z",
            "url": "https://files.pythonhosted.org/packages/e9/d2/6f0cf2c5eb18b42a4d68f50131037c59ac8594ae060763cce937d2deddd7/sep005_io_fbgs-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f207ae6f4f4636de9d3718c02b4cb1b3c2209240d2e7721e7f5408139426c305",
                "md5": "b5b0764ea9d461deb0292b3bb45d6cbb",
                "sha256": "e2cca9eb93465d0b83b7e7c92b51d7083fc44d1b1ae565ee1195637113219da9"
            },
            "downloads": -1,
            "filename": "sep005_io_fbgs-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "b5b0764ea9d461deb0292b3bb45d6cbb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3660,
            "upload_time": "2024-04-23T11:47:52",
            "upload_time_iso_8601": "2024-04-23T11:47:52.563858Z",
            "url": "https://files.pythonhosted.org/packages/f2/07/ae6f4f4636de9d3718c02b4cb1b3c2209240d2e7721e7f5408139426c305/sep005_io_fbgs-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-23 11:47:52",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "sep005-io-fbgs"
}
        
Elapsed time: 0.22845s