tsp


Nametsp JSON
Version 1.7.3 PyPI version JSON
download
home_pagehttps://gitlab.com/permafrostnet/teaspoon
SummaryMaking permafrost data effortless
upload_time2023-09-19 20:39:23
maintainer
docs_urlNone
authorNick Brown
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Teaspoon

## See the full documentation on the [ReadTheDocs Pages](https://permafrostnet.gitlab.io/teaspoon/source/about.html)

## [What is it?](https://permafrostnet.gitlab.io/teaspoon/source/about.html)
`tsp` ('teaspoon') is a python library designed to make working with permafrost ground temperature time series data more straightforward, efficient, and reproduceable. Some of the features include:

* Read a variety of common published data formats, datalogger outputs, and model results into a common data structure
    * GEOtop model output
    * GTN-P database export csv
    * NTGS ground temperature report csv
    * Geoprecision datalogger export
    * HoboWare datalogger export
* Export data in a variety of common formats
    * netcdf
    * 'GTN-P'-style csv
    * 'NTGS'-style csv
* Perform common data transformations
    * Calculate daily, monthly, or yearly means, ignoring averaging periods with missing data
    * Switch between "long" and "wide" dataframes
* Visualize and explore your data with commonly used plots
    * Trumpet curves
    * Temperature-time graphs
    * Colour-contour profiles

## [Installation](https://permafrostnet.gitlab.io/teaspoon/source/install.html)

## [Usage Examples](https://permafrostnet.gitlab.io/teaspoon/source/examples.html)

## [How to contribute](https://permafrostnet.gitlab.io/teaspoon/source/contributions.html)

## Citation
If you find this software helpful, please consider using the following citation:

> Brown, N., (2022). tsp ("Teaspoon"): A library for ground temperature data. Journal of Open Source Software, 7(77), 4704, [https://doi.org/10.21105/joss.04704](https://doi.org/10.21105/joss.04704)

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/permafrostnet/teaspoon",
    "name": "tsp",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Nick Brown",
    "author_email": "nick.brown@carleton.ca",
    "download_url": "",
    "platform": null,
    "description": "# Teaspoon\n\n## See the full documentation on the [ReadTheDocs Pages](https://permafrostnet.gitlab.io/teaspoon/source/about.html)\n\n## [What is it?](https://permafrostnet.gitlab.io/teaspoon/source/about.html)\n`tsp` ('teaspoon') is a python library designed to make working with permafrost ground temperature time series data more straightforward, efficient, and reproduceable. Some of the features include:\n\n* Read a variety of common published data formats, datalogger outputs, and model results into a common data structure\n    * GEOtop model output\n    * GTN-P database export csv\n    * NTGS ground temperature report csv\n    * Geoprecision datalogger export\n    * HoboWare datalogger export\n* Export data in a variety of common formats\n    * netcdf\n    * 'GTN-P'-style csv\n    * 'NTGS'-style csv\n* Perform common data transformations\n    * Calculate daily, monthly, or yearly means, ignoring averaging periods with missing data\n    * Switch between \"long\" and \"wide\" dataframes\n* Visualize and explore your data with commonly used plots\n    * Trumpet curves\n    * Temperature-time graphs\n    * Colour-contour profiles\n\n## [Installation](https://permafrostnet.gitlab.io/teaspoon/source/install.html)\n\n## [Usage Examples](https://permafrostnet.gitlab.io/teaspoon/source/examples.html)\n\n## [How to contribute](https://permafrostnet.gitlab.io/teaspoon/source/contributions.html)\n\n## Citation\nIf you find this software helpful, please consider using the following citation:\n\n> Brown, N., (2022). tsp (\"Teaspoon\"): A library for ground temperature data. Journal of Open Source Software, 7(77), 4704, [https://doi.org/10.21105/joss.04704](https://doi.org/10.21105/joss.04704)\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Making permafrost data effortless",
    "version": "1.7.3",
    "project_urls": {
        "Homepage": "https://gitlab.com/permafrostnet/teaspoon"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "54fc3de12301f582eee0851745738139894bd7a8bb0487f33f3841bc74b9d143",
                "md5": "53d2c7ebd05e0e471ab7b1bd94c12072",
                "sha256": "425df65f205df4c7a13eca97b2129c6b56de1eb55a67c4eeaea04a4fc58963f3"
            },
            "downloads": -1,
            "filename": "tsp-1.7.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "53d2c7ebd05e0e471ab7b1bd94c12072",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3038313,
            "upload_time": "2023-09-19T20:39:23",
            "upload_time_iso_8601": "2023-09-19T20:39:23.218497Z",
            "url": "https://files.pythonhosted.org/packages/54/fc/3de12301f582eee0851745738139894bd7a8bb0487f33f3841bc74b9d143/tsp-1.7.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-19 20:39:23",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "permafrostnet",
    "gitlab_project": "teaspoon",
    "lcname": "tsp"
}
        
Elapsed time: 0.11510s