Skip to main content

Python-based command line interface for TIMESAT

Project description

TIMESAT CLI

TIMESAT CLI is a command line interface and workflow manager for the TIMESAT package. It provides a convenient way to configure and execute TIMESAT processing pipelines directly from the command line or automated scripts.


Requirements

Before you begin, make sure you have:


Installation

timesat-cli is available on PyPI and can be installed using pip or uv.
Although it is not published on Conda, you can safely install it inside a Conda environment.

Option 1 — Install inside a Conda environment

conda create -n timesat-cli python=3.12
conda activate timesat-cli
pip install timesat-cli

This approach uses Conda only for environment isolation.
The installation itself is handled by pip, which will automatically install timesat and all required dependencies.


Option 2 — Install via uv (recommended for pure Python environments)

uv is a modern, high-performance alternative to pip and venv.

  1. Install uv:

    pip install uv
    # or
    curl -LsSf https://astral.sh/uv/install.sh | sh
    
  2. Create a virtual environment and install the package:

    uv venv .venv
    source .venv/bin/activate
    uv pip install timesat-cli
    

uv provides faster dependency resolution and caching.
It will automatically install timesat and related dependencies.


Option 3 — Direct installation with pip

If you already have Python 3.10+ installed:

pip install timesat-cli

Running the Application

After installation, start the GUI with:

timesat-cli path/to/settings.json

or equivalently:

python -m timesat_cli path/to/settings.json

Advanced Usage

If you wish to customize or extend the workflow, you can also run or modify the main script directly:

python timesat_run.py

The file 'timesat_run.py' contains the full example pipeline that invokes core modules from the 'timesat_cli' package, including configuration loading, file management, TIMESAT processing, and output writing.


HRVPP Notes — QFLAG2 weights

If you work with HRVPP quality flags (QFLAG2), the following weights w are commonly applied:

QFLAG2 value Weight w
1 1.0
4097 1.0
8193 1.0
12289 1.0
1025 0.5
9217 0.5
2049 0.5
6145 0.5
3073 0.5

Example (settings.json):

"p_a": {
  "value": [
    [1, 1.0],
    [4097, 1.0],
    [8193, 1.0],
    [12289, 1.0],
    [1025, 0.5],
    [9217, 0.5],
    [2049, 0.5],
    [6145, 0.5],
    [3073, 0.5]
  ],
  "description": "QA weighting rules. Leave empty [] to keep original QA values. Use [qa_value, weight] for exact matches or [min, max, weight] for ranges."
}

License

TIMESAT-CLI is released under the GNU General Public License (GPL).
You are free to use, modify, and distribute this software under the terms of the GPL.

The GPL license applies only to the TIMESAT-CLI source code and assets provided in this repository.

📦 Dependency Licenses

  • timesat may install additional open-source dependencies (e.g., Flask, pandas, NumPy).
  • Each dependency retains its own license (MIT, BSD, Apache, etc.).
  • Before redistributing or bundling this software, review the license terms of each dependency carefully.

⚖️ Summary

Component License Type Notes
TIMESAT-CLI GPL v3 Open source, modification and redistribution permitted under GPL.
TIMESAT Proprietary All rights reserved. Redistribution and modification prohibited without written consent.
Other Dependencies Various (MIT/BSD/Apache) Check individual package licenses before redistribution.

For detailed license information, refer to the license files distributed with each installed package.


Citation

If you use TIMESAT, TIMESAT-CLI or TIMESAT-GUI in your research, please cite the corresponding release on Zenodo:

Cai, Z., Eklundh, L., & Jönsson, P. (2025). TIMESAT4: is a software package for analysing time-series of satellite sensor data (Version 4.1.x) [Computer software]. Zenodo.
https://doi.org/10.5281/zenodo.17369757


Acknowledgments

  • TIMESAT — Original analysis framework for satellite time-series data.
  • This project acknowledges the Swedish National Space Agency (SNSA), the European Environment Agency (EEA), and the European Space Agency (ESA) for their support and for providing access to satellite data and related resources that made this software possible.

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

timesat_cli-1.4.1.tar.gz (26.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

timesat_cli-1.4.1-py3-none-any.whl (28.3 kB view details)

Uploaded Python 3

File details

Details for the file timesat_cli-1.4.1.tar.gz.

File metadata

  • Download URL: timesat_cli-1.4.1.tar.gz
  • Upload date:
  • Size: 26.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for timesat_cli-1.4.1.tar.gz
Algorithm Hash digest
SHA256 d139abb9a83826c28924e84490e834f2e0de5b5c63712ccd821c6b5c246dc39b
MD5 ace72ed7db92e7fd164df70718cad5c4
BLAKE2b-256 87a9393edef0f5a9a4af1e0a1d6478718ce8590aa433e0dc75f6062931f07d7e

See more details on using hashes here.

File details

Details for the file timesat_cli-1.4.1-py3-none-any.whl.

File metadata

  • Download URL: timesat_cli-1.4.1-py3-none-any.whl
  • Upload date:
  • Size: 28.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for timesat_cli-1.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c288472722942365b44e195ee936756d2634dcc3c7580b12eb4ebd9fdbe62bbb
MD5 1ff88c7d066afdf17cd625cb9b5add7c
BLAKE2b-256 ea6834550421a790f86605fc047133e3814713d98ab68b539a6a9c4ea099cbf3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page