A toolbox for flagging and cleaning ground temperature data
Project description
TEMPCF: Cleaning and Filtering for Ground Temperature Data
This package provides a graphical user interface for viewing, flagging, and cleaning ground temperature data for permafrost applications. It is designed to work with a variety of different input data types including data loggers, and databases. It uses read / write functionality provided by the teaspoon package (Brown, 2022).
For a full description of the package, including some examples, please see the documentation pages.
How to get tempcf
There are a few ways to get tempcf running on your computer.
Install from pip
You can install tempcf with pip:
pip install tempcf
Then you can run it from the command line with:
tempcf
Running pre-compiled executables
As an alternative to command-line installation, its possible to download the latest files from the Releases page of the GitLab repository. This requires no coding experience whatsoever, but only works on Windows and Linux at the moment. These also won't be the most up-to-date versions.
If you are familiar with python and would rather run tempf from the source code, follow the instructions below. This is the preferred option if you intend to contribute, or if you want to make any modifications.
Install from source
Step 1: Download the files
git clone https://gitlab.com/permafrostnet/permafrost-tempcf
Step 2: Create a virtual environment
This makes sure that the python packages that get installed don't conflict with other python packages you might have installed. On Mac or Linux, make sure to replace '' with '/' in the last line.
cd permafrost-tempcf
python -m venv env
.\env\Scripts\activate
Step 3: Install tempcf
These commands will install the required dependencies, and launch tempcf
python setup.py install
cd tempcf
python main.py
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file tempcf-0.6.6.tar.gz
.
File metadata
- Download URL: tempcf-0.6.6.tar.gz
- Upload date:
- Size: 29.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0140e835ddbc08e88a7a5963d7049c29fe04c6cd61433e9cec0b1ceea8f04b84 |
|
MD5 | 7677a3d1200f5ad806eaf73148debc66 |
|
BLAKE2b-256 | 2974a47c98b54145b63dff67dc0395d3769b65b412a4bf0a6362808230b00049 |