Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://gitlab.com/permafrostnet/teaspoon
Python for permafrost temperature data
https://gitlab.com/permafrostnet/teaspoon
dataset earth science geography
Last synced: 3 months ago
JSON representation
Python for permafrost temperature data
- Host: GitLab.com
- URL: https://gitlab.com/permafrostnet/teaspoon
- Owner: permafrostnet
- License: gpl-3.0+
- Created: 2022-05-05T15:57:20.628Z (over 2 years ago)
- Default Branch: main
- Last Synced: 2024-04-15T21:00:25.478Z (7 months ago)
- Topics: dataset, earth science, geography
- Stars: 5
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- cryosphere-links - tsp - A python library for reading, writing, visualizing and manipulating ground temperature data ([p](https://doi.org/10.21105/joss.04704)) (Frozen Ground/Permafrost / FGP Software)
- open-sustainable-technology - Teaspoon - A python library designed to make working with permafrost ground temperature time series data more straightforward, efficient, and reproduceable. (Cryosphere / Snow and Permafrost)
README
# 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)