tsdat


Nametsdat JSON
Version 0.7.5 PyPI version JSON
download
home_page
SummaryA data processing framework used to convert time series data into standardized format.
upload_time2023-12-04 23:31:52
maintainer
docs_urlNone
author
requires_python>=3.8
license**Time Series Data Utilities** Copyright © 2021, Battelle Memorial Institute Licensed under a Simplified BSD 2-Clause License; you may not use this software except in compliance with the License as specified below. 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) to redistribute and use the Software in source and binary forms, with or without modification. Such person or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and may permit others to do so, subject to the following conditions: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimers. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any form whatsoever without the express written consent of Battelle. 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords data pipeline
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
   <img src="./docs/figures/tsdat_logo.svg" width="700" style="max-width: 700px;">
</p>

<p align="center">
<a href=../../actions/workflows/pytest.yml>
    <img src="https://github.com/tsdat/tsdat/actions/workflows/pytest.yml/badge.svg">
</a>
<a href=https://tsdat.readthedocs.io/en/latest/?badge=latest>
    <img src="https://readthedocs.org/projects/tsdat/badge/?version=latest">
</a>
<a href=https://badge.fury.io/py/tsdat>
    <img src="https://badge.fury.io/py/tsdat.svg">
</a>
<a href=https://pepy.tech/project/tsdat>
    <img src="https://pepy.tech/badge/tsdat">
</a>
<a href="https://zenodo.org/badge/latestdoi/306085871">
    <img src="https://zenodo.org/badge/306085871.svg">
</a>
<!-- <a href="https://hub.docker.com/r/tsdat/tsdat-lambda">
    <img src="https://img.shields.io/docker/pulls/tsdat/tsdat-lambda.svg?color=%2327B1FF&logoColor=%234D606E">
</a> -->
</p>
<p align="center">
<a href=https://github.com/psf/black>
    <img src="https://img.shields.io/badge/code%20style-black-000000.svg">
</a>
<a href="https://codecov.io/gh/tsdat/tsdat">
    <img src="https://codecov.io/gh/tsdat/tsdat/branch/main/graph/badge.svg">
</a>
<a href="https://codeclimate.com/github/tsdat/tsdat/maintainability">
    <img src="https://api.codeclimate.com/v1/badges/e82e8c5103f4eb3a5686/maintainability">
</a>
</p>

# About Tsdat

Tsdat is an open-source python framework for declaratively creating pipelines to read,
standardize, and enhance time series datasets of any dimensionality for use in scalable
applications and in building large data repositories.

This repository contains the core tsdat code. We invite you to explore this, especially
for those willing to provide feedback or make contributions to the tsdat core (we
enthusiastically welcome issues, PRs, discussions & new ideas, etc.).

> Most users should start with a [template repository](https://github.com/tsdat/template-repositories)
to generate boilerplate code and configurations needed to create a tsdat data pipeline.
We recommend **[this template](https://github.com/tsdat/pipeline-template)** to start
with, as it is the most flexible and well-supported template that we offer.

# Development Environment

Instructions on setting up your development environment for working on the core tsdat
code are included below:

1. Fork this repository to your github account and open it on your desktop in an IDE of
your choice.

    > We recommend using VS Code, as we've included extra settings that make it easy to
    start developing in a standard environment with no overhead configuration time.

2. Open an appropriate terminal shell from your computer
   1. If you are on Linux or Mac, just open a regular terminal
   2. If you are on Windows, start your Anaconda prompt if you installed Anaconda
   directly to Windows, OR open a WSL terminal if you installed Anaconda via WSL.

3. Run the following commands to create and activate your `conda` environment

    ```shell
    conda env create
    conda activate tsdat
    pip install -e ".[dev]"
    ```

# Community

Tsdat is an open-source repository and we highly-value community contributions and
engagement via [issues](https://github.com/tsdat/tsdat/issues),
[pull requests](https://github.com/tsdat/tsdat/pulls), and
[discussions](https://github.com/tsdat/tsdat/discussions). Please let us know if you
find bugs, want to request new features, or have specific questions about the framework!

# Additional resources

- Learn more about `tsdat`:
  - GitHub: <https://github.com/tsdat>
  - Documentation: <https://tsdat.readthedocs.io>
  - Data standards: <https://github.com/tsdat/data_standards>
  - Preferred template: <https://github.com/tsdat/pipeline-template>
  - All templates: <https://github.com/tsdat/template-repositories>
  - Docker Images: <https://hub.docker.com/u/tsdat>
- Learn more about `xarray`:
  - GitHub: <https://github.com/pydata/xarray>
  - Documentation: <https://xarray.pydata.org>
- Learn more about `act-atmos`:
  - GitHub: <https://github.com/arm-doe/act>
  - Documentation: <https://arm-doe.github.io/ACT/>
- Other useful tools:
  - VS Code: <https://code.visualstudio.com/docs>
  - Docker: <https://docs.docker.com/get-started/>
  - `pytest`: <https://github.com/pytest-dev/pytest>
  - `black`: <https://github.com/psf/black>
  - `matplotlib` guide: <https://realpython.com/python-matplotlib-guide/>

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "tsdat",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "data,pipeline",
    "author": "",
    "author_email": "tsdat <tsdat@pnnl.gov>",
    "download_url": "https://files.pythonhosted.org/packages/c2/42/58bb3ae74e24f45d9b96613fb02a54f96ed9a832935368c2ed602c2b3ca0/tsdat-0.7.5.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n   <img src=\"./docs/figures/tsdat_logo.svg\" width=\"700\" style=\"max-width: 700px;\">\n</p>\n\n<p align=\"center\">\n<a href=../../actions/workflows/pytest.yml>\n    <img src=\"https://github.com/tsdat/tsdat/actions/workflows/pytest.yml/badge.svg\">\n</a>\n<a href=https://tsdat.readthedocs.io/en/latest/?badge=latest>\n    <img src=\"https://readthedocs.org/projects/tsdat/badge/?version=latest\">\n</a>\n<a href=https://badge.fury.io/py/tsdat>\n    <img src=\"https://badge.fury.io/py/tsdat.svg\">\n</a>\n<a href=https://pepy.tech/project/tsdat>\n    <img src=\"https://pepy.tech/badge/tsdat\">\n</a>\n<a href=\"https://zenodo.org/badge/latestdoi/306085871\">\n    <img src=\"https://zenodo.org/badge/306085871.svg\">\n</a>\n<!-- <a href=\"https://hub.docker.com/r/tsdat/tsdat-lambda\">\n    <img src=\"https://img.shields.io/docker/pulls/tsdat/tsdat-lambda.svg?color=%2327B1FF&logoColor=%234D606E\">\n</a> -->\n</p>\n<p align=\"center\">\n<a href=https://github.com/psf/black>\n    <img src=\"https://img.shields.io/badge/code%20style-black-000000.svg\">\n</a>\n<a href=\"https://codecov.io/gh/tsdat/tsdat\">\n    <img src=\"https://codecov.io/gh/tsdat/tsdat/branch/main/graph/badge.svg\">\n</a>\n<a href=\"https://codeclimate.com/github/tsdat/tsdat/maintainability\">\n    <img src=\"https://api.codeclimate.com/v1/badges/e82e8c5103f4eb3a5686/maintainability\">\n</a>\n</p>\n\n# About Tsdat\n\nTsdat is an open-source python framework for declaratively creating pipelines to read,\nstandardize, and enhance time series datasets of any dimensionality for use in scalable\napplications and in building large data repositories.\n\nThis repository contains the core tsdat code. We invite you to explore this, especially\nfor those willing to provide feedback or make contributions to the tsdat core (we\nenthusiastically welcome issues, PRs, discussions & new ideas, etc.).\n\n> Most users should start with a [template repository](https://github.com/tsdat/template-repositories)\nto generate boilerplate code and configurations needed to create a tsdat data pipeline.\nWe recommend **[this template](https://github.com/tsdat/pipeline-template)** to start\nwith, as it is the most flexible and well-supported template that we offer.\n\n# Development Environment\n\nInstructions on setting up your development environment for working on the core tsdat\ncode are included below:\n\n1. Fork this repository to your github account and open it on your desktop in an IDE of\nyour choice.\n\n    > We recommend using VS Code, as we've included extra settings that make it easy to\n    start developing in a standard environment with no overhead configuration time.\n\n2. Open an appropriate terminal shell from your computer\n   1. If you are on Linux or Mac, just open a regular terminal\n   2. If you are on Windows, start your Anaconda prompt if you installed Anaconda\n   directly to Windows, OR open a WSL terminal if you installed Anaconda via WSL.\n\n3. Run the following commands to create and activate your `conda` environment\n\n    ```shell\n    conda env create\n    conda activate tsdat\n    pip install -e \".[dev]\"\n    ```\n\n# Community\n\nTsdat is an open-source repository and we highly-value community contributions and\nengagement via [issues](https://github.com/tsdat/tsdat/issues),\n[pull requests](https://github.com/tsdat/tsdat/pulls), and\n[discussions](https://github.com/tsdat/tsdat/discussions). Please let us know if you\nfind bugs, want to request new features, or have specific questions about the framework!\n\n# Additional resources\n\n- Learn more about `tsdat`:\n  - GitHub: <https://github.com/tsdat>\n  - Documentation: <https://tsdat.readthedocs.io>\n  - Data standards: <https://github.com/tsdat/data_standards>\n  - Preferred template: <https://github.com/tsdat/pipeline-template>\n  - All templates: <https://github.com/tsdat/template-repositories>\n  - Docker Images: <https://hub.docker.com/u/tsdat>\n- Learn more about `xarray`:\n  - GitHub: <https://github.com/pydata/xarray>\n  - Documentation: <https://xarray.pydata.org>\n- Learn more about `act-atmos`:\n  - GitHub: <https://github.com/arm-doe/act>\n  - Documentation: <https://arm-doe.github.io/ACT/>\n- Other useful tools:\n  - VS Code: <https://code.visualstudio.com/docs>\n  - Docker: <https://docs.docker.com/get-started/>\n  - `pytest`: <https://github.com/pytest-dev/pytest>\n  - `black`: <https://github.com/psf/black>\n  - `matplotlib` guide: <https://realpython.com/python-matplotlib-guide/>\n",
    "bugtrack_url": null,
    "license": "**Time Series Data Utilities**  Copyright \u00a9 2021, Battelle Memorial Institute  Licensed under a Simplified BSD 2-Clause License; you may not use this software except in compliance with the License as specified below.  1.\tBattelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity lawfully obtaining a copy of this software and associated documentation files (hereinafter \u201cthe Software\u201d) to redistribute and use the Software in source and binary forms, with or without modification.  Such person or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and may permit others to do so, subject to the following conditions: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimers. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any form whatsoever without the express written consent of Battelle.  2.\tTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
    "summary": "A data processing framework used to convert time series data into standardized format.",
    "version": "0.7.5",
    "project_urls": null,
    "split_keywords": [
        "data",
        "pipeline"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5acc904279d4908c1ad8ba21af6daaffb8d97929451f29288c2f0e49b686fecd",
                "md5": "c6e9f1991ec7c3dde3aeb0a448b80778",
                "sha256": "95337a71f751aee65e6fb05f076a06e689aa52e23f3a541c3ba1b8df2ae70efc"
            },
            "downloads": -1,
            "filename": "tsdat-0.7.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c6e9f1991ec7c3dde3aeb0a448b80778",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 93152,
            "upload_time": "2023-12-04T23:31:49",
            "upload_time_iso_8601": "2023-12-04T23:31:49.926747Z",
            "url": "https://files.pythonhosted.org/packages/5a/cc/904279d4908c1ad8ba21af6daaffb8d97929451f29288c2f0e49b686fecd/tsdat-0.7.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c24258bb3ae74e24f45d9b96613fb02a54f96ed9a832935368c2ed602c2b3ca0",
                "md5": "6cfe98fc38c357ff2e838435a9c7d22c",
                "sha256": "2dc29158162eacb2833af226052df0fa459f69e2ce641405762bf00099d2e351"
            },
            "downloads": -1,
            "filename": "tsdat-0.7.5.tar.gz",
            "has_sig": false,
            "md5_digest": "6cfe98fc38c357ff2e838435a9c7d22c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 76179995,
            "upload_time": "2023-12-04T23:31:52",
            "upload_time_iso_8601": "2023-12-04T23:31:52.443672Z",
            "url": "https://files.pythonhosted.org/packages/c2/42/58bb3ae74e24f45d9b96613fb02a54f96ed9a832935368c2ed602c2b3ca0/tsdat-0.7.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-04 23:31:52",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "tsdat"
}
        
Elapsed time: 0.15577s